/*General Style*/
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

/* -- If needed extra bold & black fonts -- */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

html {overflow-x: hidden;}
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.6;
    font-weight: 400;
	letter-spacing: 0.54px;
	color: #6e6e6e;
    }
@media (max-width: 991px) {
	body {font-size: 17px;}
}
@media (max-width: 767px) {
	body {font-size: 16px;}
}

img {
	max-width: 100%;
	height: auto;
}
::-moz-selection {
	background: #038543;
	color: #fff;
}
::-webkit-selection {
	background: #038543;
	color: #fff;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */
b,strong {font-weight: 700;}
a {color: #038543;}
a:hover,a:focus {
	text-decoration: none;
	color: #000000;
	outline: 0;
    }
p {
	font-size: 18px;
	line-height: 1.6;
    font-weight: 400;
}
@media (max-width: 991px) {
	p {font-size: 17px;}
}
@media (max-width: 767px) {
	p {font-size: 16px;}
}

h1 {
	font-size: 60px;
	line-height: 1.3;
	font-weight: 700;
	color: #101920;
    }
h1:not(.site-title):before,
h2:before {display: none;}

@media (max-width: 1199px) {
	h1 {font-size: 56px;}
}
@media (max-width: 991px) {
	h1 {font-size: 46px;}
}
@media (max-width: 767px) {
	h1 {font-size: 36px;}
}
@media (max-width: 575px) {
	h1 {font-size: 31px;}
}

h2 {
	font-size: 52px;
	line-height: 1.2;
	font-weight: 700;
	color: #101920;
}
@media (max-width: 1199px) {
	h2 {font-size: 48px;}
}
@media (max-width: 991px) {
	h2 {font-size: 42px;}
}
@media (max-width: 767px) {
	h2 {font-size: 36px;}
}

h3 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: #101920;
}
@media (max-width: 1199px) {
	h3 {font-size: 23px;}
}
@media (max-width: 991px) {
	h3 {font-size: 21px;}
}
@media (max-width: 767px) {
	h3 {font-size: 20px;}
}

h4 {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 600;
	color: #101920;
    }
@media (max-width: 991px) {
	h4 {font-size: 20px;}
}
@media (max-width: 767px) {
	h4 {font-size: 19px;}
}
@media (max-width: 575px) {
	h4 {font-size: 18px;}
}
h1,h2,h3,h4 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
	margin: 0;
	margin-bottom: 20px;
    }
p,ol,ul,blockquote {
    margin: 0 0 20px;
	padding: 0;
    }
@media (max-width: 767px) {
	h1,h2,h3,h4 {margin-bottom: 15px;}
	p,ol,ul,blockquote {margin: 0 0 15px;}
}
.white h1, .white h2, .white h3, .white h4, .white p, .white li, .white span {color: #fff;}
.white a {color: #ffcb0a;}
.white a:hover {color: #fff;}
blockquote {border-color: #f7f7f7;}
blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

/* Forms */ 
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	height: inherit;
	display: block;
	margin: 0;
	padding: 15px 20px;
	direction: ltr;
	position: relative;
	z-index: 1;
	box-shadow: none;
	color: #000;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	background-color: rgb(255, 255, 255);
	border: solid 1px rgba(0,0,0,0.2);
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
    }
select {
    padding-right: 40px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.6);
	background-image: url(../images/select_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto;
    }

input:focus,
select:focus,
textarea:focus {
	border-color: #038543;
	outline: 0;
    }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #000;
	font-weight: 500;
	opacity: 0.6;
    text-transform:capitalize;
    }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #000;
    font-weight: 500;
    opacity: 0.6;
    text-transform:capitalize;
    }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #000;
    font-weight: 500;
    opacity: 0.6;
    text-transform:capitalize;
    }
.form-group {margin-bottom: 20px;}

/*Buttons*/
.btn_holder {
	margin-top: 30px;
	text-align: center;
    }
.btn_holder.cta_bg {
	background-color: rgba(0,45,98,0.1);
	padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
input[type="submit"],
button[type="submit"],
.my_btn {
	position: relative;
	padding: 16px 24px; 
	background-color: #038543;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
    color: #fff !important;
	text-align: center;
	display: inline-block;
	box-shadow: none;
	border: none;
	opacity: 1;
	border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.my_btn i{margin-left: 10px;}
.my_btn.sm{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 6px;
    }
.my_btn.file{
    padding: 7px 12px;
    font-size: 17px;
    }
.my_btn.file i {
    background-color: white;
    color: #038543;
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 18px;
    }

input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover {
    background-color: #00a75a;
	color: #fff !important;
    }
.my_btn.yellow{
    background-color: #ffcb0a;
    color: #101920 !important;
    }
.my_btn.yellow:hover,
.my_btn.yellow:focus{
    background-color: #ffe360;
    color: #101920 !important;
    }
.my_btn.blue{background-color: #002d62;}
.my_btn.blue:hover,
.my_btn.blue:focus{background-color: #0c4383;}
.my_btn.red{background-color: #d80000;}
.my_btn.red:hover,
.my_btn.red:focus{background-color: #f02424;}

@media(max-width:991px) {
    .btn_holder {margin-top: 25px;}
    .btn_holder.cta_bg {padding: 20px;}
    
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        padding: 14px 21px; 
        font-size: 17px;
        border-radius: 7px;
    }
    .my_btn.sm{
        padding: 8px 18px;
        font-size: 15px;
        border-radius: 5px;
    }
    input[type="email"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    textarea,
    select {
        padding: 13px 18px;
        font-size: 17px;
        line-height: 27px;
    }
    .my_btn.file i {
        padding: 3px 4px;
        font-size: 17px;
    }
}
@media(max-width:767px) {
    .btn_holder {margin-top: 20px;}
    .btn_holder {margin-top: 25px;}
    .btn_holder.cta_bg {padding: 15px 5px;}
    input[type="submit"],
    button[type="submit"],
    .my_btn {
        padding: 10px 18px; 
        font-size: 16px;
        border-radius: 6px;
    }
    .my_btn.sm{
        padding: 6px 14px;
        font-size: 14px;
        border-radius: 4px;
    }
    input[type="email"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    textarea,
    select {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 26px;
    }
    .my_btn.file{
        padding: 6px 12px;
        font-size: 16px;
    }
    .my_btn.file i {font-size: 16px;}
}
@media(max-width:575px) {
    input[type="submit"],
    button[type="submit"],
    .my_btn {padding: 10px 16px;}
}

/* ---- Header ----- */
.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: white;
	width: 100%;
	z-index: 99;
	display: block;
	text-align: center;
	background-color: transparent;
	text-align: right;
    }
.header.sticky {position: fixed;}

@media (min-width: 1360px){
    .header .container{max-width: 1340px;}
}
.header .header_right {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
.menu_holder {display: block;}
.top_header,.mainmenu,.logo,.logo img, .tagline img, .header {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
} 

/* --- Top Alert Bar --- */
.top_alert_bar {
	background-color: #e86666;
	color: #fff;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
.top_alert_bar .container{
    padding-bottom: 8px;
    padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.top_alert_bar p{  
    line-height: 1.4;
    font-weight: 600;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    }
.top_alert_bar p i{
    display: inline-block;
    vertical-align: middle;
    }
.closebtn {
	color: #fff;
	font-weight: 700;
	display: inline-block;
    vertical-align: middle;
	cursor: pointer; 
    }
.closebtn:focus,
.closebtn:hover{
    color: #fff;
    text-decoration: underline;
    }
@media (max-width: 1359px){
    .top_alert_bar .container {max-width: 100%;}
    .top_alert_bar p {font-size: 16px;}
}
@media (max-width: 1199px) {
    .top_alert_bar p {font-size: 15px;}
}
@media (max-width: 991px) {
    .top_alert_bar p {font-size: 14px;}
}
@media (max-width: 767px) {
    .top_alert_bar i {display: none;}
    .top_alert_bar .container {
        padding-bottom: 0px; 
        display: block;
    }
}
/* --- Top Alert Bar --- */

.top_header {
    padding: 20px 0;
	background-color: #fff;
	text-align: left;
    }
.sticky .top_header {padding: 15px 0;}
.top_header .container {
	display: flex;
	justify-content: space-between;
    align-items: center;
    } 
.logo a {
	display: block;
	position: relative;
	z-index: 1;
    }
.logo img {
	width: 100%;
	max-width: 340px;
	height: auto;
    }
.sticky .logo img {max-width: 300px;}

.tagline{
    display: flex;
    padding: 10px 0 0 0;
    }
.tagline img{
    width: 100%;
	max-width: 340px;
	height: auto;
    }
.sticky .tagline img {max-width: 300px;}


.login_btns{display: flex;}

.login_btns .btn_box{
    position: relative;
    padding: 18px;
    width: 100%;
    max-width: 345px;
    min-width: 340px;
    background-color: #002d62;
    cursor: pointer;
    display: block;
    border-radius: 8px; 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.login_btns .btn_box.logout_link {
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.login_btns .btn_box:hover,
.login_btns .btn_box:focus{background-color: #0c4383;}
.login_btns .btn_box.red{
    background-color: #d80000;
    margin-left: 30px;
    }
.login_btns .btn_box.red:hover,
.login_btns .btn_box.red:focus{background-color: #f02424;}

.login_btns .btn_box img{
    float: left;
    margin-right: 15px;
    }
.login_btns .btn_box .btncopy{
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4; 
    color: white;
    }
.login_btns .btn_box .btncopy strong{
    display: block;
    padding-bottom: 5px;
    font-size: 21px; 
    line-height: 1;
    font-weight: 700;
    color: white;
    }

.login_btns .my_btn{
    font-size: 18px;
    padding: 18px 21px;
    margin: 0 4px;
    }
.login_btns .my_btn br{display: none;}
.login_btns .my_btn:first-child{margin-left: 0;}
.login_btns .my_btn:last-child{margin-right: 0;}

.bottom_header{background-color: #038543;}
.bottom_header .container {
	display: flex;
	justify-content: space-between;
    }
.header_search form{position: relative;}
.header_search form input[type="text"]{
    position: relative;
    padding-right: 60px;
    background-color: #161616;
    border: solid 1px #161616;
    width: 100%;
    max-width: 155px;
    color: #fff !important;
    }
.header_search form input[type="text"]:focus{max-width: 200px;}
.header_search button[type="submit"]  {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: #161616;
    border: none;
    box-shadow: none;
    color: #fff !important;
    font-size: 24px;
    height: 100%;
    width: 50px;
    padding: 0;
    border-radius: 0;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
.header_search button:hover {color: #038543 !important;}

.header_search input::-moz-placeholder{color: #fff;}
.header_search input:-ms-input-placeholder{color: #fff;}
.header_search input::-webkit-input-placeholder {color: #fff;}

/*.mobile_login{display: none;}
.mobile_login a{
    display: block; 
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding: 11px 16px;
    margin: 0 2px;
    border-radius: 0;
    } */

@media (max-width: 1359px){
    .login_btns .btn_box.red {margin-left: 10px;}
    
}
@media (max-width: 1199px) {
	.logo img {max-width: 300px;} 
	.sticky .logo img {max-width: 260px;}
    
    .top_header {padding: 18px 0;}
    .sticky .top_header {padding: 12px 0;}
    
    .tagline img{max-width: 300px;}
    .sticky .tagline img {max-width: 260px;}
    
    .login_btns .btn_box img {display: none;}
    .login_btns .btn_box .btncopy {font-size: 15px;}
    .login_btns .btn_box .btncopy strong {font-size: 20px;}
    .login_btns .btn_box {
        padding: 14px;
        max-width: 250px;
        min-width: auto;
    }
}
@media (max-width: 991px) {
    .header {position:relative;}
    .header.sticky {position:relative;}
    .logo img {max-width: 250px;} 
	.sticky .logo img {max-width: 250px;}
    
    .tagline img{max-width: 250px;}
    .sticky .tagline img {max-width: 250px;}
    
    .top_header {padding: 12px 0;}
    .sticky .top_header {padding: 12px 0;}
	 
     
    .header_search form input[type="text"] {
      padding-top: 9px;
      padding-bottom: 9px;
    } 
    .bottom_header .container {align-items: center;}
    /*.mobile_login{
        margin-right: auto;
        display: flex;
        padding-left: 10px;
    }*/
    
    .login_btns .btn_box .btncopy {font-size: 14px;}
    .login_btns .btn_box .btncopy strong {
        font-size: 14px;
        display: inline-block;
    }
    .login_btns .btn_box {
        padding: 12px;
        max-width: 170px;
        min-width: 170px;
    }
    
}
@media (max-width: 767px) {
    /*.mobile_login {display: none;} */
    .login_btns {flex-direction: column;}
    .login_btns .btn_box .btncopy {font-size: 13px;}
    .login_btns .btn_box .btncopy strong {font-size: 13px;}
    .login_btns .btn_box.red {
        margin-left: 0px;
        margin-top: 2px;
    }
    .login_btns .btn_box {
        padding: 5px 10px;
        max-width: 220px;
    }
}
@media (max-width: 575px) {
	 .top_header .container {
		display: block;
		text-align: center;
	} 
    .tagline {
        display: block;
        padding: 10px 0px 0 0px;
    }
    .top_header {padding: 12px 0 8px 0;}
    .sticky .top_header {padding: 12px 0 8px 0;}
    .login_btns {
        flex-direction: row;
        justify-content: center;
    }
    .login_btns .btn_box {margin-top: 10px;}
    .login_btns .btn_box.red {
        margin-left: 4px;
        margin-top: 10px;
    } 
} 

/* Home Page Slider */
.sections_holder{margin-top: 220px;}
.billboard {
	position: relative;
	overflow: hidden;
    }
.billboard::after {
	content: '';
	background-color: transparent;
	border-left: 100px solid #fff;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	position: absolute;
	top: 60px;
	right: 30px;
	z-index: 2;
	opacity: 0.05;
	animation: rotation 10s infinite linear;
    }
    @-webkit-keyframes rotation {
        from {-webkit-transform: rotate(0deg);}
        to {-webkit-transform: rotate(360deg);}
    }
.billboard .container {
	position: relative;
	z-index: 2;
    }
#slider .item {
	padding: 100px 0;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: none;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
#slider .item:before {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background-repeat: no-repeat;
    }
.billboard .caption p {
	font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    }
.billboard .caption h1 {margin-bottom: 30px;}
.billboard .owl-item.active .item .caption h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.2s;
    }
.billboard .owl-item.active .item .caption p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.2s;
    }
.billboard .owl-item.active .item .caption .my_btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.4s;
    }

/*fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media (max-width: 1199px) {
    .sections_holder {margin-top: 200px;}
    .billboard .caption h1 {margin-bottom: 25px;}
	.billboard .caption p {
        font-size: 19px;
        margin-bottom: 25px;
    }
}
@media (max-width:991px) {
    .sections_holder {margin-top: 0px;}
	#slider .item {
		padding-top: 100px;
        padding-bottom: 130px;
        height: inherit;
		min-height: inherit;
	}
	.billboard .caption h1 {margin-bottom: 20px;}
    .billboard .caption p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .billboard .caption h1 br,
    .billboard .caption p br{display: none;}
}
@media (max-width:767px) {
    #slider .item {
		padding-top: 70px;
        padding-bottom: 100px;
	}
	.billboard::after {
        border-left: 80px solid #fff;
        border-top: 45px solid transparent;
        border-bottom: 45px solid transparent;
        top: 30px;
        right: 10px;
	}
    .billboard .caption h1 {
        margin-bottom: 15px;
        font-size: 28px;
    }
	.billboard .caption p {
        margin-bottom: 15px;
        font-size: 17px;
    }
}
@media (max-width:575px) {
    #slider .item {
		padding-top: 50px;
        padding-bottom: 50px;
	}
	.billboard .caption p {font-size: 16px;}
	.billboard .caption {padding: 0 20px;}
}

/* --- Sections --- */
.sections{
	padding: 80px 0;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    }
.graybg {background-color: #f3f4f6;}
.bluebg {background-color: #002d62;}
.darkbg {background-color: #101920;}
.greenbg {background-color: #038543;}
.sections.sm {padding: 40px 0;}
.sections.md {padding: 60px 0;}
.sections.pt0 {padding-top: 0px;}
.sections.nopad {padding: 0px;}
.sections.pb0 {padding-bottom: 0px;}
.sections.pb1 {padding-bottom: 10px;}
.sections.pb2 {padding-bottom: 20px;}
.sections.pb3 {padding-bottom: 30px;}
.sections.pb4 {padding-bottom: 40px;}
.sections.pb5 {padding-bottom: 50px;}
.sections.pb6 {padding-bottom: 60px;}
.sections.pb7 {padding-bottom: 70px;}
.section_title {
	margin-bottom: 25px;
	position: relative;
    }
.section_title.center{text-align: center;}
.section_title span {
	display: block;
	margin-bottom: 20px;
	color: #002d62;
    font-size: 16px;
    line-height: 26px;
	letter-spacing: 11.2px;
	text-transform: uppercase;
	font-weight: 700;
    }
.section_title span::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 26px;
	background-color: #002d62;
	vertical-align: middle;
	margin-right: 25px;
    }
.white .section_title span {color: #fff;}
.white .section_title span::before{background-color: #fff;}

.section_title h2{margin-bottom: 15px;}
.section_title p:last-child,
.section_title h2:last-child,
.section_title h3:last-child {margin-bottom: 0px;}
.section_title.left {text-align: left;}
.section_title.mb0 {margin-bottom: 0px;}
.section_title.white {color: white;}
.section_title.white h2,
.section_title.white p,
.section_title.white h3 {color: white;}
.section_title.sm h2{font-size: 48px;}

.container.lg {
	max-width: 1300px;
	position: relative;
    }
.fit_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.fit_img.fullheight {height: 100%;}
.fit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1199px) {
    .section_title br {display: none;}
}
@media (max-width: 991px) {
	.sections {padding: 70px 0;}
	.sections.md {padding: 50px 0;}
	.sections.sm {padding: 30px 0;}
	.sections.pb1 {padding-bottom: 5px;}
	.sections.pb2 {padding-bottom: 10px;}
	.sections.pb3 {padding-bottom: 10px;}
	.sections.pb4 {padding-bottom: 20px;}
	.sections.pb5 {padding-bottom: 30px;}
	.sections.pb6 {padding-bottom: 40px;}
	.sections.pb7 {padding-bottom: 50px;}
	.sections.pb0 {padding-bottom: 0px;}
 
	.section_title {margin-bottom: 20px;} 
	.section_title span {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 10px;
        }
    .section_title span::before {
        width: 36px;
        height: 24px;
        margin-right: 20px;
        }
    .section_title.sm h2 {font-size: 44px;}
}
@media (max-width: 767px) {
	.sections {padding: 60px 0;}
	.sections.md {padding: 40px 0;}
	.sections.sm {padding: 25px 0;}
	.sections.pb3 {padding-bottom: 0px;}
	.sections.pb4 {padding-bottom: 10px;}
	.sections.pb5 {padding-bottom: 15px;}
	.sections.pb6 {padding-bottom: 20px;}
	.sections.pb7 {padding-bottom: 30px;}
	.sections.pb0 {padding-bottom: 0px;}
    
    .section_title {margin-bottom: 15px;}    
	.section_title h2 {margin-bottom: 15px;}
    .section_title span {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 6px;
        }
    .section_title span::before {
        width: 30px;
        height: 21px;
        margin-right: 15px;
        }
	.section_title.sm h2 {font-size: 36px;}
}
@media (max-width: 575px) {
	.sections {padding: 50px 0;}
	.sections.md {padding: 30px 0;}
	.sections.sm {padding: 20px 0;}
	.sections.pb0 {padding-bottom: 0px;}
    .section_title span {letter-spacing: 4px;}
    .section_title span::before {margin-right: 12px;}
	.section_title.sm h2 {font-size: 32px;}
}

/* Services */
.over_top {
	padding: 50px 0 0 50px;
	margin-left: -50px;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	background-color: #fff;
    }
.over_top:before {
	content: '';
	position: absolute;
	top: 50px;
	left: -220px;
	border-left: 220px solid transparent;
	border-top: 120px solid #002d62;
    }
.over_top:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
    }
.sections.no_billboard{padding-top: 70px !important;}
.no_billboard .over_top{
    padding: 0;
	margin-left: 0;
	margin-top: 0;
    }
.no_billboard .over_top:before,
.no_billboard .over_top:after {display: none;}

.over_top>div {
	position: relative;
	z-index: 1;
    }
.program_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    height: 100%;
    }
.program_box .fit_img {
	display: block;
	height: 300px;
	background-color: #101920;
    }
.program_box .fit_img img {
	-webkit-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
	transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    }
.program_box:hover .fit_img img {transform: scale(1.05);}
.program_box .program_name {
	margin-right: 30px;
	margin-top: -30px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 15px 15px 0 0;
    min-height: 30px; 
    }
.program_box .program_name h3 {margin-bottom: 15px;}
.program_box .program_name h3 a {color: #101920;}
.program_box .program_name h3 a:hover {color: #038543;}
.program_box .program_copy{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.program_box .program_copy p {
	font-size: 16px;
	line-height: 1.6;
    }
.program_box .program_box_bottom {display: flex;}
.program_col{padding-bottom: 40px;}

@media(max-width:1199px) {
	.over_top {
		padding: 30px 0 0 30px;
		margin-left: -30px;
		margin-top: -30px;
	}
	.over_top:before {top: 30px;}
}
@media(max-width: 991px) {
    .sections.no_billboard{padding-top: 60px !important;}
    .program_box .program_name h3 {margin-bottom: 12px;}
    .program_box .program_copy p {font-size: 15px;}
    .program_box .program_name {
        margin-right: 25px;
        margin-top: -25px;
        min-height: 25px; 
    }
    .program_col{padding-bottom: 30px;}
}
@media(max-width: 767px) { 
    .sections.no_billboard{padding-top: 50px !important;}
    .program_box .program_name h3 {margin-bottom: 10px;}
    .program_box .program_copy p {font-size: 14px;}
    .program_box .program_name {
        margin-right: 20px;
        margin-top: -20px;
        min-height: 20px;
    }
    .program_col{padding-bottom: 25px;}
}
@media(max-width: 575px) {
    .sections.no_billboard{padding-top: 40px !important;}
    .over_top {
        padding: 30px 0 0 0px;
        margin-left: 0;
        margin-top: 0;
	}
	.over_top:before {display: none;}
    .over_top:after {display: none;}
}
.overlay_dark {position: relative;}
.overlay_dark::before {
	position: absolute;
	content: "";
	background-color: rgba(0 75 108 / 0.95);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.overlay_dark .container {
	position: relative;
	z-index: 3;
}

.top_edge,
.bottom_edge {
	position: absolute;
	top: -1px;
	left: -2%;
	right: -2%;
	width: 102%;
	max-width: 102%;
    }
.bottom_edge {
	top: inherit;
	bottom: -1px;
    }

/* About Us */
.shaped,
.about_us {padding: 160px 0;}
.about_us.removed_top_sec{padding-top: 80px;}

.lastsec{padding-bottom: 160px;}

.about_us:before,
.about_us:after{
    content:'';
    position: absolute;
    width: 150px;
    height: 580px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    }
.about_us:before{
    left: -5px;
    bottom: 100px;
    background-position: right center;
    background-image: url(../images/circle-left.svg);
    }
.about_us:after{
    right: -5px;
    top: 100px;
    background-position: left center;
    background-image: url(../images/circle-right.svg);
    }
.about_us .about_right {text-align: right;}
.about_us .fit_img {
    height: 650px;
    width: 100%;
    max-width: 500px;
    display: inline-block;
    }
.about_us .fit_img img{object-position: top;}

@media(max-width:1480px) {
    .about_us:before,
    .about_us:after{
        width: 100px;
        height: 380px;
    }
}
@media(max-width:1380px) {
    .about_us:before,
    .about_us:after{
        width: 75px;
        height: 300px;
    } 
}
@media(max-width:1199px) {
    .shaped,
	.about_us {padding: 130px 0;}
    .lastsec{padding-bottom: 130px;}
	.about_us .fit_img {
		padding-bottom: 0;
		height: 610px;
	}
    .about_us:before,
    .about_us:after{
        width: 70px;
        height: 280px;
    }
    .about_us:before{bottom: 20px;}
    .about_us:after{top: 20px;}
}
@media(max-width:991px) {
    .shaped,
    .about_us {padding: 100px 0;}
    .about_us.removed_top_sec{padding-top: 70px;}
    .lastsec{padding-bottom: 100px;}
	.about_us .fit_img {
        height: 500px;
        max-width: 100%;
    }
    .about_us:before,
    .about_us:after{
        width: 65px;
        height: 260px;
    }
}
@media(max-width:767px) {
    .shaped,
	.about_us {padding: 80px 0;}
    .about_us.removed_top_sec{padding-top: 60px;}
    .lastsec{padding-bottom: 80px;}
	.about_us .fit_img {height: 350px;}
    .about_us:before,
    .about_us:after{
        width: 60px;
        height: 240px;
    }
}
@media(max-width:575px) {
    .shaped,
	.about_us {padding: 60px 0;}
    .about_us.removed_top_sec{padding-top: 50px;}
    .lastsec{padding-bottom: 60px;}
	.about_us .fit_img {height: auto;}
}

/**/
.bg_edge {
	position: relative;
	padding: 30px;
    }
.bg_edge.sm {padding: 20px;}
.bg_edge:before {
	content: '';
	width: 100%;
	height: 44%;
	background-color: #002d62;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) skewY(-10deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.bg_edge.green:before {background-color: #038543;}
.bg_edge img {
	position: relative;
	z-index: 1;
    }
/**/
     
.service_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    height: 100%;
    }
.service_box .fit_img {
	display: inline-block;
    width: 100%;
    max-width: 330px;
	height: 300px;
	background-color: transparent;
    margin: 0 auto 30px auto;
    overflow: hidden;
    }
.service_box .fit_img img {
    object-position: top;
	-webkit-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
	transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    }
.service_box:hover .fit_img img {transform: scale(1.05);}
.service_box .bg_edge {
    padding-bottom: 0;
    padding-top: 0;
    }
.service_box:hover .bg_edge.green:before {background-color: #ffcb0a;}

.service_box .service_copy{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.service_box .service_copy h3 {margin-bottom: 15px;}
.service_box .service_copy h3 a {color: #101920;}
.service_box .service_copy h3 a:hover {color: #038543;}
.service_box .service_copy p {
	font-size: 16px;
	line-height: 1.85;
    }
.service_box .service_box_bottom {display: flex;}
.service_col{padding-bottom: 20px;}

@media(max-width: 1199px) {
    .service_box .fit_img {
        height: 260px;
        margin: 0 auto 25px auto;
    }
}
@media(max-width: 991px) {
    .service_box .fit_img {margin: 0 auto 20px auto;} 
    .service_box .service_copy p {font-size: 15px;}
    .service_col {padding-bottom: 30px;}
}
@media(max-width: 767px) {
    .service_box .service_copy p {font-size: 14px;}
    .service_box .fit_img {height: 200px;}
}
@media(max-width: 575px) {
    .service_box .fit_img {
        margin: 0 0 20px 0;
        height: auto;
        max-width: 100%;
    }
	.bg_edge {padding: 20px;}
    .service_col {padding-bottom: 20px;}
    .service_col:last-child {padding-bottom: 0px;}
}

/**/
#blogpost_slider {margin-bottom: 30px;}
#blogpost_slider .owl-item .item {
	position: relative;
	overflow: hidden;
	transform: scale(0.82);
	opacity: 0.6;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
#blogpost_slider .owl-item .item>div {
	position: relative;
	z-index: 1;
    }
#blogpost_slider .owl-item.center .item {
	opacity: 1;
	transform: scale(1);
    }
#blogpost_slider .owl-item .item h2 {
    font-size: 38px;
    position: relative;
    color: white;
    } 
#blogpost_slider .owl-item .item h2 a{color: white;}
#blogpost_slider .owl-item .item h2 a:focus,
#blogpost_slider .owl-item .item h2 a:hover{text-decoration: underline;}
#blogpost_slider .owl-item .item p{
    color: white;
    line-height: 1.7;
    position: relative;
    } 
.post_holder{
    margin-top: 25px;
    min-height: 500px;
	display: flex; 
	justify-content: center;
	align-items: center;
    flex-direction: column;
	padding: 70px 50px 50px 50px;
    }
.post_holder .meta_date_cat{
    position: absolute;
    top: -25px;
    padding: 10px 15px;
    margin: 0 auto;
    background-color: #002d62;
    color: #fff;
    font-weight: 600;
    }
.post_holder .meta_date_cat a{
    color: #fff;
    position: relative;
    }
/*.post_holder .meta_date_cat a:after{
    content:'|';
    position: absolute;
    right: 0; 
    margin: auto; 
    } */
.post_holder .meta_date_cat a:focus,
.post_holder .meta_date_cat a:hover{
    color: #fff;
    text-decoration: underline;
    }
.post_holder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.7);
    }
#blogpost_slider .owl-nav button.owl-prev,
#blogpost_slider .owl-nav button.owl-next {
	background-color: white;
	position: absolute;
	top: 50%;
	left: 210px;
	right: inherit;
	z-index: 1;
	width: 60px;
	height: 60px;
	transform: rotate(0deg) translate(0, -50%);
	border-radius: 50%;
    }
#blogpost_slider .owl-nav button.owl-next {
	right: 210px;
	left: inherit;
    }
#blogpost_slider .owl-nav button.owl-prev::after,
#blogpost_slider .owl-nav button.owl-next::after {
	content: '';
	width: 30px;
	height: 20px;
	background-image: url(../images/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px center;
	transform: translate(-50%, -50%) rotate(0);
	top: 50%;
	left: 58%;
    }
#blogpost_slider .owl-nav button.owl-next::after {
	background-position: -88px center;
	left: 51%;
    }
#blogpost_slider .owl-nav button.owl-prev:hover,
#blogpost_slider .owl-nav button.owl-next:hover {background-color: #fff;}
#blogpost_slider .owl-nav button.owl-prev:hover::after {background-position: -28px center;}
#blogpost_slider .owl-nav button.owl-next:hover::after {background-position: -58px center;}

@media(max-width:1299px) {
	#blogpost_slider .owl-nav button.owl-next {right: 13.5%;}
	#blogpost_slider .owl-nav button.owl-prev {left: 13.5%;}
}
@media(max-width:1199px) {
	#blogpost_slider .owl-nav button.owl-next {right: 11%;}
	#blogpost_slider .owl-nav button.owl-prev {left: 11%;}
    #blogpost_slider .owl-item .item h2 {font-size: 36px;}
    .post_holder{
        margin-top: 25px;
        padding: 60px 40px 40px 40px;
    }
}
@media(max-width:991px) {
	#blogpost_slider .owl-nav button.owl-prev,
	#blogpost_slider .owl-nav button.owl-next {
		width: 50px;
		height: 50px;
	}
    #blogpost_slider .owl-item .item h2 {font-size: 30px;}
    .post_holder{
        min-height: inherit;
        margin-top: 15px;
        padding: 50px 35px 30px 35px;
    }
    .post_holder .meta_date_cat {
        top: -15px;
        padding: 5px 10px;
    }
    .post_holder .meta_date_cat a {font-size: 16px;}
}
@media(max-width: 767px) {  
	#blogpost_slider .owl-nav button.owl-next {right: 10%;}
	#blogpost_slider .owl-nav button.owl-prev {left: 10%;}
	#blogpost_slider .owl-nav button.owl-prev,
	#blogpost_slider .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}
	#blogpost_slider .owl-nav button.owl-prev::after,
	#blogpost_slider .owl-nav button.owl-next::after {
		width: 24px;
		height: 16px;
	}
	#blogpost_slider .owl-nav button.owl-prev:hover::after {background-position: -23px center;}
	#blogpost_slider .owl-nav button.owl-next::after {background-position: -70px center;}
	#blogpost_slider .owl-nav button.owl-next:hover::after {background-position: -47px center;}
    #blogpost_slider .owl-item .item h2 {font-size: 26px;}
    .post_holder{ 
        margin-top: 10px;
        padding: 40px 30px 25px 30px;
    }
    .post_holder .meta_date_cat {
        top: -10px;
        padding: 2px 8px;
    }
    .post_holder .meta_date_cat a {font-size: 14px;}
}
@media(max-width: 575px) {
    #blogpost_slider .owl-nav button.owl-next {right: 0;}
	#blogpost_slider .owl-nav button.owl-prev {left: 0;}
    #blogpost_slider .owl-item .item h2 {font-size: 24px;}
    .post_holder{ 
        margin-top: 0px;
        padding: 20px 20px 20px 20px;
    }
    .post_holder .meta_date_cat {
        position: relative;
        top: 0px;
        padding: 2px 8px;
        margin-bottom: 15px;
    }
    .post_holder .meta_date_cat a {font-size: 14px;}
}

/*Footer*/
.footer_edge{position: relative;}
.footer {
    background-color: #000;
    position: relative;
    padding-top: 70px;
    }
.footer .container{
    position: relative;
    z-index: 1;
    }
.footer h3 {
    position: relative;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    }
.footer h3:before{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85px;
    height: 6px;
    border-radius: 4px;
    background-color: #002d62;
    }
.footer p{
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
    }
.footer p a{ 
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    text-decoration: none;
    }
.footer p a:hover,
.footer p a:focus{ 
    color: #038543; 
    text-decoration: underline;
    }
.footer ul {
    margin: 0;
    padding: 0;
    }
.footer ul li {
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    }
.footer ul li a {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.footer ul li a:hover,
.footer ul li a:focus {color: #038543;}

.footer .contact_info ul li {
    line-height: 30px;
    margin-bottom: 10px;
    }
.footer .contact_info ul li:last-child {margin-bottom: 0px;}
.footer .contact_info ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.footer .contact_info ul li:hover i {color: #038543;}
.footer .contact_info ul li a {padding-left: 35px;}

.footer .quick_links ul{
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1;
    }
.footer .quick_links ul li {
    position: relative;  
    padding-bottom: 12px;
    }
.footer .quick_links ul li a {padding-left: 20px;}
.footer .quick_links ul li a:before {
    content: '\f105'; 
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }

.footer_login_btns{display: block;}
.footer_login_btns .btn_box{
    position: relative;
    padding: 15px 10px;
    width: 100%; 
    background-color: #002d62;
    cursor: pointer;
    display: block;
    border-radius: 8px; 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.footer_login_btns .btn_box:hover,
.footer_login_btns .btn_box:focus{background-color: #0c4383;}
.footer_login_btns .btn_box.red{
    background-color: #d80000;
    margin-top: 15px;
    }
.footer_login_btns .btn_box.red:hover,
.footer_login_btns .btn_box.red:focus{background-color: #f02424;}
.footer_login_btns .btn_box img{
    float: left;
    margin-right: 15px;
    max-width: 50px;
    }
.footer_login_btns .btn_box .btncopy{
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3; 
    color: white;
    }
.footer_login_btns .btn_box .btncopy strong{
    display: block;
    padding-bottom: 5px;
    font-size: 18px; 
    line-height: 1;
    font-weight: 700;
    color: white;
    }
.footer_login_btns .my_btn{
    font-size: 18px;
    padding: 18px 21px;
    margin: 0 4px;
    }
.footer_login_btns .my_btn br{display: none;}
.footer_login_btns .my_btn:first-child{margin-left: 0;}
.footer_login_btns .my_btn:last-child{margin-right: 0;}

.social_icons{padding-top: 25px;}
.social_icons h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    }
.social_icons a{
    display: inline-block;
    border: solid 1px rgba(255, 255, 255, 0.7);
    padding: 6px 8px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 5px;
    }
.social_icons a:hover{
    border: solid 1px #038543;
    color: #038543;
    }
.social_icons a:last-child{margin-right: 0px;}
.social_icons a i{
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    } 
.footer .copyrights {
    padding: 20px 0;
    margin-top: 50px;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    text-align: left;
    }
.footer .copyrights .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.footer .copyrights a{
    text-decoration: underline;
    }
.footer .copyrights .right a{
    color: #038543; 
    }
.footer .copyrights .right a:hover,
.footer .copyrights .right a:focus{color: #fff;}
.footer .copyrights p {margin-bottom: 0;}

@media (max-width: 1199px) {
    .footer_login_btns .btn_box img{display: none;}
}
@media (max-width: 991px) {
    .footer {padding-top: 50px;}
    .footer .copyrights {
        padding: 18px 0;
        margin-top: 30px;
    } 
    .footer .copyrights .container {
        display: block;
        text-align: center;
        }
    .footer p{font-size: 15px;}
    .footer ul li {font-size: 15px;}
    .footer .contact_info ul li {
        line-height: 28px;
        margin-bottom: 5px;
    }
    .footer .quick_links ul li {padding-bottom: 10px;}
    .footer .quick_links ul li a {padding-left: 18px;}
    .footer .contact_info ul li i {font-size: 18px;}
    .footer .contact_info ul li a {padding-left: 26px;}
    
    .footer .follow_us {
        border-top: solid 1px rgba(255, 255, 255, 0.15);
        padding-top: 20px;
        margin-top: 30px;
    }
    .footer_login_btns {
        display: inline-block;
        vertical-align: top;
        padding-top: 0;
    }
    .footer_login_btns .my_btn:last-child{margin-bottom: 0;}
    .social_icons {
        padding-top: 20px;
        display: inline-block;
        vertical-align: top;
        padding-left: 0px;
    }
    .footer h3 {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .social_icons h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .footer .quick_links{padding-top: 30px;}
    .footer h3:before {width: 75px;}
    
    .footer_login_btns {
        display: flex;  
        justify-content: space-around;
    }
    .footer_login_btns .btn_box img {display: inline-block;}
    .footer_login_btns .btn_box.red {
        margin-top: 0;
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .footer {padding-top: 40px;}  
    .footer p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer ul li {font-size: 14px;}
    .footer h3 {margin-bottom: 10px;}
    .footer .contact_info ul li a {padding-left: 24px;}
    .footer .follow_us {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
    .social_icons {
        padding-top: 15px;
        display: block; 
        padding-left: 0;
    }
    .social_icons a {padding: 5px 8px;}
    .social_icons a i {font-size: 18px;}
    .footer_login_btns .my_btn {
        display: block;
        font-size: 15px;
        padding: 10px 16px;
        margin-bottom: 10px;
    }
    .footer h3:before {width: 65px;}
    .footer_login_btns {display: block;}
    .footer_login_btns .btn_box img {display: none;}
    .footer_login_btns .btn_box.red {
        margin-top: 5px;
        margin-left: 0;
    }
    .footer_login_btns .btn_box {padding: 8px 10px;}
    .footer_login_btns .btn_box .btncopy strong {
        padding-bottom: 3px;
        font-size: 16px;
    }
    .footer_login_btns .btn_box .btncopy {font-size: 13px;}
    .social_icons h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {  
    .footer_login_btns .my_btn { 
        font-size: 14px;
        padding: 8px; 
    }
    .footer .contact_info ul li i {
        top: 7px;
        font-size: 14px;
    }
    .footer .contact_info ul li a {padding-left: 20px;}
    .footer h3:before {width: 50px;}
}
/*Footer*/

/* --- Go-Up --- */
.go-up {
    background-color: #038543; 
    color: #fff;
    cursor: pointer;
    width: 48px;
    height: 48px;
    font-size: 30px;
    line-height: 48px;
    position: fixed;
    right: 10px;
    bottom: -40px;
    text-align: center;
    z-index: 9999; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.go-up a {
        color: #fff;
        background-color: #1d1d1b;
        }
.go-up:hover {transform: scale(0.88);}

/* Page-loader */
.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
    }
.page-loader span {
	position: absolute;
	display: inline-block;
	background-color: #038543;
	height: 100px;
	width: 100px;
	left: 48%;
	top: 48%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: page-loader 1.2s linear infinite;
	animation: page-loader 1.2s linear infinite;
}
.page-loader span:last-child {
	animation-delay: -0.6s;
	-webkit-animation-delay: -0.6s;
}
@media(max-width:991px) {
	.page-loader span {
		left: 47%;
		top: 46%;
	}
}
@media(max-width:768px) {
	.page-loader span {
		left: 45%;
		top: 44%;
	}
}
@media(max-width:575px) {
	.page-loader span {
		left: 43%;
		top: 42%;
	}
}
@keyframes page-loader {
	0% {
		transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
@-webkit-keyframes page-loader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
} 

/* Internal Pages */
.internal_billboard .container {
    position: relative;
    z-index: 2;
    }
.internal_billboard{
    margin-top: 184px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 200px;
    text-align: center;
    }
.internal_billboard h1{color: white;}
.internal_billboard h1:last-child{margin-bottom: 0;}
.internal_billboard p{color: white; }
.internal_billboard p:last-child{margin-bottom: 0;}
.internal_billboard:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(24, 24, 24, 0.8);
    width: 100%;
    height: 100%;
    }

/*Default Typography*/
.default_typo blockquote {
    margin: 1em 0;
    padding: 15px 0em 15px 15px;
    font-style: italic; 
    border-left: solid 4px #038543;
    }
.default_typo blockquote p{margin-top: 0;}
.default_typo blockquote p:last-child{margin-bottom: 0;}
.default_typo blockquote span{
    display: block;
    font-weight: 700;
    }
.default_typo h1{
    padding-top: 20px; 
    margin-bottom: 15px; 
    }
.default_typo h2{
    padding-top: 20px;
    margin-bottom: 15px;
    }
.default_typo h3{
    padding-top: 20px;
    margin-bottom: 15px;
    }
.default_typo h4{
    padding-top: 20px; 
    margin-bottom: 15px;
    }
.default_typo h1:first-child,
.default_typo h2:first-child,
.default_typo h3:first-child{padding-top: 0;}
.default_typo img + h1,
.default_typo img + h2,
.default_typo img + h3 {padding-top: 0;}


.default_typo ul{
    margin-bottom: 20px;
    padding-left: 0px;
    }
.default_typo ul li ul.wsp-posts-list,
.default_typo ul li ul.children{margin-top: 12px;}
.default_typo ul li{
    position: relative;
    display: block;
    list-style: none;
    padding-left: 26px;
    padding-bottom: 10px;
    }
.default_typo ul li a{
    text-decoration: underline;
    font-weight: 500;
    }
.default_typo ul li i{
    color: #d80000;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    }
.default_typo ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:"\f138";
    font-family:'FontAwesome';
    color: #038543;
    font-weight: 700;
    }
.default_typo ol {
	margin-left: 20px;
	padding: 0;
    }
.default_typo ol li{
    list-style-type: decimal;
    padding-left: 10px;
    padding-bottom: 8px; 
    }

/*default wordpress editor images*/
.alignleft {
	max-width: 500px;
	object-fit: cover;
	margin: 0px 30px 15px 0px;
	float: left;
    overflow: hidden; 
    }
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    }
.alignright {
	max-width: 500px;
	object-fit: cover;
	margin: 0px 0 15px 30px;
	float: right;
    overflow: hidden;
    }
@media(max-width:1199px) {
    .internal_billboard{margin-top: 166px;}
}
@media(max-width:991px) {
    .internal_billboard{
        padding-top: 100px;
        padding-bottom: 130px;
        margin-top: 0px;
    }
    .alignright,.alignleft,.aligncenter {
		margin: 0 0 30px 0;
		float: none;
		max-width: 100%;
	}
    .default_typo blockquote {margin: 0.5em 0;}
}
@media(max-width:767px) {
    .internal_billboard{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .alignright,.alignleft,.aligncenter {margin: 0 0 25px 0;}  
}
@media(max-width:575px) {
    .alignright,.alignleft,.aligncenter {margin: 0 0 20px 0;}  
}
/*End Default Typography*/

.mission_box{ 
    width: 100%;
    height: 100%; 
    background-color: #038543;
    padding: 30px;
    border-radius: 6px;
    position: relative;
    }
.mission_box:before { 
    content:"\f10d";
    position: absolute;
    left: -10px;
    top: -10px;
    font-family: "FontAwesome";
    color: white;
    font-size: 36px;
    line-height: 1;
    }
.mission_box h2{
    color: white;
    font-size: 36px;
    line-height: 1; 
    }
.mission_box p{
    font-style: italic;
    color: white; 
    font-size: 21px;
    line-height: 1.5;
    }
.mission_box img{padding-top: 5px;}
.mission_box p:last-child{margin-bottom: 0;}
 
.values_box {
    position: relative;
    height: 100%;
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }
.values_box:before {
	content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid #008548;
    border-right: 60px solid transparent;
	position: absolute;
	bottom: 0;
	left: 0; 
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.values_box:hover:before {border-bottom: 60px solid #002d62;}
.values_box h3 {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    }
.values_box p {
    position: relative;
    z-index: 1;
    }
.values_box p:last-child {margin-bottom: 0;}
.values_box_col{
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 12px;
    }
.sidebar_holder{margin-left: 20px;}
.sidebar_box{margin-bottom: 30px;}
.sidebar_box:last-child{margin-bottom: 0px;}
.sidebar_box .heading{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    }
.sidebar_box ul{
    margin: 0;
    padding: 0;
    }
.sidebar_box ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar_box ul li a{
    color: #008548;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    padding: 10px 0px 10px 30px; 
    position: relative;
    border-bottom: solid 1px rgba(0,133,72,0.2);
    }
.sidebar_box ul li a:hover,
.sidebar_box ul li a:focus{color: #101920;}
.sidebar_box ul li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\f138";
    font-family: 'FontAwesome';  
    }
.sidebar_box.link{
    padding: 12px 10px 10px 10px;
    background-color: #008548;
    border-radius: 12px;
    }
.sidebar_box.link .heading{color: #fff;}
.sidebar_box.link ul{
    margin: 0;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    } 

.sidebar_box.link ul li{border-bottom: 1px solid #008548;}
.sidebar_box.link ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    }
.sidebar_box.link ul li a{padding: 10px 10px 10px 40px;}
.sidebar_box.link ul li a:hover,
.sidebar_box.link ul li a:focus{background-color: rgba(0,133,72,0.1);}
.sidebar_box.link ul li a:before {left: 10px;}

@media(max-width:1199px) {
    .mission_box h2{font-size: 30px;}
    .mission_box p{font-size: 20px;}
    .sidebar_holder{
        margin-left: 0px;
        margin-bottom: 25px;
    }
}
@media(max-width:991px) {
    .mission_box h2{
        margin-bottom: 10px;
        font-size: 26px;
    }
    .mission_box p{font-size: 19px;}
    .mission_box {
        height: inherit;
        padding: 25px;
        margin: 10px 0;
    }
    .mission_box:before {font-size: 30px;}
    .values_box {
        padding: 25px 25px 35px 25px;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    }
    .values_box:before {
        border-bottom: 50px solid #008548;
        border-right: 50px solid transparent;
    }
    .sidebar_box .heading {font-size: 24px;}
    .sidebar_box ul li a {
        font-size: 16px;
        padding: 8px 0px 8px 26px;
    }
    .sidebar_box ul li a:before {top: 8px;}
    .sidebar_box.link ul li a:before {left: 8px;}
    .sidebar_box.link ul li a {padding: 8px 8px 8px 36px;}
    .sidebar_box {margin-bottom: 20px;}
}
@media(max-width:767px) {
    .mission_box h2{font-size: 24px;}
    .mission_box p{font-size: 18px;}
    .mission_box {
        padding: 20px;
        margin: 8px 0;
    }
    .mission_box:before {
        font-size: 24px;
        left: -6px;
        top: -6px;
    }
    .values_box {
        padding: 20px 20px 30px 20px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }
    .values_box:before {
        border-bottom: 35px solid #008548;
        border-right: 35px solid transparent;
    }
    .values_box h3 {margin-bottom: 10px;}
    .values_box_col{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .sidebar_box .heading {font-size: 21px;}
    .sidebar_box ul li a {font-size: 15px;}
    .sidebar_box {margin-bottom: 15px;}
}
@media(max-width:575px) {
    .mission_box p{font-size: 16px;}
}

.single_head{padding-bottom: 15px;}
.directors_box{
    padding: 25px;
    background-color: #f3f4f6;
    margin-bottom: 30px;
    }
.directors_box h3{
    font-size: 30px;
    padding-top: 0;
    }
.directors_box .post{
    font-style: italic;
    line-height: 1.5;
    color: #008548;
    font-weight: 500;
    }
.directors_box p{margin-bottom: 15px;}
.directors_box p:last-child{margin-bottom: 0;}

.directors_box .fit_img {max-width: 300px;}
.directors_box:nth-child(odd) .fit_img {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
    }
.directors_box:nth-child(even) .fit_img {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    }
.directors_box .bg_edge {padding: 20px;}
.directors_box .bg_edge:before {height: 30%;}

.download_block{
    background-color: #f7f7f7;
    padding: 25px 25px 10px 25px;
    margin-bottom: 40px;
    }
.download_block:last-child{margin-bottom: 0px;}
.download_block h2{
    font-size: 36px;
    margin-bottom: 5px;
    } 
.download_block p{margin-bottom: 10px;} 
.download_col{
    margin-bottom: 15px;
    margin-top: 15px;
    }
.download_box {
	background-color: #fff;
	padding: 30px 18px;
	border: 1px solid rgba(34 45 53 / 0.08);
	box-shadow: 0 0 30px rgba(34 45 53 / 0.05); 
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    }
.download_box:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 30px solid #002d62;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.download_box h4 {
    line-height: 1.4;
    margin-bottom: 15px;
    }
.download_block .subhead{
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 600;
    color: #002d62;
    }
.download_block .download_row+.subhead{padding-top: 30px;}

.sp_col{
    margin-bottom: 30px;
    margin-top: 30px;
    }
.sp_box {
	background-color: #002d62;
	padding: 65px 20px 30px 20px; 
    text-align: center;
    height: 100%;
    display: block; 
    position: relative;
    border-radius: 10px;
    }
.sp_box .sp_number{
    width: 90px;
    height: 90px;
    border-radius: 100%;
	background-color: #038543;
    border: solid 7px #fff;
    font-weight: 700;
    font-size: 30px;
    color: white; 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    }
.sp_box p{
    color: white;
    font-weight: 500; 
    line-height: 1.6;
    }
.sp_box p:last-child{margin-bottom: 0;}

@media(max-width:1199px) {
    .directors_box .fit_img {max-width: 240px;}
}
@media(max-width:991px) {
    .download_block{
        padding: 20px 20px 10px 20px;
        margin-bottom: 15px;
    }
    .download_block h2{font-size: 32px;}
    .download_box {padding: 25px 15px;}
    .download_block .download_row+.subhead {padding-top: 20px;}
    .sp_col{
        margin-bottom: 25px;
        margin-top: 25px;
        }
    .sp_box {padding: 60px 20px 30px 20px;}
    .sp_box .sp_number{
        width: 80px;
        height: 80px;
        border: solid 6px #fff;
        font-size: 26px;
        top: -35px;
        }
    .directors_box h3 {font-size: 24px;}
    .directors_box p {margin-bottom: 10px;}
    .directors_box {
        padding: 20px;
        margin-bottom: 25px;
    }
}
@media(max-width:767px) {
    .download_block{
        margin-bottom: 10px;
        padding: 15px 15px 8px 15px;
    }
    .download_block h2{font-size: 26px;}
    .download_box {padding: 20px 15px;}
    .download_col{
        margin-bottom: 7px;
        margin-top: 7px;
    }
    .download_block .download_row+.subhead {padding-top: 15px;}
    .sp_col{
        margin-bottom: 20px;
        margin-top: 20px;
        }
    .sp_box {padding: 50px 15px 20px 15px;}
    .sp_box .sp_number{
        width: 70px;
        height: 70px;
        border: solid 5px #fff;
        font-size: 24px;
        top: -30px;
        }
    .directors_box {
        padding: 15px;
        margin-bottom: 20px;
    }
    .directors_box .fit_img {max-width: 100%;}
    .directors_box:nth-child(odd) .fit_img {
        float: none;
        margin-left: 0px;
        margin-bottom: 5px;
        }
    .directors_box:nth-child(even) .fit_img {
        float: none;
        margin-right: 0px;
        margin-bottom: 5px;
        }
    .directors_box h3 {font-size: 21px;}
}

/* News page */  
.news_col{
	padding-bottom: 15px;
    padding-top: 15px;
    }
.blog_post { 
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	height: 100%; 
    overflow: hidden;
    } 
.blog_post.srp { 
	padding: 20px;
    background-color: #f3f4f6;
    } 
.blog_post .news_img {
	width: 100%;
	height: 380px;
	position: relative;
	display: block;
	background-color: #231f20;
	overflow: hidden;
	word-wrap: break-word;
    } 
.blog_post .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
.blog_post:hover .news_img img {
	opacity: 0.5;
	transform: scale(1.03);
    }
.blog_post .post_meta {
	padding: 0px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
    }
.blog_post .post_meta .author {
    margin-right: 30px;
    margin-top: -30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 15px 20px 0 0;
    min-height: 30px; 
	margin-bottom: 15px;
    
    font-size: 16px;
	line-height: 24px;
	color: #6e6e6e; 
    font-weight: 700; 
	display: block; 
    }
.blog_post .post_meta .author a {color: #038543;}
.blog_post .post_meta .author a:hover{color: #231f20;} 
  
.blog_post .post_meta h3 {line-height: 1.4;}
.blog_post .post_meta h3:last-child{margin-bottom: 0px;}
.blog_post .post_meta h3 a{color: #101920;}
.blog_post .post_meta h3 a:hover {color: #038543;}
.blog_post .post_meta p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    }
.blog_post .post_meta p:last-child{margin-bottom: 0px;}
.blog_post .news_bottom {
    padding-top: 20px;
    display: flex;
    }

.pagination {
	justify-content: center;
    margin-top:  30px;
    background-color: rgba(0,133,72,0.1);
    padding: 30px 15px;
    }
.pagination .nav-links{margin-left:0px;}
.nav-links .page-numbers{
	display:inline-block;
	width: 46px;
	height: 46px;
    font-size: 16px;
	line-height: 46px;
    font-weight: 700;
    color: #101920;
    text-transform: uppercase;
	text-align:center;
    border: solid 1px #101920;
    margin-right: 7px;
    padding: 0px;
    border-radius: 6px;
    }
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
    border: solid 1px #038543;
    color: #fff;
	background-color:#038543;
    }
h2.screen-reader-text{display: none;}

.pagination ul{
    margin: 0;
    padding: 0;
}
.pagination ul li{display: inline-block;}
.pagination ul li a{
	display:inline-block;
	padding: 5px 15px;
    font-size: 16px;
	line-height: 30px;
    font-weight: 700;
    color: #101920;
    text-transform: uppercase;
	text-align:center;
    border: solid 1px #101920;
    margin-right: 7px; 
    border-radius: 6px;
    }
.pagination ul li a:hover,
.pagination ul li.active a{
    border: solid 1px #038543;
    color: #fff;
	background-color:#038543;
    }
.pagination ul li .screen-reader-text{display: none;}

.blog_post.bd_side_post{
	box-shadow: 0px 0px 30px 0px rgb(34, 45, 53, 0.05);
	display: block;
	height: inherit;
    margin: 15px 0;
    } 
.blog_post.bd_side_post .post_meta {padding: 15px;}
.blog_post.bd_side_post .post_meta h3 {
    font-size: 21px; 
    margin-bottom: 5px;
    }
.blog_post.bd_side_post .post_meta p {font-size: 16px;}

@media (max-width: 1199px) {
    .blog_post .news_img {height: 340px;}
    .blog_post.srp {padding: 15px;}
}
@media (max-width: 991px) {
    .blog_post .news_img {height: 300px;}
    .blog_post .post_meta .author {
        margin-right: 25px;
        margin-top: -25px;
        padding: 12px 15px 0 0;
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 23px;
    }
    .blog_post .post_meta p {font-size: 15px;}
}
@media (max-width: 767px) { 
    .news_col {
        padding-bottom: 25px;
        padding-top: 0px;
    }
    .blog_post .post_meta .author {
        margin-right: 20px;
        margin-top: -20px;
        padding: 10px 12px 0 0;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 21px;
    }
    .pagination {
        margin-top: 15px;
        padding: 15px 10px;
        }
    .nav-links .page-numbers{
        width: 36px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        margin-right: 4px;
    }
    .pagination ul li a{
        padding: 4px 10px;
        font-size: 14px;
        line-height: 26px;
        margin-right: 3px; 
    }
    .blog_post .post_meta p {font-size: 14px;}
}
@media (max-width: 575px) { 
    .blog_post .news_img {height: 260px;}
}

/* News detail page */ 
.single_postpage h1 {
    font-size: 54px;
    line-height: 1.15;
    margin-bottom: 20px;
    }
.single_author{
    font-size: 16px;
    line-height: 24px;
    color: #6e6e6e;
    font-weight: 500;
    margin-bottom: 20px; 
    }
.single_author a {
    border: 1px solid #038543;
    padding: 8px 15px;
    position: relative;
	display: inline-block;
	vertical-align: middle;
    color: #038543;
    border-radius: 6px;
    }
.single_author a:hover{
    border: 1px solid #101920;
    color: #101920;
    }
.featured_img{
    display: block;
    padding-bottom: 25px;
    }
.featured_img img{
    width: 100%;
    height: auto;
    }
.resources_featured_img{
    max-width: 500px;
	object-fit: cover;
	margin: 0px 0px 15px 30px;
	float: right;
    overflow: hidden;
    }
.resources_featured_img img{
    width: 100%;
    height: auto;
    }
.blog_sidebar{padding-left: 20px;}
.blog_sidebar h2.widget-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #038543; 
    }
.blog_sidebar .widget { 
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f3f4f6;
    } 
.blog_sidebar .widget .search-form,
.blog_sidebar .widget .recentposts,
.blog_sidebar .widget.widget_categories ul{ padding: 20px;}

.blog_sidebar .widget .search-form .screen-reader-text{display: none;} 
.blog_sidebar .widget:last-child {margin-bottom: 0px;}
.blog_sidebar .widget form input[type="search"]{margin-bottom: 20px;}
.blog_sidebar .widget ul{
    margin: 0;
    padding: 0;
    }
.blog_sidebar .widget li { 
    color: #008548;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    position: relative;
    border-bottom: solid 1px rgba(0,133,72,0.2); 
    margin-bottom: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    }
.blog_sidebar .widget li .img {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    overflow: hidden;
    }
.blog_sidebar .widget li .img a {
    display: initial;
    } 
.blog_sidebar .widget li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    } 
.blog_sidebar .widget li .rp_right {
    display: block;
    overflow: hidden;
    }
.blog_sidebar .widget li h3{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0px;
    display: block;
    font-weight: 600;
    } 
.blog_sidebar .widget li:last-child {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    }
.blog_sidebar .widget li a {
    color:#101920;
    display: block;
    }
.blog_sidebar .widget li a:hover {color:#038543;}
.blog_sidebar .widget li.current a {color:#038543;}

/*.programs_sidebar{padding-right: 20px;}*/
.programs_sidebar .widget ul{
    margin: 0;
    padding: 12px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f3f4f6;
    }
.programs_sidebar .widget li { 
    color: #008548;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    position: relative; 
    background-color: white;
    margin-bottom: 12px; 
    overflow: hidden;
    border-radius: 4px;
    } 
.programs_sidebar .widget li h3{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0px;
    display: block;
    font-weight: 600;
    } 
.programs_sidebar .widget li:last-child {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    }
.programs_sidebar .widget li a {
    display: block;
    color:#008548;
    display: block;
    padding: 8px;
    }
.programs_sidebar .widget li a:hover {
    color:#fff;
    background-color: #008548;
    }
.programs_sidebar .widget li.current a {
    color:#fff;
    background-color: #008548;
    }

@media(max-width:1199px){ 
    .blog_sidebar .widget .search-form,
    .blog_sidebar .widget .recentposts,
    .blog_sidebar .widget.widget_categories ul{ padding: 15px;} 
    .blog_sidebar{padding-left: 0px;} 
    /*
    .programs_sidebar{padding-right: 0px;}
    .programs_sidebar .widget ul{padding: 12px;}
    .programs_sidebar .widget li {
        font-size: 17px;
        margin-bottom: 12px; 
        }
    */
    .programs_sidebar .widget li h3{font-size: 17px;}
    .blog_sidebar h2.widget-title {padding: 12px 15px;}
    .single_postpage h1 {font-size: 50px;}
}
@media(max-width:991px){
    .blog_sidebar{padding-bottom: 30px;}
    .blog_sidebar h2.widget-title {
        font-size: 21px;
        padding: 10px 15px;
    }
    .blog_sidebar .widget li { 
        font-size: 17px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .blog_sidebar .widget li h3{font-size: 17px;}
    .blog_sidebar .widget {margin-bottom: 25px;}
    .single_postpage h1 {font-size: 40px;}
    .single_author {
        font-size: 15px;
        line-height: 23px;
    }
    .single_author a {padding: 7px 12px;}
    .programs_sidebar .widget ul{padding: 10px;}
    .programs_sidebar .widget li {margin-bottom: 10px;} 
    .programs_sidebar .widget li h3{font-size: 16px;}
    .programs_sidebar {margin-bottom: 30px;}
}
@media(max-width:767px){
    .blog_sidebar h2.widget-title {font-size: 20px;}
    .blog_sidebar .widget li { 
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .blog_sidebar .widget li h3{font-size: 16px;}
    .blog_sidebar .widget li .img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .blog_sidebar .widget {margin-bottom: 20px;}
    .single_postpage h1 {font-size: 36px;}
    .single_author {
        font-size: 14px;
        line-height: 21px;
    }
    .single_author a {padding: 5px 8px;}
    .programs_sidebar .widget ul{padding: 5px;}
    .programs_sidebar .widget li {
        font-size: 14px;
        margin-bottom: 7px; 
        } 
    .programs_sidebar .widget li h3{font-size: 16px;}
    .programs_sidebar {margin-bottom: 20px;}
    .programs_sidebar .widget li a {padding: 5px 7px;}
}
@media(max-width:575px){
    .single_postpage h1 {font-size: 30px;}
}
.programs_nav{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #f3f4f6;
    }
.programs_nav ul{
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    }
.programs_nav ul li{
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    list-style: none;
    padding-bottom: 5px;
    padding-top: 5px;
    }
.programs_nav ul li a{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    padding: 10px 10px 10px 35px;
    display: block;
    height: 100%; 
    background-color: #002d62;
    color: white;
    border-radius: 6px;
    }
.programs_nav ul li a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    content: "\f138";
    font-family: 'FontAwesome';
    }
.programs_nav ul li a:hover{background-color: #0c4383;}
.programs_nav ul li.current a{background-color: #0c4383;}

/* Resources */  
.resources_col{
	padding-bottom: 15px;
    padding-top: 15px;
    }
.resources_post { 
    height: 100%;
	background-color: #038543; 
    text-align: center; 
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
.resources_post:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 30px solid #002d62;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.resources_post:hover:before{border-bottom: 30px solid #038543;}
.resources_post:hover{background-color: #002d62;}
.resources_post h3 {
    line-height: 1.4;
    margin: 0px;
    color: #fff;
    height: 100%;
    }
.resources_post h3 a{
    padding: 30px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 100%;
    min-height: 160px;
    }
.resources_post h3 a:hover {color: #fff;}
.single-resource h2{font-size: 40px;}
 
@media (max-width: 991px) {
    .single-resource h2{font-size: 36px;}
    .resources_post .resources_img {height: 300px;}
    .resources_post .resources_meta .author {
        margin-right: 25px;
        margin-top: -25px;
        padding: 12px 15px 0 0;
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 23px;
    }
    .resources_post .resources_meta p {font-size: 15px;}
    .programs_nav ul li a{font-size: 17px;}
    .programs_nav ul li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .resources_post h3 a{
        padding: 25px 15px;
        min-height: inherit;
    }
}
@media (max-width: 767px) {
    .single-resource h2{font-size: 28px;}
    .resources_col {
        padding-bottom: 25px;
        padding-top: 0px;
    }
    .resources_post .resources_meta .author {
        margin-right: 20px;
        margin-top: -20px;
        padding: 10px 12px 0 0;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 21px;
    }
    .resources_post .resources_meta p {font-size: 14px;}
    .programs_nav ul li a{font-size: 16px;}
    .resources_post h3 a{padding: 20px 12px;}
    .resources_col {padding-bottom: 10px;}
}
@media (max-width: 575px) {
    .single-resource h2{font-size: 24px;}
    .resources_post .resources_img {height: 260px;}
    .programs_nav ul li{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; 
        max-width: 100%;
    }
}

.research_boxes .rch_box {
    position: relative;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    }
.research_boxes .rch_box:last-child{margin-bottom: 0;}
.research_boxes .rch_box .rch_copy{
    display: block;
    overflow: hidden;
    }
.research_boxes .rch_box .rch_img {
    width: 100%;
    max-width: 180px;
    }
.research_boxes .rch_box .rch_img img{
    width: 100%;
    height: auto;
    }
.research_boxes .rch_box.leftimg .rch_img {
    float: left;
    margin-right: 30px; 
    }
.research_boxes .rch_box.rightimg .rch_img {
    float: right;
    margin-left: 30px; 
    }
.research_boxes .rch_box h3 {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    }
.research_boxes .rch_box p {
    position: relative;
    z-index: 1;
    }
.research_boxes .rch_box p:last-child {margin-bottom: 0;}

@media (max-width: 991px) {
    .research_boxes .rch_box {
        padding: 25px;
        box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
        margin-bottom: 25px;
    }
    .research_boxes .rch_box .rch_img {max-width: 150px;}
    .research_boxes .rch_box.leftimg .rch_img {margin-right: 20px;}
    .research_boxes .rch_box.rightimg .rch_img {margin-left: 20px;}
    .research_boxes .rch_box .rch_copy {
        display: inherit;
        overflow: visible;
    }
}
@media (max-width: 767px) {
    .research_boxes .rch_box {
        padding: 20px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
        margin-bottom: 20px;
    }
    .research_boxes .rch_box .rch_img {max-width: 120px;}
    .research_boxes .rch_box.leftimg .rch_img {margin-right: 15px;}
    .research_boxes .rch_box.rightimg .rch_img {margin-left: 15px;}
}
@media (max-width: 480px) {
    .research_boxes .rch_box {
        padding: 15px;
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
        margin-bottom: 15px;
    }
    .research_boxes .rch_box .rch_img {max-width: 140px;}
    .research_boxes .rch_box.leftimg .rch_img {
        margin-right: 0px;
        margin-bottom: 15px;
        float: none;
    }
    .research_boxes .rch_box.rightimg .rch_img {
        float: none;
        margin-bottom: 15px;
        margin-left: 0px;
    }
}
 

/* Health Region Map */
.polygon{
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    }
.polygon:hover{opacity: 0.6;}
.poly_copy{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    }
.map_holder{
    position: relative;
    padding: 20px;
    background-color: #f3f4f6; 
    text-align: center;
    }
.map_holder svg{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: auto;
    }
.mapmodal h3 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 12px;
    }
.popup_copy{padding: 14px 14px 14px 30px;}
.popup_copy .popup_copy_holder{padding-bottom: 30px;}
.popup_copy .popup_copy_holder h4{
    margin-bottom: 5px;
    font-size: 18px;
    color: #002d62;
    }
.popup_copy .popup_copy_holder:last-child{padding-bottom: 0px;}

.popup_copy .popup_copy_holder ul{
    margin: 0;
    padding: 0;
    }
.popup_copy .popup_copy_holder ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    color: #101920;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: solid 1px #f3f4f6;
    padding: 8px 0;
    font-weight: 600;
    }
.popup_copy .popup_copy_holder ul li a{
    text-decoration: underline;
    }
.popup_copy .popup_copy_holder ul li a:hover,
.popup_copy .popup_copy_holder ul li a:focus{
    text-decoration: none;
    }
.popup_map_img{
    width: 100%;
    display: block;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    background-color: #f3f4f6;
    border: solid 1px #e8e8e8;
    }
.popup_map_img img{
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    } 
.mapmodal button.close {
    width: 40px;
    height: 40px;
    background-color: #038543;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    opacity: 1;
    margin-right: -5px;
    margin-top: -5px;
    }
/* Health Region Map */

.footable .btn-primary{
    background-color: #038543 !important;
    border-color: #038543 !important;
    } 
.footable .btn-primary.active,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary:focus,
.footable .btn-primary:hover,
.footable .open>.dropdown-toggle.btn-primar{
    background-color: #00a75a !important;
    border-color: #00a75a !important;
    }
.footable .btn-default {border-color: #038543 !important;}
.footable .form-control {border: 1px solid #038543 !important;}
.footable .open>.dropdown-menu li{
    padding-left: initial;
    padding-bottom: 0;
    }
.foo-table li.dropdown-header {
    padding-left: 20px !important;
    padding-bottom: 5px !important;
    }
.footable .open>.dropdown-menu li:before{display: none;}
.footable .open>.dropdown-menu li a{text-decoration: none;}
.footable .dropdown-menu>li>a {padding: 5px 20px !important;}
.foo-table ul.dropdown-menu.dropdown-menu-right li a:hover {
    -webkit-box-shadow: inset 0 0 0 transparent, 0 1px 0 #038543 !important;
    box-shadow: inset 0 0 0 transparent, 0 1px 0 #038543 !important;
    }
.foo-table tbody tr td a{font-weight: 500;}

/**/
.accordion .card {
	border: 0;
	margin-bottom: 10px;
	box-shadow: none;
	border-radius: 0;
    background-color: #fff;
    }
.accordion .card:last-child{margin-bottom: 0px;}
.accordion .card-header,
.accordion .card-header.collapsed {
	display: block;
	position: relative;
	padding: 15px 40px 15px 20px;
	background-color: #038543;
	border: 1px solid #038543;
	color: #fff;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0;
	cursor: pointer;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accordion .card-header {
	text-decoration: none;
	border: none;
	border: 1px solid #00a75a;
    background-color: #00a75a; 
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.accordion .card-header:first-child {border-radius: 0}
.accordion .card-header:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #00a75a;
    background-color: #00a75a;
    }
.accordion .card-header.collapsed:after {
	font-family: 'FontAwesome';
	content: "\f055";
	font-size: 24px;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 17px;
	right: 18px;
    }
.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f056";
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 17px;
	right: 18px; 
    }
.accordion .card-header .card-title {
	color: #fff;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	margin: 0;
    }
.accordion .card-header .card-title:hover {color: #fff;}
.accordion .card-body {
	padding: 25px 20px;
	background-color: transparent; 
	border-radius: 4px !important;
	border: 1px solid #00a75a;
	border-top: none;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
    }
.accordion .card-body h3{
    margin-bottom: 15px;
    font-size: 20px;
    color: #002d62;
    font-weight: 600;
    }
.accordion .card-body h3:last-child,
.accordion .card-body p:last-child{margin-bottom: 0px;}
.accordion .card-body ul+p,
.accordion .card-body ul+h3{margin-top: 20px;}

.accordion .card-body ul.download_list{
    margin: 0;
    padding: 0;
    }
.accordion .card-body ul.download_list li { 
    background-color: #f3f3f3;
    list-style: none; 
    position: relative;
    padding: 0px;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    align-items: stretch;
    justify-content: space-between; 
    border: solid 1px #eaeaea;
    
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
.accordion .card-body ul.download_list li:last-child{margin-bottom: 0;}
.accordion .card-body ul.download_list li:hover{background-color: #fff;}
.accordion .card-body ul.download_list li a{
    color: #101920;
    padding: 15px 15px;
    }
.accordion .card-body ul.download_list li a:hover{color: #038543;}
.accordion .card-body ul.download_list li a.download_btn{
    font-size: 16px; 
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    color: #038543;
    border-left: solid 2px #fff;
    }
.accordion .card-body ul.download_list li:hover a.download_btn{border-left: solid 1px #eaeaea;}
.accordion .card-body ul.download_list li a.download_btn:hover{color: #002d62;}
.accordion .card-body ul.download_list li a.download_btn i{padding-right: 10px;}
 
@media (max-width: 991px) {
    .accordion .card-header,
    .accordion .card-header.collapsed {
        padding: 12px 35px 12px 18px;
        font-size: 20px;
        line-height: 28px;
    }
    .accordion .card-header:after {
        font-size: 21px;
        top: 15px;
        right: 15px;
    }
    .accordion .card-header.collapsed:after {
        font-size: 21px;
        top: 15px;
        right: 15px;
    }
    .accordion .card-body {padding: 18px;}
    .accordion .card-body ul.download_list li {font-size: 16px;}
    .accordion .card-body ul.download_list li a {padding: 10px;}
    .accordion .card-body ul.download_list li a.download_btn {
        font-size: 15px;
        padding: 5px 15px;
    }
    .accordion .card-body h3{font-size: 19px;}
}
@media (max-width: 767px) {
    .accordion .card-header,
    .accordion .card-header.collapsed {
        padding: 10px 30px 10px 10px;
        font-size: 18px;
        line-height: 26px;
    }
    .accordion .card-header:after {
        font-size: 18px;
        top: 14px;
        right: 11px;
    }
    .accordion .card-header.collapsed:after {
        font-size: 18px;
        top: 14px;
        right: 11px;
    }
    .accordion .card-body {padding: 15px;}
    .accordion .card-body ul.download_list li {font-size: 15px;}
    .accordion .card-body ul.download_list li a {padding: 8px;}
    .accordion .card-body ul.download_list li a.download_btn {
        font-size: 14px;
        padding: 4px 10px;
    } 
    .accordion .card-body h3{
        margin-bottom: 12px;
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .accordion .card-body ul.download_list li a {
        padding: 8px;
        display: block;
    }
    .accordion .card-body ul.download_list li {display: block;}
    .accordion .card-body ul.download_list li a.download_btn {
        border-left: none;
        padding: 0px 8px 8px 8px;
    }
    .accordion .card-body ul.download_list li a.download_btn i {padding-right: 5px;}
    .accordion .card-body ul.download_list li:hover a.download_btn {border-left: none;}
    .accordion .card-body {padding: 10px;}
    .accordion .card-body h3{margin-bottom: 10px;}
    }
.breadcrumbs.saswh-breadcrumbs {
    display: block; 
    border-bottom: solid 1px #f3f4f6;
    background-color: #f3f4f6;
    padding: 7px 15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #101920;
    }
.breadcrumbs.saswh-breadcrumbs a {
    position: relative;
    margin-right: 10px;
    color: #038543;
    }
.breadcrumbs.saswh-breadcrumbs a:focus,
.breadcrumbs.saswh-breadcrumbs a:hover{color: #000;}
.breadcrumbs.saswh-breadcrumbs a:after{
    content:"\f105";
    font-family: "FontAwesome";
    position: relative;
    padding-left: 10px;
    }

@media (max-width: 991px) {
    .breadcrumbs.saswh-breadcrumbs {
        padding: 6px 12px;
        margin-bottom: 18px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs.saswh-breadcrumbs {
        padding: 5px 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }
}

.ppt_iframe{text-align: center;}
.ppt_iframe iframe{
    width: 100%;
    max-width: 768px;
    height: 600px;
    margin: 0 auto;
    display: block;
    }
.ppt_iframe_btn{
    text-align: center;
    padding-top: 20px;
    }
.saskatchewan_flag_img img{
    width: 100%;
    height: auto;
    }
.default_typo .wsp-container h2{
    font-size: 30px;
    margin-bottom: 20px;
    }
@media (max-width: 991px) {
    .ppt_iframe iframe{height: 540px;}
    .saskatchewan_flag_img img{max-width: 240px;}
    .default_typo .wsp-container h2{font-size: 26px;}
}
@media (max-width: 767px) {
    .ppt_iframe iframe{height: 406px;}
    .default_typo .wsp-container h2{font-size: 24px;}
}
@media (max-width: 575px) {
    .ppt_iframe iframe{height: 360px;}
    .default_typo .wsp-container h2{font-size: 21px;}
}