*, h1,h2,h3,h4,h5,h6,p,a,small,table,tr,th,blockquote, input, textarea, input[type=text],input[type=phone],input[type=email] {
font-family: 'Raleway', serif;
}

.title-bar {
    padding: 0rem;
    background: #01385d;
    color: #fefefe;
    }

.top-bar-mobile {
    background: #01385d;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.top-bar-mobile ul li a {
    border-right: 1px solid #195070;
    font-size: 14px;
    margin-right: 1px;
    padding: 12px 6px;
}

.top-bar-mobile ul li:first-child {
    margin-left: 6px;
}

    .title-bar.sticky.is-at-top.is-stuck {
    background: #01385d;
}


tbody td, tbody th {
    padding: 0.5rem 1.2em .625rem;
}

.found {
    color: green; font-weight: bold; display: none;
}

.notfound {
        color: red; font-weight: bold; display: none;

}

    .event table {
  display: table;
}

.accordion-content {
    margin-left: 34px;
    margin-right: 34px;
}

.reveal {
    width: 78%;
    max-width: 75rem;
}

.small-circle {
    border-radius: 50%;
}


.circular_image {
  /*width: 140px;*/
/*  overflow: hidden;
  background-color: blue;
  display:inline-block;
  vertical-align:middle;*/
}
.circular_image img{
  width: 140px;
}

.question {
    font-size: 16px;
}



legend {
    font-size: 20px;
    font-weight: 500;
    background: #ececec;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.button {
    padding: 10px 20px !important;
}

.text-red {
    color: red;
}

.text-black {
    color: black;
}

a.gray-link:hover, a.gray-link:active, a.gray-link:visited {
    color: white;
}

textarea[rows] {
    padding: 20px !important;
    height: auto;
    background: #ebebeb;
    border-radius: 10px;
}

        [type="time"]::-webkit-inner-spin-button {
  display: none;
}

       

 [type="date"]::-webkit-inner-spin-button {
  display: none;
}

.custom-button {
    background: #808080 !important; color:white !important;  padding: 20px !important; margin-top: 10px;
}

.menu.footer a, .menu.footer a:hover {
    font-size: 12px;
    text-decoration: none;
    border:none;
    background: none;
}

input[type=file] {
        font-weight: bold !important;
    color: black !important;
    border-radius: 0px !important;
    background: #ebebeb !important;
    padding: 24px !important;
}

label {
    margin-bottom: 10px;
}

.callout.primary-2 {
    background-color: #d7ecfa;
    color: #0a0a0a;
}




input[type=text], input[type=password], input[type=email], input{
    font-weight: bold !important;
    color: black !important;
    border-radius: 40px !important;
    background: #ebebeb !important;
    padding: 24px !important;
}

select {
    color: black !important;
    border-radius: 40px !important;
    background: #ebebeb !important;
    font-size:18px;
    font-weight: bold;
    height: 3.1rem;
    padding-left: 30px;
}



.text-red {
    color: red;
}

.primary {
    border-radius: 30px;
    background: #01385d !important;
}


.blue-box {
    color: #fff;
    text-align: center;
    background-color: #01385d;
    padding: 2px;
    border-radius: 10px 10px 0 0;
    padding-left: 20px;
    padding-right: 20px;
}

.blue-box-subhead {
    color: #fff;
    text-align: center;
    background-color: #01385d;
    padding: 2px;
    border-radius: 10px 10px 0 0;
    padding-left: 20px;
    padding-right: 20px;
}

.blue-box-subhead p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 26px;
}

.blue-box h1 {
    font-size: 36px;
    font-weight: bolder;
}


a.link-l {
    font-size: 20px;
    border-bottom: 1px solid;
}

.billing-links li {
    margin-bottom: 6px;
}

.billing-links ul {
    list-style-type: none;
}

.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    font-weight: normal;
}

.icon-green {
    color: #7eaf48;
}

.fc td.fc-today {
    font-weight: bold;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
        box-shadow: none;
    font-size: 18px;
    width: 100%;
    padding: 0 15px;
    color: #7a7a7a;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    text-align: left;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 20px;
    line-height: 1;
    color: #1779ba;

    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.radio-spacing {
    margin-bottom: 10px;
    margin-right: 10px;
}

ul.list-center {
    display: inline-block;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline;

        list-style-type: none;
}

.list-center li {
        float: left;
        padding: 2px 5px;
        border-right: 1px solid #ccc;
}

.list-center li:last-child {
        border-right: none;
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #fefefe;
}

.accordion-content {
    display: none;
    border: none !important;
    }

.small-text{
    font-size: 18px;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 100%;
    height: 32px;
    padding: 0 !important;
}
input[type="color"]:focus {
    -webkit-appearance: none;
    border: none;
    fill: none;
    background: transparent;
    stroke: none;
    outline: none;
}

.background-setting-tabs li.tabs-title a {
    color: #14679e !important;
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid #dcdcdc;
}

.answer-setting-tabs li.tabs-title a {
    color: #14679e !important;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #dcdcdc;
}

legend {
    font-size: 20px;
    font-weight: 500;
}

.custom-blue {
    font-weight: 500;
}

.h4, .h5, .h6 {
    color: #adadad !important;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    margin: 0;
}
input[type="color"]::-webkit-color-swatch {
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #ccc;
}

.unread-message {
    background: #ff7e00 !important;
    color: white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.unread-message a {
    color: white;
}

.unread {
    background: red;
    color: white;
    padding-top: 5px;
}

.unread-format {
    float: left;
    margin-left: 4px;
    margin-top: -7px;
}


.responsive-card-table tr.text-black {
    color: black !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #cacaca;
}

.responsive-card-table tr, .responsive-card-table th, .responsive-card-table td {
    border: 1px solid #ededed !important;
}




.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 639px) {
  .responsive-card-table {
    
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
    z-index: -99;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
    color: black;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    color: black !important;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}


/*
tbody tr:nth-child(even) {
    border-bottom: 0 !important;
    background-color: #f1f1f1 !important;
}

tbody td, tbody th {
    padding: .2rem .625rem .2rem !important;
}

a:focus, a:hover {
    color: white;
}



tbody, tfoot, thead {
    border: 1px solid #f1f1f1 !important;
    background-color: #fefefe !important;
}

thead {
    background: #f8f8f8 !important;
    color: #0a0a0a !important;
}

table {
    border-collapse: collapse !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
    border-radius: 0 !important;
}
*/

.format-layout-small {
    margin-bottom: 60px;
}

.small-menu {
    background: #167ec3;
}


.small-menu a {
    padding: 0 20px;
    background: #04426c;
    text-align: center!important;
    color: #fff !important;
    font-size: 28px !important;
    padding-bottom: 6px;
    line-height: 45px;
    padding-top: 10px;
}


.toggle-mobile-menu {
       padding-top: 34px;
    background: #04426c;
    position: relative;
    top: -20px;
    left: 0;
    width: 94%;
    height: 100%;
    z-index: -1;
    display: none;
}

.clear-fix {
    float: both;
}

.format-layout {
    padding-top: 120px;
    padding-bottom: 120px;
}

.format-layout-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.format-layout-3 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.mobile-menu  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #04426c;
}


.mobile-menu a {
    color: white;
        text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

.mobile-menu li i {
    margin-right: 4px;
}

.menu .button, .menu i {
    margin-right: 4px;
}

.mobile-menu li  {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 8px 0;
}

.mobile-menu li:last-child  {
    border-bottom: none;
}

.mobile-menu ul {
    list-style-type: none;
}


.menu-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 260px;
    background: green;
}

body {
    background: white;
}

.format-button {
    padding: 20px 50px; border-radius: 30px;
}


.left-column {
    background: #01385d;
    height: 100%;
  width: 260px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
}


.right-column {
    margin-left: 260px;
}

.left-column-login {
    background: #262d37;
    height: 100%;
  width: 40%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
}


.right-column-login {
    margin-left: 260px;
}








li.tabs-title a {
    padding: 20px;
}
li.tabs-title.is-active a {
    color: #14679e !important;
}


.dropdown.menu a {
    color: white;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dropdown.menu a:hover {
    background: #14679e;
}


.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background: none;
    color: #1779ba;
    font-weight: bold;
}

.inner-tabs-container .tabs {
    border-top: none;
}


.tabs-container .main-tabs .tabs-title a {
        font-size: 16px;
    color: gray;
    border-right: 1px solid #f2f2f2;
    padding: 20px 11px;
}







.gray-link {
    color: #fff;
}

.properticons {
    margin-top: -16px !important;
    padding: 0;
    height: 0;
}

a.text-white:hover, a.text-white:focus {
    color: white;
}

.grid-space {
    padding:30px 10px;
    padding-bottom:20px;
}

.box-2 {
    padding: 20px 40px;
    border-radius: 10px;
    background: #f7f7f7;
}

.box {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.text-white {
    color: white;
}

.bg-blue {
    background: #01385d;
}

.bg-white-l {
    background: rgb(241, 241, 241);
}

.bg-purple-l {
    background: #7460ee;
}

.bg-orange-l{
    background: #ffbc34;
}

.bg-red-l {
    background-color: #f62d51 !important;
}

.bg-blue-l {
    background: #009efb!important;
}

.services i {
    font-size: 80px;
    color: #1475b5;
}

.bg-green-l {
    background: #55ce63;
}

.draw-box {
    padding: 10px;
    border-radius: 10px;
    min-height: 320px;
    border:1px solid #f1f1f1;
}

.draw-box p {
    font-size: 20px;
    padding: 10px;
}

footer {
    background: #1b1b1b;
}

footer h5, footer p, footer a, footer li {
    color: white;
}

.draw-box h4 {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

::placeholder {
    color:black;
    font-weight: bold;
}

.draw-box a {
    color: white;
    font-weight: bold;
    border-bottom: 1px dotted white;
}
.success {
    color: white !important;
    background: #3adb76 !important;
    font-size: 30px;
    font-weight: 800;
}
.blue-text {
    color: #1368aa !important;
}

.fs-24 {
    font-size:24px;
}

.fs-30 {
    font-size:30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-60 {
    font-size: 60px;
}

.fw-500 {
    font-weight: 500; 
}

.fw-700 {
    font-weight: 700; 
}

.fw-800 {
    font-weight: 800; 
}

.fw-200 {
    font-weight: 200; 
}

.fw-300 {
    font-weight: 300; 
}

.fw-400 {
    font-weight: 400; 
}



span.font {
font-family: 'Raleway', serif;

font-size: 24px;
font-weight: normal !important;    
}

.clickable {
    cursor: pointer;
}

.icon-large {
    font-size: 20px;
}

h4 small {
    color: gray;
}

.bg-black {
    background: black;
}

.bg-color {
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

label {
    font-size: 14px;
    font-weight: normal;
    color: rgb(102, 102, 102);
}

.remove-space {
    margin: 0;
    padding: 0;
}




.bg-gray {
    background: #e2eef7;
    color: #1368aa;
}


.inner-tabs-container .inner-tabs a {
    font-size: 18px;
        border-right: 1px solid #f2f2f2;

}

.show-editor {
    
}

.top-black-bar {
    background: #01385d;
    padding: 10px 20px 10px 10px;
}

.text-white {
    color: white;
}

a.text-white {
    color: white !important;
}
.layout {
    padding-top: 40px;
}
fieldset {
    border: 1px solid #e0e0e0;
    padding: 4px 24px;
    border-radius: 6px;
}

.top-bar, .top-bar ul {
    background-color: #01385d;
    margin: 0;
    padding: 6px 20px;
}

.bg-white, .is-stuck, .sticky-container {
    background-color: #fff;
}

.menu-active  {
    background: #14679e;
}

.bg-white {
    background: white;
}

.homepage-bg-light-gray {
    background: #f8f9fa!important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.homepage-bg-red {
    background: #f4623a!important;
}

.homepage-bg-black {
    background: #343a40!important;
}


.menu .button, .menu a:hover {
    background: #009efb;
}

.stickymenu .menu li {
    border-right: 1px solid #cbcbcb;
}

.stickymenu .top-bar, .stickymenu .top-bar ul {
    background-color: white;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.stickymenu .menu .button, .stickymenu .menu a:hover {
    background: none;
}

.stickymenu .menu .button, .stickymenu .menu a {
    color: black;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 18px;
    padding: 16px 20px;
    font-family: 'Raleway', serif;

}

.button.alert {
    background-color: #eb4d77;
    color: #fefefe;
    border-radius: 30px;
}

.rounded {
    border-radius: 30px;
}

.stable a.is-active {
    color: white !important;
}

.stickymenu .is-active {
    color: orange !important;
}


.stickymenu .menu li:first-child {
    border-right: none !important;
}

li.signup {
    background: #43a835;
    border-radius: 5px;
}

.signup a {
    color: white !important;
}


.menu .button, .menu a {
   color: white;
    font-size: 20px;
    padding: 8px 10px;
    border-bottom: 1px solid #195070;
    font-weight: 500;
}

.menu li:last-child {
    border-right: none !important;   
}

.sticky-container .menu .menu-text {
    background: white !important;
    border-bottom: none !important;
}

.menu .menu-text {
    background: white;
    color: white;
    font-size: 20px;
        line-height: 40px;
}

.menu li {
    border-right: 1px solid #37404f;
}

.border {
    border: 1px solid #ccc;
}
.show {
    display: block!important;
}

.hide {
    display: none;
}

.bg-gray-light {
    background: #262d37;
}

.h5 {
    font-weight: bolder;
}
.orange {
    background: #ff7e00;
}

.centered {
    margin: 0 auto;
    display: block;
}

.btn-large {
    font-size: 28px !important;
    font-weight: bold;
}

.radios .radio label:hover {
    background-color: #e0edf3;
    border-right: 1px solid #e0edf3;
}

p {
	font-size: 22px;
	color: rgb(102, 102, 102);
}
h1 {
	font-size: 46px;
	color: rgb(15, 76, 135);
	margin-bottom: 20px;
	margin-top: 20px;
}


.group {
/*    display: none;
*/}

.radios .radio label {
    background-color: #fff;
    color: #0a92ca;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 8px 0 0 0;
    padding: 11px 18px;
    width: 90% !important;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

.radios .radio input[type=radio]:checked+label {
    background-color: #008ec8;
    color: #fff;
}

.radios .radio label:hover {
    background-color: #e0edf3;
    border-right: 1px solid #e0edf3;
}

.group {
    margin-bottom: 40px;
}

.radios .radio input[type=radio] {
    display: none;
}

.radios input[type="radio"], .radios input[type="radio"]:focus  {
        border: 1px solid #d3d3d3;
        box-shadow: 2px 3px 6px #ccc;
        border-radius: 5px;
}


.input-center input[type="text"] {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.layout-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}



@media screen and (max-width: 1023px) {


    .menu a, .menu {
        color: white;
        border-bottom: 1px solid #292828;
    }

    .radios .radio label {
        width: 80% !important;
    }

    .stickymenu .menu .button, .stickymenu .menu a {
    font-size: 18px;
    padding: 16px 20px;
}

     h1 {
        font-size: 30px;
        font-weight: bold;
    }
    .custom-text-center {
        text-align: center;
    }

    .bg-color {
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin: 4px;
    }


}


@media screen and (max-width: 900px) {

      table {
        overflow-x: auto;
        display: block;
    }

    .accordion-content {
    margin-left: 0px;
    margin-right: 0px;
        padding: 0.5rem;
}


.accordion-title {
    padding: 1.25rem .1rem;
    }

  

    .tabs-title a {
        font-size: 20px;
    }

    .menu .button, .menu a {
    color: white;
    font-size: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #565656;
}

.button.large {
    font-size: 1.25rem;
    padding: 10px;
}


.stickymenu .menu .button, .stickymenu .menu a {
    color: black;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 16px 16px;
}

}

@media screen and (max-width: 800px) {

    


    .left-column {
        width: 220px;
    }

    .right-column {
        margin-left: 220px;
    }

    .menu .button, .menu a {
        font-size: 18px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .top-black-bar {
    background: #01385d;
    padding: 20px 20px 10px 10px;
}


    .menu-bottom {
        width: 1000%;
        padding-left: 10px !important;
    }

    .menu-botom a {
        font-size: 20px !important;
    }
   

}


@media screen and (max-width: 750px) {

.tabs-container .main-tabs .tabs-title a {
    font-size: 14px;
    padding: 20px 6px;
}

    .small-float-left {
        float: left !important;
        margin-left: 20px;
    }


.toggle-help {
    display: none;
}

}

@media screen and (max-width: 639px) {

    .tabs-container .main-tabs .tabs-title a {
    font-size: 12px;
    padding: 20px 6px;
}

.space {
    padding-left: 20px;
}
    .centered-small {
        margin: 0 auto;
        display: block;
    }

    .small-text-center {
        text-align: center;
    }

    .toggle-help {
    display: block;
}

    .left-column {
        width: 020px;
    }

    .right-column {
        margin-left: 0px;
    }

    .menu .button, .menu a {
        font-size: 18px;
        padding-top: 18px;
        padding-bottom: 18px;
    }


    .menu-bottom {
        width: 220px;
    }


.stickymenu .menu .button, .stickymenu .menu a {
    display: inline;
    text-align: center;
}



.stickymenu .menu li:first-child {
    border-right: none !important;
    padding-left: 0;
}

   

}



@media screen and (max-width: 570px) {
    /*.tabs-container .main-tabs .tabs-title a {
    font-size: 14px;
    color: gray;
    border-right: 1px solid #f2f2f2;
    padding: 14px 6px;
}*/
.inner-tabs-container .inner-tabs a {
    font-size: 16px;
    border-right: 1px solid #f2f2f2;
    padding: 10px;
}

.box {
    padding: 30px 10px;
    border-radius: 4px;
    margin-bottom: 6px;
}

}


@media screen and (max-width: 321px) {

   .tabs-container .main-tabs .tabs-title a {
    font-size: 12px;
    padding: 20px 6px;
}


}




.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.timeline::before {
  background: #fefefe;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a {
  color: #fefefe;
  font-weight: bold;
}

.timeline a:hover {
  box-shadow: 0 1px 0px 0px #fefefe;
}

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #fefefe;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
  left: 14px;
  position: relative;
  top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}

.timeline .timeline-item .timeline-content {
  padding: 20px;
  text-align: right;
  width: 45%;
  background: transparent;
}

.timeline .timeline-item .timeline-content p {
  color: #fefefe;
}

.timeline .timeline-item .timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #fefefe;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
}







/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* with flexbox */
.grid {
  display: flex;
}

.grid-col {
  flex-grow: 1;
}

/* 2 columns by default, hide columns 2 & 3 */
.grid-col--2, .grid-col--3 { display: none }

@media ( min-width: 650px ) {
  .grid-col--1 { display: block; } /* show column 2 */
  
}

/* 3 columns at medium size */
@media ( min-width: 768px ) {
  .grid-col--2 { display: block; } /* show column 2 */
  

}

/* 4 columns at large size */
@media ( min-width: 1080px ) {
  .grid-col--3 { display: block; } /* show column 3 */

}

@media only screen and (max-width: 768px) {
  .layout-photo {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

   .orbit-caption {
    font-size: 24px;
    font-weight: 800;
  }


    .grid-col--2 { display: block; } /* show column 2 */
    .grid-col--3 { display: none; } /* show column 2 */
    .grid-col--4 { display: none; } /* show column 2 */

}

@media only screen and (max-width: 600px) {

    .grid-col--1 { display: block; } /* show column 2 */
    .grid-col--2 { display: none; } /* show column 2 */
    .grid-col--3 { display: none; } /* show column 2 */
    .grid-col--4 { display: none; } /* show column 2 */

}
.grid img {
  width: 100%;
  padding: 6px;
}

tbody td, tbody th {
    padding: 0.4rem 1.2em 0.1rem;
}