@charset "UTF-8";
/*   
Theme Name: SGMC Theme
Description: This is a WordPress Theme template 
Author: SGMC
Version: 1
*/
/*
green color: #006f53;
green hover background: #009c6b;
orange color: #f18a00;
blue color: #228cc0;
*/
@font-face {
    font-family: 'Avenir Book';
    src: url('css/fonts/AvenirLTStd45Book.eot');
    src: url('css/fonts/AvenirLTStd45Book.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/AvenirLTStd45Book.woff2') format('woff2'),
        url('css/fonts/AvenirLTStd45Book.woff') format('woff'),
        url('css/fonts/AvenirLTStd45Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url('css/fonts/ArialMT.eot');
    src: url('css/fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/ArialMT.woff2') format('woff2'),
        url('css/fonts/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('css/fonts/Gotham-Black.eot');
    src: url('css/fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Gotham-Black.woff2') format('woff2'),
        url('css/fonts/Gotham-Black.woff') format('woff'),
        url('css/fonts/Gotham-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Extra';
    src: url('css/fonts/Gotham-ExtraLight.eot');
    src: url('css/fonts/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Gotham-ExtraLight.woff2') format('woff2'),
        url('css/fonts/Gotham-ExtraLight.woff') format('woff'),
        url('css/fonts/Gotham-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('css/fonts/Gotham-Book.eot');
    src: url('css/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Gotham-Book.woff2') format('woff2'),
        url('css/fonts/Gotham-Book.woff') format('woff'),
        url('css/fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('css/fonts/Gotham-Medium.eot');
    src: url('css/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Gotham-Medium.woff2') format('woff2'),
        url('css/fonts/Gotham-Medium.woff') format('woff'),
        url('css/fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video */
html, body {
	font-size: 17px;
	color: black;
    font-family: 'Gotham Book', 'Verdana', sans-serif;
}
@media (min-width: 768px) {
	html, body {
		font-size: 20px;
	}
}
main h1, main h2, main h3 {
	font-family: 'Gotham', 'Verdana', sans-serif;
}
h1{
	font-size: 40px;
	font-weight: normal;
    letter-spacing: 1px;
}
h2{
	font-size: 32px;
	font-weight: normal;
    letter-spacing: 1px;
}
h3{
	font-size: 24px;
	font-weight: normal;
    color: #006f53;
}
h4{
	font-size: 20px;
	font-weight: normal;
}
h5{
	font-size: 18px;
	font-weight: normal;
}
h6{
	font-size: 16px;
	font-weight: normal;
}
.container{
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.25rem;
}
.inner-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.container.reduced{
    max-width:  620px;
}
.clear{
	clear: both;
}
strong {
    font-weight: bold;
    font-size: inherit;
    color: inherit;
}
em {
    font-style: italic;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
sup{
	font-size: 12px;
	vertical-align: middle;
}
a{
	color: #0020c7;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
    cursor: pointer;
}
a:hover{
	color: #0056b3;
}
.button, button, .btn,
.field-wrap input[type=button]{
    background-color: #228cc0;
    padding: 10px 40px;
    display: inline-block;
    color: white;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.button:hover, button:hover, .btn:hover{
	background-color: #27a7e6;
	color: white;
	text-decoration: none;
}

a.wp-block-button__link {
    background-color: #006f53;
    padding: 10px 40px;
    display: inline-block;
    color: white;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    /* font-family: 'Verdana Bold', sans-serif; */
    font-size: 18px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
a.wp-block-button__link:hover{
	background-color: #009c6b;
	color: white;
	text-decoration: none;
}

button.slick-arrow:hover{
	background: transparent;
}
.button.orange, button.orange{
    background: #f18a00;
}
.button.orange:hover, button.orange:hover{
    background: #ff9200;
}
.button.green, button.green,
.field-wrap input[type=button]{
    background: #006f53;
    color: white;
}
.button.green:hover, button.green:hover,
.field-wrap input[type=button]:hover{
    background: #009c6b;
    color: white;
}
.nobutton,
.slick-dots button{
    padding: 0;
    background: transparent;
}
.nomargins{
    margin: 0;
}
.gotham-book,
.gotham-book p{
    font-family: 'Gotham Book' !important;
}
.gotham-black{
    font-family: 'Gotham' !important;
    font-weight: 900;
}
ul, ol, dl {
    margin-left: 30px;
}
h1 a, h2 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}
h1 strong, h2 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
    font-weight: bold;
}
h1 em, h2 em, h2 em, h3 em, h4 em, h5 em, h6 em{
    font-style: italic;
}
p.smaller {
    font-size: 14px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote p {
  display: inline;
}
.green-bg{
    background-color: #006f53;
}
.gbold{
    /* font-family: 'Verdana Bold', sans-serif; */
}
.gbook{
    /* font-family: 'Verdana', sans-serif; */
}
.gmedium{
    /* font-family: 'Verdana', sans-serif; */
}
.italicized,
.italicized *{
    font-style: italic;
}
*{
    word-wrap: initial !important;
    word-break: initial !important;
}
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
header{
    /*margin-bottom: 20px;*/
}
.tophead-wrap {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.top-logo{
    display: inline-block;
}
.top-logo img {
    max-width: 200px;
    width: 100%;
}
.tophead-wrap .right-section {
    flex: 0 0 50%;
}
.right-section{
    display: inline-block;
}
.top-menu {
    margin: 10px 0 15px;
}
.top-menu ul{
    margin: 0;
    list-style-type: none;
}
.top-menu ul li{
    display: inline-block;
}
.top-menu ul li a{
    font-size: 18px;
    color: black;
    padding: 0 30px;
}
.top-menu ul li a:hover{
    text-decoration: none;
}
.top-menu ul li:last-child a{
    padding-right: 0;
}
.top-search {
    margin-top: 1em;
    text-align: right;
}
.top-search form {
    background: #fff;
    border: 2px solid #bfbfbf;
    border-radius: 3em;
    max-width: 100%;
    width: 100%;
    text-align: left;
    color: #bfbfbf;
}
.top-search input#s {
    border: 0;
    border-radius: 3em;
    padding: 10px 0 10px 20px;
    text-align: left;
    flex: 1;
    font-size: 18px;
    display: inline-block;
}
.top-search label{
    margin: 0;
    vertical-align: middle;
}
.top-search label svg {
    height: 30px;
}
.searchform-flex{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	width: 100%;
}
label.searchform-button{
    display: inline-block;
    padding-top: 5px;
    padding-right: 15px;
    cursor: pointer;
}
input#s::placeholder,
input#s::-ms-input-placeholder,
input#s::-webkit-input-placeholder{
    color: #bfbfbf !important;
}

/*navigation*/
.navigation {
    display: inline-block;
    float: right;
    margin-top: 40px;
}
ul.menu li a{
    font-family: 'Gotham Book', sans-serif;
}
ul#menu-main-menu {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
ul#menu-main-menu li{
    display: inline-block;
    /*position: relative;*/
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
ul#menu-main-menu > li > a {
    display: block;
    padding: 15px 10px;
    color: rgba(39,47,57,.9);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Gotham Book';
}
/* ul#menu-main-menu > li:hover{
	background: #006f53;
} */

ul#menu-main-menu > li > a:hover{
	text-decoration: none;
}
ul#menu-main-menu li ul.sub-menu {
    display: none;
}
ul#menu-main-menu li:hover ul.sub-menu{
    display: block;
    position: absolute;
    top: 74px;
    left: 0;
    margin: 0;
    list-style-type: none;
    z-index: 999;
}
ul#menu-main-menu li:hover ul.sub-menu li{
    display: block;
}
ul#menu-main-menu li:hover ul.sub-menu li a{
    padding: 10px;
    display: block;
    border-bottom: 1px solid white;
    color: white;
}
.wpmm_brand_logo_wrap,
li#wp-megamenu-item-wpmm-search-icon {
    display: none !important;
}
b.fa.fa-angle-down{
    color:#006f53;
    vertical-align: bottom;
}
.fa-angle-down:before {
    font-size: 24px;
}
ul#menu-main-menu li ul.wp-megamenu-sub-menu li{
    display: block;
    margin: 0;
}
ul#menu-main-menu li ul.wp-megamenu-sub-menu li a {
    display: block;
    margin: 0;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
}
ul#menu-main-menu > li > ul.wp-megamenu-sub-menu {
    border-left: 3px solid green;
    border-right: 3px solid green;
    border-bottom: 3px solid green;
    background: white;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a {
    word-wrap: initial !important;
    word-break: initial !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
    padding: 10px;
}
.megame-title {
    margin: 0;
    padding: 3px 0 0;
    font-size: 22px;
    font-weight: bold;
    color: black;
}
.wp-megamenu-sub-menu p{
	margin: 0;
}
.custom-careers_menu{
    list-style-type: none;
    max-width: 400px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.custom-careers_menu > li {
    display: block;
    position: relative;
    max-width: 250px;
    width: 100%;
    z-index: 9;
    border-radius: 20px;
}
.custom-careers_menu li.menu-item-has-children {
    z-index: 99999 !important;
}
.custom-careers_menu > li:hover{
    background: #a4e4d852;
}
.custom-careers_menu li a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}
.custom-careers_menu > li > a {
    color: #006f53;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
}
.custom-careers_menu > li > ul.sub-menu{
    display: none;
}
.custom-careers_menu > li:hover > ul.sub-menu {
    display: block;
    left: 100%;
    padding: 0;
    top: 0;
    position: absolute;
    background: #eceef1;
    z-index: 9999;
    margin: 0;
    list-style-type: none;
    width: 250px;
    border-radius: 10px;
}
.custom-careers_menu > li > ul.sub-menu li{
    z-index: 99999;
}
.custom-careers_menu > li > ul.sub-menu li a{
    color: #76787a;
    padding: 5px 20px;
    font-size: 14px;
}
.blueheading,
.blueheading *,
.subpage h2.blueheading{
    color: #228cc0;
    font-weight: bold;
}
/*------------------------------------*\
    $HOMEPAGE
\*------------------------------------*/
.greentext,
.greentext *{
    color: #006f53;
}
.blacktext,
.blacktext *{
    color: #272e38;
}
.mtop-twenty{
    margin-top: 20px;
}
.shadowed{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.shadowed:hover{
    -webkit-box-shadow: 4px 4px 10px #a7a7a7;
            box-shadow: 4px 4px 10px #a7a7a7;
}
.rounded{
    border-radius: 12px !important;
}
.zerotopround{
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.coverbg{
    background-size: cover !important;
}
.slide-inner{
    height: 310px;
    position: relative;
}
.slide-content {
    text-align: right;
    padding: 20px 30px;
}
.slide-content *{
    color: white;
}
.slide-content a{
    display: inline-block;
    padding: 7px 20px;
    background: #f18a00;
    color: white;
    border-radius: 7px;
    /*margin-right: 35px;*/
}
.anchor-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.callout{
    position: relative;
}
.calloutspot .row{
    margin-top: 35px;
}
.callout.small {
    height: 100px;
    text-align: center;
    margin: 10px 5px;
}
.callout.large {
    text-align: right;
    height: 200px;
    margin-top: 10px;
}
.callout a,
.callout button{
    color: white;
    font-size: 33px;
    text-transform: uppercase;
}
.callout.small a{
    font-size: 28px;
}
.callout.large a{
    text-align: center;
}
.floatright {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.floatmiddle {
    width: 140px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.newpadleftright {
    padding-left: 0!important;
    padding-right: 0!important;
}
ul#menu-homepage-links{
    margin: 20px auto;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul#menu-homepage-links li{
    display: inline-block;
}
ul#menu-homepage-links li a {
    display: table-cell;
    background: #006f53;
    padding: 0 20px;
    color: white;
    /* font-family: 'Verdana Bold', sans-serif; */
    text-transform: uppercase;
    border-radius: 7px;
    text-align: center;
    height: 60px;
    vertical-align: middle;
    line-height: 18px;
    width: 190px;
}
ul#menu-homepage-links li a:hover{
    text-decoration: none;
    background: #009c6b;
}
.slick-arrow{
    border: 0;
}
.slick-arrow svg{
    height: 50px;
}
button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    z-index: 30;
    padding: 0 10px;
}
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    z-index: 30;
    padding: 0 10px;
}
.slick-dots {
    margin: -30px auto 0;
    list-style-type: none;
    z-index: 30;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots button {
    text-indent: -9999px;
    border-radius: 50%;
    border: 1px solid #006f53;
    height: 15px;
    width: 15px;
    margin: 0 3px;
}
.slick-dots li.slick-active button{
    background: #006f53;
}
.hplinks{
    margin-bottom: 30px;
}
.bluebg {
    background: rgba(165,229,217,.3);
}
.changespot{    
    height: 400px;
}
.rightsideimg{
    height: 400px;
}
.changespot-inner{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 40px;
}
.changespot-inner h1{
    color: #f7931d;
    font-size: 32px;
    margin-bottom: 20px;
}
span.smaller {
    font-size: 24px;
    display: block;
}
.buttonswrap .button,
.buttonswrap button {
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    margin-top: 15px;
}
.buttonswrap .button:first-child,
.buttonswrap button:first-child{
    margin-right: 5px;
}
.buttonswrap br{
    display: none;
}
.angleright{
    background: url(images/angle-right.svg) 90% center no-repeat;
    background-size: 15px;
    padding-right: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.buttonswrap a.angleright{
    padding-bottom: 10px;
    display: block;
    color: #228cc0;
}
.buttonswrap a.angleright:hover{
    background: url(images/angle-right.svg) 100% center no-repeat;
    background-size: 15px;
}
.thickblue {
    height: 15px;
    background: #a4e4d8;
    margin-top: 30px;
    max-width: 225px;
    width: 100%;
}
.newsspot{
    margin: 60px 0 40px; 
}
.newsbg {
    height: 250px;
    position: relative;
    text-align: center;
}
.newsbg h2 {
    color: white;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-shadow: 2px 2px 10px #000000db;
    font-size: 50px;
    /* font-family: 'Verdana Bold', sans-serif; */
    line-height: 55px;
    padding: 0 40px;
}
.media-inner {
    padding: 30px 40px 10px;
}
.media-inner h2{
    text-align: center;
    /*background: rgba(165,229,217,.3);*/
    margin: 0 auto 20px;
    color:  #006f53;
    font-size:  44px;
}
.media-inner h3 {
    margin: 30px 0 10px;
    font-weight: bold;
}
hr.bluebar {
    height: 3px;
    background: #a4e4d8;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before, .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 5px solid #a4e4d8;
    top: 25px;
    width: 175px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.galleryspot {
    margin: 40px 0 0;
}
.galleryspot h2 {
    text-align: center;
    /* font-family: 'Verdana Bold', sans-serif; */
    color: #006f53;
    margin-bottom: 10px;
    font-size: 27px;
}
.galleryspot button.slick-prev.slick-arrow{
    left: -70px;
}
.galleryspot button.slick-next.slick-arrow{
    right: -70px;
}
.galleryspot .slick-arrow svg{
    height: 100px;
}
.galleryspot img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
}
.galleryspot .slick-slide,
.galleryspot .slick-slide div {
    height: 100%;
}
.testimonials {
    text-align: center;
}
.testslider {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.testslider button.slick-prev.slick-arrow {
    left: -60px;
}
.testslider button.slick-next.slick-arrow {
    right: -60px;
}
.testslider button.slick-arrow svg path {
    fill: rgba(134, 134, 134, 0.8) !important;
}
.testimonials h2 {
    margin-bottom: 10px;
    /* font-family: 'Verdana Bold', sans-serif; */
    color: #006f53;
    margin: 60px auto 10px;
    font-size: 34px;
}
img.testquote {
    max-width: 30px;
    width: 100%;
    margin: 0 auto 10px;
}
.testimonial--content{
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 0;
    padding: 0.5em 10px;
}

.onepost {
    position: relative;
    margin-bottom: 20px;
}
.onepost h3 {
    font-size: 20px;
    text-transform: capitalize;
}
.onepost a.button {
    padding: 5px 10px;
    text-transform: capitalize;
    display: inline-block;
    width: 25%;
    background: transparent;
    color: #228cc0;
}
.onepost--inner{
    display: inline-block;
    width: 98%;
}
.onepost--right {
    display: inline-block;
    width: 15%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.onepost--right{
    width: 20px;
}



/*------------------------------------*\
    $SUBPAGE
\*------------------------------------*/
.masthead{
    height: 375px;
}
.page-titlebar {
    background: #e4f1ee;
    padding: 2em 0;
}
.page-titlebar h1 {
    margin: 0;
    font: normal bold 2rem/1 'Gotham';
    color: #000000;
}
@media (min-width: 768px) {
	.page-titlebar h1 {
		font-size: 2.75rem;
	}
}
.subpage > [class*="col"] {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
@media (min-width: 993px) {
	.subpage {
		margin: 0 -35px;
	}
	.subpage > [class*="col"] {
		padding-left: 35px;
		padding-right: 35px;
	}
}
.subpage h1{
    font-size: 38px;
    margin-bottom: 30px;
    color: #006f53;
}
.subpage-content .featured-image {
	margin-bottom: 1.5em;
	width: 100%;
}
.subpage-content h2:first-child, 
.subpage-content h3:first-child {
    margin-top: 0;
}
.subpage-content h2{
    color: #006f53;
    font-size: 1.9em;
    font-weight: bold;
    margin: 1.25em 0 .5em;
}
.subpage h3 {
	color: #000;
}
.subpage-content h3{
    font-size: 1.5em;
    margin: 1.25em 0 .5em;
}
.subpage .thickblue{
    background: #a4e4d8;
    margin: 30px 0;
    height: 10px;
    width: 100%;
    max-width: 100%;
}
.subblue-inner{
    padding: 30px;
}
.sbi-content {
    display: block;
}
.subblue-inner .button {
    display: table;
    max-width: 350px;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-right: 30px;
}
.middletext{
    display: table-cell;
    vertical-align: middle;
}
.subblue-inner .button .middletext {
    width: 100%;
    max-width: 175px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
}
.sbi-content sub {
    bottom: 0 !important;
    /* font-family: 'Verdana', sans-serif; */
    font-size: 12px;
}
.sbi-content h3{
    color: #272e38;
    /* font-family: 'Verdana Bold', sans-serif; */
    text-transform: uppercase;
    font-size: 22px;
}
h3.greentext.phonenum {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
}
.phonenum{
    margin: 0;
}
.phonenum a{
    color: #006f53;
    font-size: 30px;
}
/* sidebar */
.subside{
    position: relative;
}
.subside:before {
    content: '';
    background: #f6fbfa;
    width: 100vw;
    height: 100%;
    left: -1rem;
    top: 0;
    position: absolute;
}
.subside__inner {
	position: relative;
}
@media (min-width: 993px) {
	.subside:before {
    	left: 0;
		width: 50vw;
	}
	.subside__inner {
		position: sticky;
		top: 50px;
	}
}
.subside h3 {
	margin: 0;
    font-size: 1em;
}
.subsidemenu {
    padding: .75em 0;
}
.subsidemenu .menu-item a {
    padding: 7px 7px 7px 23px;
    line-height: 1;
    font-weight: bold;
    position: relative;
}
.subsidemenu .menu-item a:hover {
    background: transparent;
    color: #078867;
    text-decoration: underline;
}
.subsidemenu .current-menu-item a {
    color: #006f53;
    text-decoration: underline;
}
.subsidemenu .menu-item a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    opacity: 0.3;
    width: 20px;
    text-align: center;
}
.subsidemenu .current-menu-item a:before {
    content: '\f0a9';
}
.subsidemenu .menu-item a:hover::before {
    opacity: 1;
}
.subside #sidebar #text-9{
    padding: 15px 20px 10px;
    background: rgba(191,183,176,0.54);
    border-radius: 12px !important;
}
.subside .nf-form-fields-required {
    font-size: 12px;
    margin-bottom: 10px;
}
.subside .label-above .nf-field-label{
    margin: 0;
}
.subside .nf-field-label label {
    font-size: 10px;
    color: #006f53;
    font-weight: normal;
}
.subside input{
    padding: 3px 5px;
    border: 0;
}
.subside .nf-input-limit{
    margin-top: 0;
}
.subside #ninja_forms_required_items, .subside .nf-field-container{
    margin-bottom: 5px;
}
.subside .field-wrap input[type=button] {
    display: block;
    width: 100%;
    /* font-family: 'Verdana', sans-serif; */
    margin-top: 20px;
    padding: 8px 20px;
}
.nf-field-container.recaptcha-container{
    transform: scale(0.67);
    -webkit-transform: scale(0.67);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
img.rightside-img {
    margin: 10px auto;
}
.centered{
    text-align: center;
}
.dropdown{
    /*display: none;*/
    width: 100%;
    text-align: center;
}
button.nobutton:hover{
    background-color: transparent;
}
.close-popup {
    position: absolute;
    right: 50px;
    top: 5px;
    cursor: pointer;
}
.close-popup img {
    height: 50px;
}
.innermodal{
    text-align: center;
}
.ktg-content .button.transparent,
.whitebox--inner .button.transparent{
    border: 0;
    background: white;
    color: #343434 !important;
    padding: 10px 5px;
    text-align: center;
    margin: 15px auto 0;
    font-size: 12px;
    text-transform: initial;
    display: block;
    /*box-shadow: 4px 3px 9px 0px #525252;*/
}
.greybar {
    background-color: #6e6e6e;
}
.greybar .container{
    text-align: right;
}
a.returnlink {
    color: white;
    display: inline-block;
    font-size: 12px;
    padding: 10px 0;
}
img.ownedphys {
    max-width: 15px;
    margin-right: 5px;
}
.greentext{
    color: #006f53;
    font-size: 17px;
}
p.big-green-button {
    display: inline-block;
}

.big-green-button a {
    display: table-cell;
    background: #006f53;
    padding: 0 20px;
    color: white;
    /* font-family: 'Verdana Bold',sans-serif; */
    text-transform: uppercase;
    border-radius: 7px;
    text-align: center;
    height: 60px;
    vertical-align: middle;
    line-height: 18px;
    width: 256px;
    font-size: 18px;
}

#menu-career-opportunities a {
    color: #006f53;
    font-weight: bold;
}
/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
footer{
    /*background-color: #006f53;*/
    padding: 40px 0;
}
.footerbg{
    width: 100%;
    height: 100%;
}
footer *{
    color: white;
}
footer h2{
    font-size: 20px;
    /* font-family: 'Verdana Bold', sans-serif; */
}
footer a, footer p, footer li{
    font-size: 13px;
}
footer a:hover{
    color: #98c9ff;
}
footer ul{
    margin: 0;
    list-style-type: none;
}
.menu-social-menu-container ul{
    list-style-type: none;
    margin: 0;
}
.menu-social-menu-container ul li{
    margin: 0 5px;
    display: inline-block;
}
.copyright{
    margin: 10px 0 5px;
}
.social-icon a{    
    height: 33px;
    width: 33px;
    display: block; 
}
.facebook a{
    background: url('images/facebook-hover.png') center center no-repeat;
    background-size: contain;
}
.facebook:hover a{
    background: url('images/facebook-icon.png') center center no-repeat;
    background-size: contain;
}
.youtube a{
    background: url('images/youtube-hover.png') center center no-repeat;
    background-size: contain;
}
.youtube:hover a{
    background: url('images/youtube-icon.png') center center no-repeat;
    background-size: contain;
}
.twitter a{
    background: url('images/twitter-hover.png') center center no-repeat;
    background-size: contain;
}
.twitter:hover a{
    background: url('images/twitter-icon.png') center center no-repeat;
    background-size: contain;
}
.linkedin a{
    background: url('images/linkedin-hover.png') center center no-repeat;
    background-size: contain;
}
.linkedin:hover a{
    background: url('images/linkedin-icon.png') center center no-repeat;
    background-size: contain;
}
.instagram a{
    background: url('images/instagram-hover.png') center center no-repeat;
    background-size: contain;
}
.instagram:hover a{
    background: url('images/instagram-icon.png') center center no-repeat;
    background-size: contain;
}
.left{
    float: left;
}
.right{
    float: right;
}
.twocol{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer .twocol{
    margin-bottom: 20px;
}
footer .twocol li{
    margin-bottom: 5px;
}
ul#menu-footer-links{
    margin: 0;
    list-style-type: none;
     columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
ul#menu-footer-links li a{
    display: block;
    padding: 5px 0;
}
p.socialp {
    margin: 10px 0 5px;
    /* font-family: 'Verdana Bold', sans-serif; */
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1px;
}
.teampics img {
    max-width: 95px;
    margin-bottom: 0;
}
.teampics .col-lg-4{
    margin-bottom: 20px;
}
#nf-form-2-cont {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
#nf-form-2-cont .label-left .nf-field-label {
    padding-right: 2%;
    text-align: left;
    width: 18%;
}
#nf-form-2-cont .label-left .nf-field-element{
    width: 82%;
}
ul#menu-about-sgmc {
    list-style-type: none;
}
.side-bar-menu li a{
    display: block;
    padding: 5px 0;
    color: #006f53;
}

.side-bar-menu{
    list-style-type: none;
}
.fwcheck .dataTables_length {
    display: none;
}
.fwcheck .dataTables_wrapper{
    margin-top: 20px;
}
/*------------------------------------*\
    $TYPE
\*------------------------------------*/
.indiv-search,
.indiv-post{
    margin: 30px 0;
    border-bottom: 3px solid #555555;
    padding-bottom: 30px;
}
.indiv-search:last-child,
.indiv-post:last-child{
    border: 0;
}
.post-img {
    float: left;
    display: inline-block;
    width: 30%;
    margin-right: 3%;
}
.post-inner{
    float: left;
    display: inline-block;
    width: 65%;
}
.post-inner.full {
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #555555;
    padding: 3px 5px;
    margin: 0 5px;
}
.wp-pagenavi span.current{
    background: #0475b7;
    color: white;
    border-color: #0475b7;
    font-weight: normal;
}

p .hidelast:last-child, em .hidelast:last-child, td .hidelast:last-child {
    display: none;
}
.physsearch tr th, .physsearch tr td{
	padding: 10px 20px;
}
.physsearch tr th{
	font-size: 20px;
	color: #0475b7;
	font-weight: bold;	
}
.physsearch tr td.indresult--name{
	padding: 0;
}
.physsearch tr td.indresult--name a{
	padding: 10px 20px;
	display: block;
}

/*------------------------------------*\
    $MISC
\*------------------------------------*/
.col-lg-6.Education p{
    display: flex;
}
.col-lg-7.Education strong{
    margin-right: 6px;
}
.col-lg-12 .products .col-lg-4 a {
    width: 100%;
    display: -ms-inline-grid;
    display: inline-grid;
}
.col-lg-12 .products .col-lg-4 a p{
    text-decoration: underline;
    margin: 0;
    text-align: center;
}
.col-lg-12 .products .col-lg-4 a img{
    margin: 0 auto;
    width: 175px;
}
.products .row{
    margin-bottom: 24px;
}
.overlay{
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.overlay.open{
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);    
    z-index: 98;
}
::-moz-selection     { background-color:#4a8ec2; color:#fff; }
::selection     { background-color:#4a8ec2; color:#fff; }
::-moz-selection{ background-color:#4a8ec2; color:#fff; }
hr{
    padding:0;
    border:none;
    height:1px;
    background-color:#ccc;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.visually-hidden{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.hiddenbutton,
.hiddenbutton:hover{
    background: transparent;
    border: 0;
    padding: 0;
    text-indent: -9999px;
}
.ab-block-accordion {
    margin-top: 30px;
}

/*------------------------------------*\
    $INFOGRAPHIC
\*------------------------------------*/
.infocontent--wrap {

}
.infocontent--inner {
    text-align: left;
    padding: 10px 15px 5px;
}
.infocontent--inner h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: initial;
    text-align: center;
}
.infocontent--inner p,
.infocontent--inner li,
.infocontent--inner a{
    font-size: 12px;
}
.ktg-content {
	position: absolute;
    z-index: 10;
    max-width: 200px;
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 120, 82, 0.15);
    box-shadow: 10px 10px 5px 0px rgba(0, 120, 82, 0.15);
}
.green-bg.ktg-content{
	background-color: #259474;
}
.green-bg.ktg-content *{
  	color: white !important; 
}
.green-bg.ktg-content ul{
    margin-bottom: 5px;
    margin-left: 15px;
}
.topleft{
  	top: 37%;
  	left: 0;
}
.topright {
    top: 39%;
    right: 0%;
}
.botleft{
    bottom: -2%;
    left: 0;
}
.botright{
    bottom: 19%;
    right: 4%;
}
div#map--emergency {
    max-width: 600px;
}
a.anchorblock{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map--partnership{
    /*cursor: pointer;*/
}
img.map--family-triangle {
    position: absolute;
    top: 53%;
    left: 15%;
}
img.map--urgent-triangle {
    position: absolute;
    top: 54%;
    right: 9%;
}
img.map--emergency-triangle {
    position: absolute;
    bottom: 15%;
    left: 14%;
}
img.map--youth-triangle {
    position: absolute;
    bottom: 21%;
    right: 20%;
}
.botbotright{
	position: absolute;
    bottom: 1%;
    right: 3%;
	z-index: 10;
}
.whitebox--wrap{
	max-width: 425px;
    width: 100%;
    border-radius: 30px;
}
.whitebox--inner{
	background-color: white;
    border-radius: 30px;
    /*text-align: left;*/
    /*padding: 10px 15px 5px;*/
}
.whitebox--inner p:last-child{
    margin-bottom: 0;
}
.whitebox--inner *{
	color: #231f20;
}
.whitebox--inner ul{
	margin-bottom: 5px;
}
.whitebox--wrap-mobile{
}
.page-id-714 .subpage h1{
    margin-bottom: 0;
}
.partnership--mobile {
    padding: 20px 30px;
    margin: 10px;
    border-radius: 20px;
}
.partnership--mobile *{
    color: white;
}
.partnership--mobile h3{
    color: white;
}

/*modal*/
.infocontent--modal {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99999;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.infocontent--modal-inner {
    background: white;
    padding: 30px 10px;
    margin: 0 20px;
    max-height: 75vh;
    overflow-y: scroll;
}
.infocontent--modal-close-popup{
	cursor: pointer;
}
.infocontent--modal-close-popup img {
	position: fixed;
	top: -40px;
	right: 0;
	width: 25px;
}
.infocontent--modal-inner {
    text-align: left;
}
.infocontent--modal-inner h3{
    text-align: center;
}
.infocontent--modal-inner a.button.readmore {
    font-size: 16px;
    padding: 10px 0;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.infocontent--modal-inner ul.twocol{
	-webkit-column-gap: 40px;
	        column-gap: 40px;
}
.ktg-mobile{
	display: none;
}
.modalimagemap area{
	cursor: pointer;
}
.whitebox--wrap-mobile .whitebox--inner {
    text-align: left;
    padding: 10px 35px 5px;
    border-radius: 0;
    background: none;
}
.whitebox--wrap-mobile .whitebox--inner h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: initial;
    text-align: center;
    color: white;
}
.whitebox--wrap-mobile .whitebox--inner p,
.whitebox--wrap-mobile .whitebox--inner li,
.whitebox--wrap-mobile .whitebox--inner a{
    font-size: 12px;
    color: white;
}
.whitebox--wrap-mobile .whitebox--inner ul.twocol {
    max-width: 400px;
    width: 100%;
    margin: 10px auto;
    color: white;
}

/*green footer content*/
.infooter {
    background: #259474;
    margin: 20px 20px 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100%;
}
.infooter--inner{
    padding: 30px;
}
.infooter--inner *{
    color: white;
}
.maplegend-wrap .whitefont {
    padding: 1px 10px;
    display: inline-block;
    margin-top: 5px;
}
.whitefont{
    color: white;
}
.subpage .subside h2{
    font-size: 18px;
    margin-top: 0;
}
.subsidemenu{
    margin: 0 0 20px;
    list-style-type: none;
}
.subsidemenu li a {
    padding: 7px 5px;
    display: block;
    border-radius: 0;
}
.subsidemenu ul.sub-menu {
    margin-left: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.subsidemenu li:hover ul.sub-menu,
.subsidemenu li.current-menu-item ul.sub-menu,
.subsidemenu li.current-page-ancestor ul.sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.subsidemenu li a:hover {
    background: #006f539e;
    color: white;
    text-decoration: none;
}
.subsidemenu > li.menu-item-has-children > a{
    background: url(images/angle-right-green.svg) 90% 45%  no-repeat;
    background-size: 15px;
}
.subsidemenu > li.menu-item-has-children:hover > a{
    background: #006f539e url(images/angle-right-green.svg) 98% 45%  no-repeat;
    background-size: 15px;
    color: white;
}

/*FIND A PROVIDER PAGE*/
.searchandfilter > ul > li.sf-field-taxonomy-specialty {
    margin-left: 0;
    -webkit-column-count: 4;
            column-count: 4;
    height: 300px;
    overflow-x: scroll;
    padding: 30px 0;
}
.searchandfilter li.sf-field-search h4 {
    font-size: 21px;
    color: green;
    font-weight: bold;
}
.searchandfilter label{
    width: 100%;
}
.searchandfilter input.sf-input-text {
    padding: 10px 5px 3px;
    border: 0;
    border-bottom: 2px solid #676767;
    width: 100%;
    display: block;
}
.page-id-41 input[type="submit"]{
    padding: 5px 30px;
    border: 1px solid #006f53;
    background: #006f53;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.page-id-41 input[type="submit"]:hover{
    background: white;
    color: #006f53;
}
.page-id-41 .wp-block-column:nth-of-type(odd) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
}
.page-id-41 .wp-block-column:nth-of-type(2) {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
}
.largetext--or{
    font-size: 30px;
    font-weight: bold;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

/*single physician page*/
h1.phystitle {
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
    text-transform: initial;
    font-weight: normal;
}
.smallertext{
    font-size: 15px;
}
.practicename {
    text-decoration: underline;
    font-size: 19px;
}
.single-physicians .subpage h2 {
    /* font-family: 'Verdana Bold', sans-serif; */
    font-size: 22px;
}
.lightbluebg{
    background: #f5fcfa;
}
.lbb--inner{
    padding: 20px 30px;
}
/*.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}*/
html .searchwp-live-search-results-showing{
    z-index: 9999999 !important;
}
nf-field input {
    padding: 10px;
}
html .eyecustomform #ninja_forms_required_items, html .eyecustomform .nf-field-container{
	margin-bottom: 5px;
}
.tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .type-tribe_events {
    display: block;
}
.tribe-events-calendar .tribe-events-has-events:after{
    display: none;
}
html #tribe-events-content {
    overflow: initial !important;
}
.whitetext, .whitetext *,
h1.whitetext {
    color: white
}
.wp-block-cover.roundborder{
    min-height: initial !important;
    height: 375px !important;
    padding: 0;
    min-height: initial !important;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.greylist{
    margin-top: 10px;
}
.greylist li, 
.greylist a{
    color: #76787a;
    font-size: 15px;
}
ul.three-col{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.subpage h1.stylelessh1,
.subpage h2.stylelessh1 {
    color: black;
    text-transform: initial;
    font-weight: normal;
    font-size: 25px;
    /* font-family: "Verdana", sans-serif; */
}
.subpage h2.stylelessh1{
	margin-bottom: 30px;
}

.flex-three {
    /*flex-grow: 1;*/
    /*flex-basis: 10%;*/
    margin-right: 30px;
}
.flex-nine{
    flex-grow: 3;
}
.flex-three img {
    max-width: 220px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*------------------------------------*\
    $ACCESSIBILITY
\*------------------------------------*/
a.skip-main {
    left:-1000px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
    color: white;
    background-color:black;
    border:4px solid black;
}
a.skip-main:focus, a.skip-main:active {
    color: black;
    background-color:white;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;    
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
main, banner, contentinfo{
    display: block;
}
.menu-mobile {
    display: none !important;
}
header .menu-social-menu-container {
    text-align: right;
}
ul#menu-homepage-vertical {
    margin: 0 0 0 20px;
    list-style-type: none;
    padding: 0;
}
ul#menu-homepage-vertical li{

}
ul#menu-homepage-vertical li a{
    font-size: 21px;
    text-transform: uppercase;
    color: black;
    display: block;
    padding: 0 0 15px;
    line-height: initial;
}
ul#menu-homepage-vertical li a:before {
    content: '\f105';
    font-family: 'fontAwesome';
    color: green;
    font-size: 26px;
    padding-right: 8px;
    display: inline-block;
    line-height: initial;
    vertical-align: bottom;
}
.desktop-only{
    display: block;
}
.mobile-only{
    display: none;
}
@media screen and (max-width: 1120px){
	.whitebox--wrap.botbotright {
	    /*right: 0;*/
        /*bottom: 30%;*/
	    /*max-width: 365px;*/
	    /*border: 1px solid black;*/
	}
	div#map--emergency {
	    max-width: 500px;
	    left: 15px;
	}
	.topleft{
		/*left: 25px;*/
	}
	.topright {
	    /*right: 5px;*/
	}
	.botright {
	    /*bottom: 38.3%;*/
	}
	.galleryspot button.slick-prev.slick-arrow {
    	left: 0;
	}
	.galleryspot button.slick-next.slick-arrow {
    	right: 0;
	}	
}
@media screen and (max-width: 992px){
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
	.hp-slider {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
	.coverbg {
	    background-size: contain !important;
	}
	.slide-inner {
	    height: 400px;
	    position: relative;
	}
	.callout.small {
	    max-width: 400px;
	    width: 100%;
	    height: 150px;
	    text-align: center;
	    margin: 0 auto;
	    background-size: cover !important;
	}
	.floatmiddle {
	    width: 200px;
	}
	.changespot {
	    height: 100%;
	    max-width: 400px;
	    width: 100%;
	    margin: 0 auto 10px;
	}
	.changespot-inner {
	    position: relative;
	    top: initial;
	    left: initial;
	    right: initial;
	    -webkit-transform: initial;
	        -ms-transform: initial;
	            transform: initial;
	    padding: 20px;
	}
	.rounded.coverbg.rightsideimg {
	    height: 350px;
	    width: 100%;
	    background-size: cover !important;
	}
	.col-lg-12.newsspot {
	    margin: 0 auto 30px;
	    max-width: 400px;
	    width: 100%;
	}
	a.newsbutton.button {
	    text-align: center;
	}
	.onepost {
	    margin: 30px 0;
	}
	.onepost--inner {
	    width: 95%;
	}
	.testslider button.slick-prev.slick-arrow, .testslider button.slick-next.slick-arrow {
	    display: none;
	}
	footer .row {
	    max-width: 400px;
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.newpadleftright {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-left: 0;
		padding-right: 0;
	}
	.row{
		margin-left: 0;
		margin-right: 0;
	}
	.whitebox--wrap.botbotright{
		display: none;
	}
    .whitebox--wrap-mobile {
        right: initial;
        left: initial;
        bottom: initial;
        /* max-width: 650px; */
        position: relative;
        border: 0;
        margin: 0;
        text-align: left;
        margin: 20px 40px;
        border-radius: 0;
        -webkit-border-bottom-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-bottomright: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        width: auto;
        background: #259474;
    }
	.ktg-desktop{
		display: none;
	}
	.ktg-mobile{
		display: block;
	}
    .whitebox--wrap-mobile .whitebox--inner h3 {
        font-size: 22px;
    }
    .whitebox--wrap-mobile .whitebox--inner .ktg-mobile{
        margin-top: 25px;
    }
    header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        background-color: white;
        -webkit-box-shadow: 0 2px 12px 0px #5f5f5f70;
        box-shadow: 0 2px 12px 0px #5f5f5f70;
    }
    main {
        margin-top: 90px;
    }
    .menu-mobile {
        display: block !important;
    }
    .right-section {
        display: none;
    }
    .tophead-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    .top-logo {
        max-width: 125px;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        -ms-grid-column-align: start;
            justify-self: start;
    }
    .top-button {
        margin-right: 20px;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        -ms-grid-column-align: end;
            justify-self: end;
    }
    button#responsive-menu-button {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        place-items: center;
    }
    ul#menu-homepage-links {
        display: -ms-grid;
        display: grid;
        grid-gap: 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    ul#menu-homepage-links li {
        width: 100%
    }
    .callout.small {
        margin-bottom: 10px
    }
    .container{
		padding: 0 1rem;
	}
	.zerotopround.coverbg {
	    background-size: cover !important;
	    height: auto;
	    padding: 40% 0 0;
	}
	.footerbar{
		margin-bottom: 30px;
	}
	.mtop-twenty {
	    padding-top: 30px;
	}
	iframe{
		max-width: 100% !important;
		width: 100% !important;
	}
	.subside.buttonswrap {
	    width: 100%;
/* 	    max-width: 400px; */
	    margin: 0 auto;
	}
	.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
	    padding: 5px 0 !important;
	    width: 100%;
	    max-width: 100%;
	    margin: 0 auto;
	    -ms-flex: 100%;
	    -webkit-box-flex: 100%;
	            flex: 100%;
	}
} 
/*end 992*/
@media screen and (max-width: 820px){
	.wp-block-column{
	    margin-right: 0 !important;
	    -ms-flex-preferred-size: 100% !important;
	        flex-basis: 100% !important;
	    text-align: center;
	}
	.wp-block-image .alignright,
	.wp-block-image .alignleft,
	.wp-block-image .alignnone {
	    float: none;
	    margin: 5px auto;
	    display: block;
	}
}
@media screen and (max-width: 768px){
    .flex-three,
    .flex-nine {
        flex-grow: 1;
        flex-basis: 100%;
        margin-right: 0;
        text-align: center;
    }
    h1.phystitle{
        text-align: center;
        margin-top: 20px;
    }
}
@media screen and (max-width: 720px){
	.fancy span:before, .fancy span:after{
		display: none;
	}
}
@media screen and (max-width: 600px){
    .twocol {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        text-align: left;
    }
    .partnership--mobile{
        padding: 10px 15px;
    }
    a.button.transparent {
        font-size: 15px;
        padding: 10px;
    }
/*     .subpage h1{
    	font-size: 2rem;
    }
    .subpage h2{
    	font-size: 1.7rem;
    	margin: 20px 0 5px;
    }
    .subpage h3{
    	font-size: 1.5rem;
    	margin: 20px 0 5px;
    }
    .subpage h4{
    	font-size: 1.3rem;
    	margin: 1px 0 5px;
    }
    .subpage h5{
    	font-size: 1.2rem;
    	margin: 20px 0 5px;
    } */
}
@media screen and (max-width: 400px){
    .whitebox--wrap-mobile{
        margin: 20px auto;
    }
    .slide-inner {
	    height: 200px;
	}
	.newsbg h2{
		font-size: 40px;
	}
}

select {
	appearance: none;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right .75rem center/16px 15px;
}