/*  Small screens */
@media only screen {
/************* Global *************/
.xtra-pad-row {padding-top: 35px; padding-bottom: 35px;}
.xtra-pad-top {padding-top: 35px;}
.contentblock-content .button {margin-top: 1rem;}
.largeh2 h2 {font-size: 2.5rem;}
strong {color: #3B5585;}
a {color: #1673B1;}
.contentblock-content.rich-content a:not(.button) {text-decoration: underline;}
.contentblock-content.rich-content .tabs-title a {text-decoration: none;}
/************* Header *************/
#nav-row {background: #3B5585;}
.tagline{ background: rgba(255, 255, 255, 0.75); padding: 1rem;}
.tagline h1{  font-size: 1.75rem; margin-bottom: 1.5rem; padding-bottom: 1rem; position: relative;}
.tagline h2{color: #2C2C2C; font-size: 1rem; font-weight: 600;}
.tagline h1:after {
    border-bottom: 2px solid #3A5585;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
}
#middle-row .logo img {width: 200px; height: auto;}
#title-row {background: #F3F3F3; text-align: center;}
.off-canvas .fab {color: #fff;}
/************* Content *************/
.borderh2 h2 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.borderh2 h2:after {
    border-bottom: 5px solid #3A5585;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 218px;
}

.cta-row .column {padding: .5rem;}
.cta-single-inner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.cta-single-inner {
    background: #000; 
    position: relative; } 
.cta-image {
    opacity: .5;
}
.cta-heading {
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
    font-size: 18px;
    position: absolute;
    bottom: 12px;
    text-align: center;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.cta-single-inner:hover .cta-image {
    opacity: 1;
}
.card-row .column {padding: .5rem;}
.card, .callout {
    border-radius: 15px;
    background: #fcfcfc;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
}
.callout {padding: 1.5rem;}
.callout.grey {background: #F3F3F3; border: 2px solid #3B5585;}

.card-divider {
    background: #3B5585;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    justify-content: center;
    line-height: 1.16;
    min-height: 93px;
    text-align: center;
    align-items: center;
    flex-direction: column;
}
.card-divider .t5 {
        color: #fff;
    font-weight: normal;
    margin-top: 10px;
    text-transform: initial;
}
.card-image {
    margin: 2rem auto;
}
.card-section {
    padding: 1rem;
}
.home3 h2 {
    margin-bottom: 2rem;
}
.bullet ul {
    list-style-type: none;
}
.bullet ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f111';
    margin: 0 12px 0 -21px;
    color: #2c2c2c;
    font-size: 8px;
}
.bullet ul li {margin-bottom: 10px;}
.bullet ul li:last-of-type {margin-bottom: 0;}


.callout strong {color: #3B5585;}


.accordion-title {
    font-size: 18px;
    color: #fff;
    background: #3B5585;
    border: none;
    margin-bottom: 8px;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: #F3F3F3;
    color: #3B5585;
}
.accordion-content {border: none;}

th {
    text-align: left; 
    background: #3B5585;
    color: #fff;
}

tbody tr:nth-child(even) {background-color: #F3F3F3;}
/*tbody tr:nth-child(even) td {border-right: 1px solid #fff;}
tbody tr:nth-child(odd) td {border-right: 1px solid #F3F3F3;}*/
.main-table-head th {background: #F3F3F3; color: #3B5585; font-size: 18px; border-top: 1px solid #2C2C2C;border-right: 1px solid #2C2C2C;}


tbody{border-left: 1px solid #2C2C2C;}
tbody tr:nth-child(even) td, td {border-right: 1px solid #2C2C2C;}
tbody tr:nth-child(even), tbody tr:nth-child(odd) {border-bottom: 1px solid #2C2C2C;}
th.step {
    background: #2c2c2c; 
    text-transform: uppercase; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

th.step span { font-size: 2rem; line-height: 1;}
table.unstriped tbody tr {
    border-bottom: 1px solid #2c2c2c;
    background-color: #fff;
}

.callout.grey {margin-top: 2rem;}
.tabs-panel h2 {font-size: 1.5rem;}
.tabs-content {border: none;}
.tabs-panel {padding-top: 0;}

.tabs-title {
    background: #3B5585;
    color: #fff;
    font-size: 1rem;
    
}

.tabs-title>a {
    background: #3B5585;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #f3f3f3;
}

 .tabs-title>a:hover, .tabs-title>a:focus, .tabs-title>a[aria-selected=true]{
    background: #F3F3F3;
    color: #3B5585;
    border-bottom: 1px solid #3B5585;

}
.tab-row .wrapper {padding-left: 0; padding-right: 0;}
.addition-blocks .block-single-inner{
    border-radius: 15px;
    background: #fcfcfc;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 1rem;
}

.addition-blocks .block-single-inner p:last-of-type {margin-bottom: 0;}

.media-row .button {margin-bottom: 0; background: #F3F3F3; color: #3B5585; border-bottom: 2px solid #3A5585;}
.media-row .button:hover{background-color: #3B5585; color: #fff;}
.media-row h2 {font-size: 1.5rem;}
.media-row.borderh2 h2:after {margin: auto;}
/************* Footer *************/
.site-footer{background: #3B5585;}

/************* Contact *************/
.contact-block {margin-bottom: 30px;}
.contact-block .email-name {margin-left: 10px;}
.contact-block .the_phone_number {padding-left: 0;}
.contact-block .location-adress {font-style: normal;}
.contact-block address li {padding-right: 0;}


} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
.entry-title {font-size: 2rem;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
.tagline{position: absolute; }
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
.entry-title {font-size: 2rem;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.tagline{padding: 2rem 5rem;}
.card-divider {font-size: 1.5rem;}
.card-section {padding: 2rem;}
.tagline h1{  font-size: 2rem;
} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */