body {
	background-color: #ffffff;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 16px;
	line-height: 24px;
}
*, *::after, *::before {
	-webkit-font-smoothing: antialiased;
	outline: none;
	text-rendering: optimizeLegibility;
	zoom: 1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: bold;
}

h1 { font-size: 44px; line-height: 64px; }
h2 { font-size: 40px; line-height: 60px; }
h3 { font-size: 26px; line-height: 40px; }
h4 { font-size: 20px; line-height: 34px; }
h5 { font-size: 18px; line-height: 30px; }

table > tbody > tr > td {
	padding: 5px 10px;
}

section {
	background: #fff;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
		url('../fonts/HelveticaNeue-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
		url('../fonts/HelveticaNeue-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
		url('../fonts/HelveticaNeue.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*.contact-form .form-wrap, .contact-form .message-wrap, .recaptcha-wrap {
	margin-top: 10px !important;
}

.recaptcha-wrap {
	transform: scale(0.80);
	-webkit-transform: scale(0.80);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}*/

.ky-radio label, .ky-checkbox label {
	/*min-width: 400px;*/
	width: 100%;
	/*border-radius: 3px;*/
	/*border: 1px solid #D1D3D4;*/
	font-weight: normal;

	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}
.ky-radio input[type="radio"]:empty, .ky-checkbox input[type="checkbox"]:empty {
	display: none;
}
.ky-radio input[type="radio"]:empty ~ label, .ky-checkbox input[type="checkbox"]:empty ~ label {
	position: relative;
	line-height: 2.5em;
	text-indent: 45px;
	margin-top: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ky-radio input[type="radio"]:empty ~ label:before, .ky-checkbox input[type="checkbox"]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 11px;
	bottom: 0;
	left: 10px;
	content:'';
	width: 14px;
	height: 14px;
	background: #D1D3D4;
	border-radius: 50%;
}
.ky-checkbox input[type="checkbox"]:empty ~ label:before{
	border-radius: 3px;
}
.ky-radio input[type="radio"]:hover:not(:checked) ~ label:before, .ky-checkbox input[type="checkbox"]:hover:not(:checked) ~ label:before {
	font-family: 'Glyphicons Halflings';
	text-indent: 0;
	color: #fff;
	line-height: 24px;
	font-size: 10px;
	/*background-color: #27b193;*/
	text-align: center;
	color: #C2C2C2;
}
.ky-radio input[type="radio"]:hover:not(:checked) ~ label, .ky-checkbox input[type="checkbox"]:hover:not(:checked) ~ label {
	color: #888;
}
.ky-radio input[type="radio"]:checked ~ label:before, .ky-checkbox input[type="checkbox"]:checked ~ label:before {
	font-family: 'Glyphicons Halflings';
	text-indent: 0;
	color: #fff;
	line-height: 14px;
	font-size: 10px;
	background-color: #0050a1;
	text-align: center;

	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}
.ky-radio input[type="radio"]:checked ~ label, .ky-checkbox input[type="checkbox"]:checked ~ label {
	color: #111;
}
.ky-radio input[type="radio"]:focus ~ label:before, .ky-checkbox input[type="checkbox"]:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}
.ky-radio-default input[type="radio"]:checked ~ label:before, .ky-checkbox-default input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #0050a1;
}
.ky-checkbox-default input[type="checkbox"]:checked ~ label:before {
	content: '\f122';
	font-family: ionicons;
}
.ky-radio-primary input[type="radio"]:checked ~ label:before, .ky-checkbox-primary input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #337ab7;
}
.ky-radio-success input[type="radio"]:checked ~ label:before, .ky-checkbox-success input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #5cb85c;
}
.ky-radio-danger input[type="radio"]:checked ~ label:before, .ky-checkbox-danger input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #d9534f;
}
.ky-radio-warning input[type="radio"]:checked ~ label:before, .ky-checkbox-warning input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #f0ad4e;
}
.ky-radio-info input[type="radio"]:checked ~ label:before, .ky-checkbox-info input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #5bc0de;
}


.ky-radio.inline-radio .ky-radio-default, .ky-checkbox.inline-checkbox .ky-checkbox-default, .ky-radio.inline-radio .control-label{
	display: inline-block;
	margin-right: 30px;
}
.ky-radio.inline-radio .control-label {
	width: auto;
}

.ky-radio.inline-radio input[type="radio"]:empty ~ label, .ky-checkbox.inline-checkbox input[type="checkbox"]:empty ~ label{
	text-indent: 34px;
}



.no-form-container .form-control {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid;
}



.position-items{
	border: 1px solid #cccccc;
	border-radius: 5px;
	/*padding: 40px;*/
	padding: 30px 40px;

	-webkit-transition: all 300ms cubic-bezier(.694,0,.335,1);
    transition: all 300ms cubic-bezier(.694,0,.335,1);
    -o-transition: all 300ms cubic-bezier(.694,0,.335,1);
    transition: all 300ms cubic-bezier(.694,0,.335,1);
}

.position-items:hover{
	border: 1px solid #7e211a;
	box-shadow: 0 10px 45px rgba(0,0,0,0.1);
}
.position-items h4{
	margin-top: 0;
}
.position-items .btn_apply_now{
	margin-top: 8px;
}
.position-before-date {
	margin-left: 20px;
}





.crete-round{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: 400;
}





::-moz-selection { background: #888; color: #ffffff; }
::selection { background: #888; color: #ffffff; }

@keyframes wave-front {
	100% {
		transform: translate(-50%, 0);
	}
}
@keyframes wave-back {
	100% {
		transform: translate(50%, 0);
	}
}
@keyframes wave-fill {
	100% {
		top: -120px;
	}
}

.loading-screen{
	display: block;
	position: fixed;
	z-index: 99999999999999999999999999;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#loading-screen{
	-webkit-transition: opacity 600ms cubic-bezier(.694,0,.335,1);
    transition: opacity 600ms cubic-bezier(.694,0,.335,1);
    -o-transition: opacity 600ms cubic-bezier(.694,0,.335,1);
    transition: opacity 600ms cubic-bezier(.694,0,.335,1);
}
#loading-screen.page-loading{
	opacity: 1;
}
#loading-screen.page-loading-2{
	opacity: 0.9;
}
#loading-screen.page-loading-block{
	display: block;
}
#loading-screen.closing{
	opacity: 0;
}
#loading-screen.closed{
	display: none;
}
#loading-screen .loading-text{
	font-size: 11px;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
	text-align: center;
	margin: 20px auto;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 2;
}

.loading-screen .ls-box #ls-logo img.loading-image{
	width: 100%;
}

.loading-screen .ls-box {
	height: 118px;
	width: 306px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* background: #1b1b1b; */
	/* border-radius: 100%; */
	overflow: hidden;
}
/* line 35, sass/loading.scss */
.loading-screen .ls-box #ls-logo {
	z-index: 10;
	position: relative;
}
/* line 39, sass/loading.scss */
.loading-screen .ls-box .percent {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
}
/* line 54, sass/loading.scss */
.loading-screen .ls-box .water {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform: translate(0, 100%);
	background: #75cde5;
}
.loading-screen.page-loading .ls-box .water{
	animation: wave-fill 5s infinite linear;
}
/* line 63, sass/loading.scss */
.loading-screen .ls-box .water_wave {
	width: 200%;
	position: absolute;
	bottom: 98%;
	height: 25px;
}
/* line 67, sass/loading.scss */
.loading-screen .ls-box .water_wave_back {
	right: 0;
	fill: #91d9ec;
	
}
.loading-screen.page-loading .ls-box .water_wave_back{
	animation: wave-back 1.4s infinite linear;
}
/* line 72, sass/loading.scss */
.loading-screen .ls-box .water_wave_front {
	left: 0;
	fill: #75cde5;
	margin-bottom: -1px;
	
}
.loading-screen.page-loading .ls-box .water_wave_front{
	animation: wave-front .7s infinite linear;
}
strong, .strong{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	/*font-weight: normal;*/
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


/*.site--logo.pia-logo {
	display: none !important;
}*/


#main-nav-items .nav .site--logo {
	display: inline-block;
	padding: 11px 10px 10px;
	margin: 0 20px;
	-webkit-transition: all 300ms cubic-bezier(.694,0,.335,1);
    transition: all 300ms cubic-bezier(.694,0,.335,1);
    -o-transition: all 300ms cubic-bezier(.694,0,.335,1);
    transition: all 300ms cubic-bezier(.694,0,.335,1);
}
.site--logo a {
	display: inline-block;
}
.site--logo a img {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
.site--logo h1 {
	margin-top: 12px;
}
.site--logo svg {
	width: 160px;
}
.site--logo svg {
	width: 160px;
}

.hero-grid {
	position: relative;
}
.hero-header .form-inline .form-group {
	margin-right: 20px;
}
.hero-header a{
	color: #0050a1;
}
.hero-header a:hover{
	color: #194e90;
}
.hero-header .image-wrap {
	background: #2b2b2b;
	position: relative;
	z-index: 1;
	overflow: hidden;

	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;

}
.hero-header .image {
	opacity: 0.4;
	background-position: center center;
	background-repeat: no-repeat;
    /*background-size: cover;*/
    /*background-size: 100%;*/
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    /*box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);*/
    padding-top: 50%;
    /*padding-top: 41%;*/
    position: relative;
   
}
.hero-wrap-body{
	padding: 40px;
}
.hero-body{
	position: relative;
	
	color: #ffffff;
	z-index: 1;
	
	
	padding: 140px 40px;
	/*padding: 50px;*/
	border: 5px solid #ffffff;
}
.hero-body h1{
	font-size: 60px;
}


.lazy{
	display: none;
}




/* *********************************** */
/* HEADER */
/* *********************************** */
.header-1 {
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}
.header-2 {
  font-size: 30px;
  line-height: 38px;
  margin: 0;
}
.header-3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.header-4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.header-5 {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.header-6 {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.hero-header {
	margin-bottom: 15px;
}



.signup-with-fb {
	background-color: #274a95;
	border-color: transparent;
	color: #ffffff;
}
.signup-with-fb:hover, .signup-with-fb:focus{
	background-color: #274a95;
	color: #ffffff;
}
.pop-up-modal .modal-header{
	padding: 15px 30px;
}
.pop-up-modal .modal-title{
	padding: 0;
}
.pop-up-modal .modal-content{
	border-radius: 0;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.pop-up-modal .modal-body{
	border-radius: 0;
	padding: 0;
}
.pop-up-modal .bootbox-close-button{
    position: absolute;
    right: -14px;
    top: -6px;
    width: 40px;
    height: 40px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    font-size: 24px;
}


/* *********************************** */
/* BACKGROUND */
/* *********************************** */
.bg-light-gray{
	background: #F8F8F8;
}
.bg-dark{
	background: #333333;
	color: #fff;
}

/* *********************************** */
/* NAVIGATION */
/* *********************************** */


.navbar-nav > li > .dropdown-menu {
	position: absolute;
    /*margin-top: -25px;*/
    padding: 15px 0;
    border-radius: 4px;
    margin-left: -17px;
    /*text-align: center;*/
    min-width: 140px;
}
.navbar-nav > li > .dropdown-menu > a:focus{
	color: #ffffff;
	opacity: 0.8;
}

#manual-shopping-float{
	margin-top: 70px;
	padding: 15px 0 !important;
	text-transform: uppercase;
	margin-bottom: 0;
	background: #1b1b1b;
	color: #ffffff;
	font-size: 14px;
}
#manual-shopping-float .close{
	color: #ffffff;
	opacity: 1;
	text-shadow: none;
	margin-right: 10px;
}
.close-manual-order{
	float: right;
	margin-right: 10px;
	color: #ffffff;
}
#sticky-menubar {
	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
}

/*.landing-navbar #main-navigation{
	position: fixed;
	background: transparent;
	padding-top: 20px;
	padding-top: 30px;
}
.landing-navbar .site--logo{
	margin-top: 0;
	height: 90px;
}
.nav-fixed.landing-navbar .site--logo{
	margin-top: 10px !important;
	height: auto;
}
.nav-fixed.landing-navbar .site--logo a img{
	width: 60px;
	-webkit-transition: all 300ms cubic-bezier(.694,0,.335,1);
    transition: all 300ms cubic-bezier(.694,0,.335,1);
    -o-transition: all 300ms cubic-bezier(.694,0,.335,1);
    transition: all 300ms cubic-bezier(.694,0,.335,1);
}

.landing-navbar .site--logo a img{
	width: 90px;
	width: 180px;
	height: 80px;
}*/
#main-navigation{
	min-height: 80px;
	/*padding-top: 10px;*/
	margin-bottom: 0;
	background: transparent;
	/*background: rgba(0, 0, 0, 0.19);*/
	/*border-bottom: 1px solid #E3E3E3;*/
	/*padding-top: 10px;*/
	-webkit-transition: all 300ms cubic-bezier(.694,0,.335,1);
    transition: all 300ms cubic-bezier(.694,0,.335,1);
    -o-transition: all 300ms cubic-bezier(.694,0,.335,1);
    transition: all 300ms cubic-bezier(.694,0,.335,1);
    /*border-bottom: 0.5px solid rgba(219,164,53,0.8);*/
    /*box-shadow: 0 0 10px rgba(0,0,0,.08);*/
    border: 0;
}
#fixed-sections-nav{
	position: fixed;
	z-index: 1090;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 5px;
}
.sections-nav-dots{
	list-style: none;
	padding: 0;
	margin: 0;
	background: #111;
	border-radius: 30px;
	padding: 15px 10px;
}
.sections-nav-dots > li{
	display: block;
}
.sections-nav-dots > li > a{
	display: block;
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	border-radius: 15px;
	background: #2964b2;
	margin-bottom: 10px;
}
.sections-nav-dots > li:nth-child(odd) > a{
	background: #d0f7fc;
}

.sections-nav-dots > li:last-child > a{
	margin-bottom: 0;
}

#main-nav-items {
	width: 100% !important;
}
#main-nav-items .nav {
	display: block;
}
#main-navigation.navbar {
	padding: 0;
	border-bottom: none;
}
#nav-menu {
	margin: 0 -15px;
}
#nav-menu ul.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
}
#nav-menu ul.navbar-nav li a {
    color: #0050a1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
#stiky-menubar{
	position: sticky;
}
.date-container-outer img {
	max-width: 75px;
	width: 100%;
	margin: 0 auto;
}
.date-container-outer p , .iii-wrap p {
	font-size: 24px;
	font-weight: 600;
}
.nav-row-top {
	padding: 20px 0 0;
	background: #2765ae;
	margin: 0 -15px;
}
.nav-row-mid {
	padding: 10px 0;
	background: #ffffff;
	margin: 0 -15px;
}
.nav-row-bottom {
	padding: 20px 0;
	background: #3c99dc;
	margin: 0 -15px;
}
.nav-row-top .row, .nav-row-mid .row, .nav-row-bottom .row {
	margin: 0;
}
.date-container {
	/*border: 1px solid #fff;*/
	margin-bottom: 10px;
	display: inline-flex;
	/*padding: 5px 10px;*/
}
.date-container ul > li{
	color: #fff;
	font-size: 12px;
}
.align-middle {
    vertical-align: middle!important;
}
.align-bottom {
    vertical-align: bottom!important;
}
.iii-wrap {
	position: absolute;
    bottom: 0;
    left: 0;
}
.pia-35-logo img {
	max-width: 120px;
    width: 100%;
    padding: 8px;
    background: #fff;
}
.socmed-icons-wrap ul {
	line-height: 10px;
}
.socmed-icons-wrap ul li {
	margin-left: 10px;
}
.socmed-icon img {
	width: 26px;
}
.iii-wrap ul li{
	color: #fff;
	font-size: 18px;
	vertical-align: middle!important;
	font-weight: bold;
	letter-spacing: 1px;
}
.custom-search {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.custom-search > div {
	margin-left: 10px;
}
.custom-search > div:first-child {
	margin-left: 0px;
}
.search-form-wrap{
	min-width: 280px;
}
.custom-search img {
	width: 42px;
	/*margin-top: 5px;*/
}
.custom-search .search-icon, .custom-search .web-access{
	min-width: 42px;
}
.custom-search .web-access-wrap{
	background: #0350a1;
	border-radius: 50%;
	padding: 5px;
	width: 42px;
	height: 42px;
}
.custom-search .search-icon img {
	border-radius: 50%;
}
input.custom-search {
	width: 100%;
	/*margin: 0 10px;*/
	/*border: 0;*/
	height: 42px;
	border-radius: 200px;
	padding: 10px 20px;
}

.pia-logo {
	position: absolute;
    width: 300px;
    height: 300px;
    /*background: #d5f3fe;*/
    border-radius: 100%;
    /*box-shadow: 0 0 1px 24px rgb(255 255 255 / 35%);*/
    z-index: 1010;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    top: -96px;
    left: -75px;
    padding-left: 60px;
    padding-top: 40px;
}
.top-menu-wrap {
	position: relative;
}



.nav-fixed #main-navigation:hover{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
    box-shadow: 0 0 10px rgba(0,0,0,.08);
}

.nav-fixed #main-navigation{
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);

	/*background: #fff;*/
	/*padding-top: 5px;*/
}
.nav-fixed #main-navigation li.active a {
	color: #97B667;
}
.navbar-right{
	margin-right: 0;
}

#centered-logo{
	position: fixed;
	top: 0;
	width: 140px;
	/*height: 14px;*/
	z-index: 10000;
	left: 50%;
	margin-left: -70px;
	filter: brightness(0) invert(1);
}
.nav-fixed #centered-logo{
	filter: brightness(1) invert(0);
}
#centered-logo a{
	display: block;
	width: 140px;
	padding: 22px 0;
}
.navbar-toggle{
	margin-top: 20px;
	padding: 0;
}
.navbar-toggle .icon-bar{
	background-color: #2b2b2b;
	width: 30px;
    height: 3px;
}
/*.landing-navbar .navbar-toggle .icon-bar{
	background-color: #ffffff;
}

.nav-fixed.landing-navbar #main-navigation{
	padding-top: 0;
}*/

.user-dropdown{
  margin-right: 17px;
  margin-top: 17px;
}
.user-dropdown .dropdown-menu{
  margin-top: 8px !important;
  margin-right: -2px !important;
  border: 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 2px;
  min-width: 220px;
  padding: 10px 15px;
}

.user-dropdown .dropdown-menu > li > a{
  padding: 13px 20px;
  border-bottom: 1px solid #f1f1f1;
  /*font-family: 'Proxima N W01 At Smbd', Helvetica, Arial, sans-serif;*/
}
.user-dropdown .dropdown-menu > li:last-child > a{
  border-bottom: 0;
}

.dropdown-image{
  width: 34px !important;
  height: 34px !important;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 2px #ddd;
  margin-right: 0 !important;
  margin-top: 2px !important;
  padding: 0 !important;
  margin-left: 15px;
}
.dropdown-image:before{
  display: none;
}
.dropdown-image img{
  width: 34px;
}

.dropdown-arrow ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 10;
}
.dropdown-arrow ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #f1f1f1;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 8px;
    z-index: 9;
}




#right-main-nav-items{
	margin-right: 0;
	/*margin-top: 16px;*/
}

#right-main-nav-items .dropdown-menu{
    margin-top: 3px;
    border-radius: 5px;
}

.main-nav-items .navbar-nav{
	/*background: #2775bf;*/
	/*text-align: center;*/
	/*float: none;*/
	margin: 0;
}
.main-nav-items .navbar-nav > li > a{
	/*font-family: 'Helvetica Neue', "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
	letter-spacing: 1px;*/
    font-size: 14px;
    text-transform: uppercase;
	font-weight: bold;
    color: #fff;
    padding: 10px 0;
    margin-right: 20px;
    margin-left: 0;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    /*background-size: 100%;
    background: transparent;*/
}
.main-nav-items .navbar-nav.black-nav > li > a{
	color: #0350a1;
}
.main-nav-items .navbar-nav.black-nav > li > a:hover{
	color: rgba(0,0,0,0.5);
}
#web-nav-trigger {
	padding: 30px 10px 30px 0;
    margin-right: 10px;
	margin-left: 0;
}
#web-nav-trigger #nav-trigger-web span {
	background: #fff;
}
#web-nav-trigger #nav-trigger-web span:first-child {
	-moz-transform:translate(0,-4px);
	-ms-transform:translate(0,-4px);
	-webkit-transform:translate(0,-4px);
	transform:translate(0,-4px);
}

#web-nav-trigger #nav-trigger-web span:last-child {
	-moz-transform:translate(0,4px);
	-ms-transform:translate(0,4px);
	-webkit-transform:translate(0,4px);
	transform:translate(0,4px);
}
body.nav-open #web-nav-trigger #nav-trigger-web span:first-child {
	-moz-transform:rotate(45deg) translate(0,0);
	-ms-transform:rotate(45deg) translate(0,0);
	-webkit-transform:rotate(45deg) translate(0,0);
	transform:rotate(45deg) translate(0,0);
}

body.nav-open #web-nav-trigger #nav-trigger-web span:nth-child(2) {
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}

body.nav-open #web-nav-trigger #nav-trigger-web span:last-child {
	-moz-transform:rotate(-45deg) translate(0,0);
	-ms-transform:rotate(-45deg) translate(0,0);
	-webkit-transform:rotate(-45deg) translate(0,0);
	transform:rotate(-45deg) translate(0,0);
}
.main-nav-items .navbar-nav > li > a:hover{
	color: rgba(255,255,255,0.5);
}
.main-nav-items .navbar-nav > li > a:hover, .main-nav-items .navbar-nav > li > a:focus{
	background: none;
}

.main-nav-items .btn{
	margin-right: 0 !important;
}
#nav-trigger-web {
	position: relative;
	/*margin-top: 10px;*/
	width: 50px;
    height: 20px;
    padding: 0;
	-moz-transition:0 .4s;
	-o-transition:0 .4s;
	-webkit-transition:0 .4s;
	transition:transform .4s;
	opacity:1!important;
	/*position:relative;*/
	/*z-index:998;*/
}
#nav-trigger-web:before{
	border-radius: 2px;
	content: '';
    /*background: #222;*/
    width: 40px;
    height: 34px;
    position: absolute;
    left: 8px;
    top: -7px;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#nav-trigger-web:hover{
	cursor: pointer;
}

#nav-trigger-web span {
	-moz-transition:.4s;
	-o-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
	background-color:#0050a1;
    /*box-shadow: 0 0 8px rgba(110,182,59,0.3);*/
	display:block;
	height:1px;
	left:14px;
	margin-top:-1px;
	position:absolute;
	top:50%;
	width: 28px;
}
.nav-fixed #nav-trigger-web span, .nav-open #nav-trigger-web span{
	background-color: #0050a1;
}


#right-main-nav-items .navbar-nav > li > a {
	margin: 0 10px;
}
#right-main-nav-items .navbar-nav > li > .btn-primary {
	padding: 10px 30px;
	color: #fff;
	margin-top: 5px;
}
.main-nav-items .navbar-nav > li.active > a:after{
	display: block;
}

.shopping-icon{
	width: 20px;
	display: inline-block;
}
.fb-icon{
	width: 18px;
	display: inline-block;
}

.main-nav-items .navbar-icons > li > a{
	padding: 18px 10px 12px;
}
.nav-icon{
	font-size: 22px;
}






#bag-count{
	/*background: #111;*/
    padding: 0 2px;
    /*border-radius: 8px;*/
    /*font-size: 10px;*/
    /*box-shadow: 0 0 8px rgba(0,0,0,0.1);*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*top: 12px;*/
    /*right: 8px;*/
    /*color: #ffffff;*/
    min-width: 20px;
    letter-spacing: 0;
    line-height: 18px;
    /*margin-left: ;*/
}
.main-nav-items .navbar-nav > li.active > a, .main-nav-items .navbar-nav > li.active > a:hover{
	color: #333;
}


.nav-fixed .main-nav-items .navbar-nav > li.active > a, .nav-fixed .main-nav-items .navbar-nav > li.active > a:hover{
	color: #2b2b2b;
}


#main-navigation .social-nav-icons > li > a{
	padding: 20px 10px;
}
#main-navigation .social-nav-icons > li:last-child > a{
	padding-right: 0;
}


/*.landing-navbar .main-nav-items .navbar-nav > li > a{
	color: #ffffff;
	opacity: 0.8;
}
.landing-navbar .main-nav-items .navbar-nav > li > a:hover,
.landing-navbar .main-nav-items .navbar-nav > li.active > a,
.landing-navbar .main-nav-items .navbar-nav > li > a:focus{
	color: #ffffff;
	opacity: 1;
}
*/
.navbar-icon{
	font-size: 24px;
	position: relative;
	top: -3px;
}


.upload-box{
	border-radius: 4px;
	background: #ffffff;
	/*border: 1px solid #bdc3c7;*/
	/*padding: 30px;*/
	min-height: 150px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	display: block;
	position: relative;
}
.upload-box .upload-box-control{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 64px;
	margin-top: -32px;
	padding: 0 15px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.has-image .upload-box{
	background: #ffffff;
	padding: 30px;
	/*box-shadow: none;*/
}
.has-image a{
	color: #ffffff;
}
.has-image .upload-box .upload-box-control{
	opacity: 0;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
}
.has-image:hover .upload-box .upload-box-control{
	opacity: 1;
}



#mobile-search-wrap {
    position: fixed;
    top: 17px;
    right: 65px;
    z-index: 1040;
    width: 20px;
    text-align: center;
}
#mobile-search-wrap a{
	color: #ffffff;
}
.nav-fixed #mobile-search-wrap a{
	color: #b48f4a;
}




#mobile-nav-wrapper{
	position: fixed;
    z-index: 1091;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    line-height: 1em;
    text-align: left;
    overflow: auto;
    pointer-events: none;

    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    /*background-color: rgba(0,0,0,.97);*/
    background: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.694,0,.335,1);
    transition: -webkit-transform 400ms cubic-bezier(.694,0,.335,1);
    -o-transition: transform 400ms cubic-bezier(.694,0,.335,1);
    transition: transform 400ms cubic-bezier(.694,0,.335,1);
    transition: transform 400ms cubic-bezier(.694,0,.335,1),-webkit-transform 400ms cubic-bezier(.694,0,.335,1);
    padding-bottom: 50px;
}
#mobile-nav-wrapper.open-nav{
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: -webkit-transform 600ms cubic-bezier(.694,0,.335,1);
    transition: -webkit-transform 600ms cubic-bezier(.694,0,.335,1);
    -o-transition: transform 600ms cubic-bezier(.694,0,.335,1);
    transition: transform 600ms cubic-bezier(.694,0,.335,1);
    transition: transform 600ms cubic-bezier(.694,0,.335,1),-webkit-transform 600ms cubic-bezier(.694,0,.335,1);

	opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;

}
#mobile-nav-wrapper .nav-row-top{
	display: block !important;
}
#mobile-nav-wrapper .nav-top-row .navbar-nav > li > a{
	color: #fff;
	padding: 15px !important;
}
#mobile-nav-wrapper .nav-top-row .navbar-nav > li > a .ion-record{
	display: none;
}

#mobile-nav-wrapper .date-container-outer{
	text-align: center;
	padding-bottom: 20px;
}
#mobile-nav-wrapper .date-container{
	display: inline-block;
	text-align: center;
}
#mobile-nav-wrapper .date-container .ph-time-wrap{
	width: 100%;
	margin: 10px 0;
}

#mobile-nav-wrapper .iii-wrap{
	position: static;
	text-align: center;
	margin: 10px 0;
}

#mobile-logo{
	text-align: center;
	margin: 10px auto;
	display: block;
}
#mobile-logo.site--logo a img {
    margin: 0 auto;
}
#mobile-nav-wrapper .navbar-nav{
	float: none !important;
	margin: 0 !important;
}
#mobile-nav-wrapper .navbar-nav > li{
	width: 100%;
	float: none;
	display: inline-block;
	text-align: center;
}
#mobile-nav-wrapper .navbar-nav > li > a{
	float: none;
	width: 100%;
	display: inline-block;
	margin: 0;
	font-size: 15px;
	padding: 16px 30px;
	/*text-align: center;*/
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #262626;
	/*opacity: 0.8;*/

}
#mobile-nav-wrapper .main-nav-items .navbar-nav {
	background: #fff;
}
#mobile-nav-wrapper .navbar-icon{
	top: 0px;
}
#mobile-nav-wrapper #right-main-nav-items .socmed-icon a {
    padding: 16px 30px;
    background: #2775bf;
    max-width: 100px;
    border-radius: 4px;
    margin-bottom: 10px;
}
#mobile-nav-wrapper #right-main-nav-items .socmed-icon img {
	margin: 0 auto;
}
#mobile-nav-wrapper .site--logo a img {
    max-width: 110px;
}
.gradient-green{
	background: #AAFFA9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #11FFBD, #AAFFA9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #11FFBD, #AAFFA9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#mobile-nav-wrapper .navbar-nav > li > a:hover, #mobile-nav-wrapper .navbar-nav > li > a:focus, #mobile-nav-wrapper .navbar-nav > li.active > a{
	background: transparent;
	opacity: 1;
}

#mobile-nav-wrapper .navbar-icons {
	/*text-align: center;*/
	margin-top: 20px !important;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
#mobile-nav-wrapper .navbar-icons > li > a{
	/*display: inline-block;*/
	/*width: auto;*/
	padding: 15px;
}
#mobile-nav-wrapper .navbar-icons > li > a.dropdown-image{
	padding: 0 !important;
    top: 5px;
    margin-left: 8px;
}


#mobile-nav-trigger{
	width: 50px;
	position: fixed;
	/*top: 50%;
	right: 13px;*/

	top: 30px;
    right: 15px;
    
	z-index: 1092;
	height: 20px;
	/*margin-top: -10px;*/
}

#nav-trigger {
	position: relative;
	/*margin-top: 10px;*/
	width: 50px;
    height: 20px;
    padding: 0;
	-moz-transition:0 .4s;
	-o-transition:0 .4s;
	-webkit-transition:0 .4s;
	transition:transform .4s;
	opacity:1!important;
	/*position:relative;*/
	/*z-index:998;*/
}
#nav-trigger:before{
	border-radius: 2px;
	content: '';
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    width: 40px;
    height: 34px;
    position: absolute;
    left: 8px;
    top: -7px;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.nav-open #nav-trigger:before{
	box-shadow: none;
	/*background: transparent;*/
}
#nav-trigger:hover{
	cursor: pointer;
}

#nav-trigger span {
	-moz-transition:.4s;
	-o-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
	background-color:#0050a1;
    /*box-shadow: 0 0 8px rgba(110,182,59,0.3);*/
	display:block;
	height:2px;
	left:14px;
	margin-top:-1px;
	position:absolute;
	border-radius: 2px;
	top:50%;
	width: 28px;
}
.nav-fixed #nav-trigger span, .nav-open #nav-trigger span{
	background-color: #0050a1;
}

#nav-trigger span:first-child {
	-moz-transform:translate(0,-7px);
	-ms-transform:translate(0,-7px);
	-webkit-transform:translate(0,-7px);
	transform:translate(0,-7px);
}

#nav-trigger span:last-child {
	-moz-transform:translate(0,7px);
	-ms-transform:translate(0,7px);
	-webkit-transform:translate(0,7px);
	transform:translate(0,7px);
}

body.nav-open #nav-trigger {
	-moz-transform: rotate(90deg) translate(-3px, 0);
	-ms-transform: rotate(90deg) translate(-3px, 0);
	-webkit-transform: rotate(90deg) translate(-3px, 0);
	transform: rotate(90deg) translate(-3px, 0);
}
body.nav-open #nav-trigger span:first-child {
	-moz-transform:rotate(45deg) translate(0,0);
	-ms-transform:rotate(45deg) translate(0,0);
	-webkit-transform:rotate(45deg) translate(0,0);
	transform:rotate(45deg) translate(0,0);
}
body.nav-open #nav-trigger span:nth-child(2) {
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
body.nav-open #nav-trigger span:last-child {
	-moz-transform:rotate(-45deg) translate(0,0);
	-ms-transform:rotate(-45deg) translate(0,0);
	-webkit-transform:rotate(-45deg) translate(0,0);
	transform:rotate(-45deg) translate(0,0);
}
.ph-time-label,
.ph-time {
	display: block;
    line-height: 18px;
}
.landing-header{
	overflow: hidden;
}

/*.landing-header {
	position: relative;
}
.landing-header .row:before {
	content: '';
	background: #4fb2e9;
	position: absolute;
	height: 200px;
	width: 1400px;
	top: 85%;
	left: 0;
	border-radius: 50%;
	z-index: 9;
	box-shadow: 0 0 1px 40px rgb(79 178 233 / 35%);
}*/


/*************************/
/***** SECTIONS  *****/
/*************************/


.section-title {
	display: inline-flex;
	position: relative;
	background: #fff;
	color: #0050a1;
	text-transform: uppercase;
	padding: 8px 15px;
	margin-left: 50px;
}
.section-top-title {
	font-size: 24px;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: bold;
	line-height: 32px;
	display: inline-flex;
	position: relative;
	background: #fff;
	text-transform: uppercase;
	padding: 8px 15px;
	margin-left: 50px;
	margin-bottom: 0;
}
.section-title:before,
.section-top-title:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	height: 38px;
	width: 38px;
	margin: auto;
	background: #fff;
	border-radius: 100px;
	margin-left: -50px;
}
.nav-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-list > li {
	padding: 0 15px;
}
.nav-list > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.section-subheader .header-1 {
	text-transform: uppercase;
	color: #4fb2e9;
}
.section-subheader-nav {
	display: flex;
	align-items: center;
}
.section-subheader-nav .view-more-wrap {
	margin-right: 30px;
}
.section-subheader-nav .view-more-wrap a {
	color: #0050a1;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-subheader-nav .view-more-wrap .c-icon {
    font-size: 24px;
    margin-left: 6px;
}
.section-subheader-nav .nav-list > li > a {
    color: #0050a1;
}


#feedback-section {
	display: none;
}

/*************************/
/***** LANDING PAGE  *****/
/*************************/
.featured-news-block {
	position: relative;
	display: flex;
	align-items: center;
	background: #d5f3fe;
}
.featured-news-block:before {
	content: '';
	background: #d5f3fe;
	position: absolute;
	height: 800px;
	width: 500px;
	top: -80px;
	left: 0;
	border-radius: 0 50% 50% 0;
	z-index: 9;
	box-shadow: 0 0 1px 40px rgb(213 243 254 / 35%);
}
.gad-featured-header .featured-news-block:before {
	background: #e4ccfe;
	box-shadow: 0 0 1px 40px rgb(228 204 254 / 35%);
}
.bangon-marawi-featured-header .featured-news-block:before {
	background: #ffcc01;
	box-shadow: 0 0 1px 40px rgb(255 204 1 / 35%);
}
.disaster-info-featured-header .featured-news-block:before {
	background: #fee9e8;
	box-shadow: 0 0 1px 40px rgb(254 233 232 / 35%);
}
.featured-news-wrap {
	display: flex;
	align-items: center;
}
.featured-news-wrap .col1 {
	flex-basis: 30%;
	padding: 30px 0 30px 50px;
}
.featured-news-wrap .col2 {
	flex-basis: 70%;
}

.featured-news-header {
	position: relative;
	z-index: 9;
}

.featured-news-image img {
	width: 100%;
    min-height: 650px;
    height: 650px;
    object-fit: cover;
}

.featured-news-block .custom-col1 {
	width: 80%;
}
.featured-news-block .custom-col2 {
	width: 20%;
}


/*.featured-news-header {
	max-width: 500px;
	padding: 50px;
	z-index: 9;
}
.featured-news-header:before {
	content: '';
	background: #d5f3fe;
	position: absolute;
	height: 800px;
	width: 720px;
	top: -80px;
	left: -210px;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 1px 40px rgb(213 243 254 / 35%);
}
*/
.featured-news-wrap:after {
	content: '';
	background: #4fb2e9;
	position: absolute;
	height: 200px;
	width: 1400px;
	bottom: -135px;
	left: 0;
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0 0 1px 40px rgb(79 178 233 / 35%);
}
.featured-news-meta {
	font-size: 14px;
}
.breaking-events-wrap {
	position: relative;
	z-index: 9;
}
.breaking-events-box {
	padding: 35px;
	min-height: 325px;
}
.article-category {
	margin-bottom: 10px;
}
.article-category h4 a {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.article-title {
	margin-bottom: 20px;
}
.article-title h4 {
	padding: 10px;
	border: 2px solid #fff;
}
.article-meta {
	font-size: 14px;
	line-height: 18px;
}
.article-title h3 a:hover {
	color: #fff;
}
.breaking-event-wrap {
	display: none;
}
/*.featured-image-wrap {
	min-height: 640px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}*/


/************************/
/***** ABOUT PAGE  *****/
/***********************/
.blurb-wrap {
	margin-bottom: 30px;
}

#regional-offices .text-wrap {
	background: #0050a1;
	color: #fff;
	padding: 50px;
	font-size: 18px;
}
#regional-offices .image-wrap {
	max-width: 350px;
	margin: auto;
}
#regional-offices .header-2 {
	background: #0050a1;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: 850px;
	padding: 10px 20px;
	margin: 0 auto 80px;
}
.region-office-no .office-no,
.region-office-no .office-text {
	display: inline-block;
	vertical-align: middle;
}
.office-no {
	color: #0050a1;
	font-size: 64px;
	line-height: 74px;
	max-width: 100px;
}
.office-text span {
	font-size: 20px;
	line-height: 24px;
}
.office-text {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 32px;
	margin-bottom: 0;
	max-width: 200px;
}

/*#services-carousel .owl-stage-outer .owl-stage {
	max-width: 900px;
    width: 90%;
    margin: auto;
}*/



/******************************/
/***** TRANSPARENCY PAGE  *****/
/******************************/
.section-title-wrap .col {
	vertical-align: middle;
}
#annual-financial-accordion .panel-heading {
	background: #3c99dc;
	border-radius: 0;
}
#annual-financial-accordion .panel-title  {
	font-size: 18px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
#annual-financial-accordion .panel-body {
	padding: 30px;
}
.annual-financial-wrap {
	padding-bottom: 30px;
}
.annual-financial-header {
	background: #3c99dc;
	padding: 5px 20px;
	margin-bottom: 30px;
}
.annual-financial-header h4 {
	color: #fff;
}
.annual-financial-content {
	padding-left: 35px;
}


/******************************/
/******* BIDS AND AWARDS PAGE  *******/
/******************************/
.bids-awards-cat h3 {
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bids-awards-cat-list ul {
	list-style: none;
	padding: 0;
}
.bids-awards-cat-list li {
	padding-bottom: 10px;
}
.bids-awards-cat-list li:first-child {
	padding-top: 10px;
}
.bids-awards-cat-list li:last-child {
	padding-bottom: 0;
}
.bids-awards-cat-list li a {
	display: block;
	background: #a3a2a1;
	padding: 20px;
	text-transform: uppercase;
	color: #0e5298;
	font-weight: 600;
}
.bids-awards-cat-list li.active a {
	background: #0e5298;
	color: #fff;
}

.tab-inner-content-wrap {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.b-border-1 {
	border: 8px solid #66d3fa;
}
.b-border-2 {
	border: 8px solid #2566af;
}
.b-border-3 {
	border: 8px solid #0e5298;
}
.project-article-title {
	padding-top: 100px;
}
.project-article-title h3 {
	color: #0050a1;
	text-transform: uppercase;
}
.project-article-title h1 {
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
}

/******************************/
/******* CAREERS PAGE  *******/
/******************************/


.career-details p {
	display: inline-block;
}
.career-details .career-label {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2765ae;
	max-width: 180px;
    width: 100%;
}


.careers-details-wrap h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0050a1;
}
.careers-tbl {
	width: 100%;
}
.careers-tbl td {
	padding: 10px 0;
}
.careers-tbl td p {
	margin-bottom: 0;
}
.careers-tbl .tbl-col1 {
	width: 25%;
	vertical-align: top;
}
.careers-tbl .tbl-col2 {
	width: 75%;
	vertical-align: top;
}

.section-header-title h1 {
	color: #0050a1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.poa-wrap h4 {
	color: #0050a1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.poa-wrap span {
	color: #111;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}
.careers-application-wrap h5 {
	color: #0050a1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blurb-documents-wrap {
	background: #f1f1f1;
	padding: 30px;
	min-height: 250px;
	margin-bottom: 20px;
}
.blurb-doc img {
	max-width: 70px;
	margin: auto;
}
.blurb-doc .blurb-doc-title {
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 0;
}



/*.tab-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.tab-button a {
	background: #b7b6b5;
	color: #0e5298;
	padding: 4px 10px;
}*/

/*
#bids_and_awards .tab-pane {
	padding: 0;
	position: relative;
}*/


/******************************/
/******* CONTACT PAGE  *******/
/******************************/
.contact-details-wrap h4,
.contact-form-wrap h4 {
	margin-bottom: 30px;
}

.contact-details-wrap h4 .contact-title,
.contact-form-wrap h4 .contact-title {
	background: #4fb2e9;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.control-label {
	text-transform: uppercase;
}
.contact-social-icons {
	padding: 0;
	list-style: none;
	display: flex;
}
.contact-social-icons li {
	padding-right: 20px;
}
.contact-social-icons li a {
	font-size: 24px;	
}



.regional-news {
	position: relative;
	z-index: 9;
}


.blog-meta-wrap ul {
	padding: 0;
	list-style-type: none;
}
.blog-meta-wrap ul li {
	display: inline-block;
	padding: 0 5px;
}


/******************************/
/******* FOOTER *******/
/******************************/
.pia-footer-details {
	padding-right: 40px;
}



/******************************/
/******* ARTICLE SPECIFIC PAGE *******/
/******************************/
.article-header .custom-col1,
#central-news-header.featured-news-block .custom-col1 {
	width: 100%;
}
.article-header .col1,
#central-news-header .col1 {
	flex-basis: 30%;
}
.article-header .col2,
#central-news-header .col2 {
	flex-basis: 70%;
}
.article-header .featured-news-wrap:after,
#main-news-stories .featured-news-wrap:after,
.regional-fh .featured-news-wrap:after {
	display: none;
}
.article-header .featured-news-block:before,
#central-news-header.featured-news-block:before,
.regional-fh .featured-news-block:before {
	width: 600px;
}
.article-header .featured-news-image img,
#central-news-header .featured-news-image img,
.regional-fh .featured-news-image img {
	min-height: 600px;
	height: 600px;
}

.more-post-wrap{
	padding: 50px;
}
.more-post-wrap .msis-summary-container .summary-grid {
	padding: 0 15px !important;
}

.section-dd-nav select {
	background: transparent;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
}
.section-dd-nav.region-nav {
	padding: 10px 0;
}
.section-dd-nav.region-nav select {
	color: #111;
	border-bottom: 1px solid #111;
}







/* PIA */
/*============LANDING PAGE============*/
#ms--main--body {
	position: relative;
	overflow: hidden;
}
#ms--main--body:before {
	content: '';
	background: #f4f4f4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
}
.header-container ul.list-inline li {
	vertical-align: middle;
}

#landing-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
#landing-section:before {
	content: '';
	background: linear-gradient(to right, #d5f3fe 45%, transparent 70%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;

}
/*.section-header-wrap {
	width: 100%;
	margin: auto;
	padding: 10px 15px;
}
.section-header-wrap .row {
	display: flex;
	align-items: center;
	width: 100%;
}*/
.header-bg {
	background: #fff;
	display: inline-flex;
	padding: 8px 15px;
	margin-left: 50px;
	position: relative;
}
.header-bg:before,
.directory-tab:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    height: 38px;
    width: 38px;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    margin-left: -50px;
}
.directory-tab {
	display: inline-flex;
	margin-left: 50px;
	position: relative;
}
.division-name {
	background: #fff;
	padding: 2px 14px;
}
.region-name {
	background: #66d2fa;
	padding: 2px 14px;
	margin-left: 10px;
}
.regions-wrap {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.regions-wrap li {
	font-weight: 600;
	line-height: 16px;
	padding: 0 15px;
    border-right: 2px solid #FFF;
}
.regions-wrap li a {
	color: #fff;
}
.regions-wrap li:last-child {
	border-right: 0;
}
.regions-wrap li.active {
	color: #66d2fa;
}


.section-nav li {
	position: relative;
	padding: 0 15px;
}
.section-nav li:last-child {
	padding-right: 0 !important;
}
.section-nav li:before {
	content: '';
	width: 1px;
	height: 23px;
	background: rgba(255,255,255,0.5);
	top: 2px;
	right: -2px;
	position: absolute;
}
.section-nav li:last-child:before {
	display: none;
}
.section-nav li a {
	color: #fff;
	font-weight: bold;
}
.section-nav li a:hover {
	opacity: .5;
	transition: opacity .3s;
}
.section-nav a {
	transition: opacity .3s;
}
.section-nav {
	padding: 5px 0;
}

.sub-nav li a {
	color: #0050a1;
}
.sub-nav li:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #0050a1;
	top: 0;
	right: -2px;
	position: absolute;
}


.geolocation-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}





@media (max-width: 992px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
    transform: translateX(0);
}
.carousel-control-prev {
    left: 20px;
    opacity: 1;
}
.carousel-control-next {
    right: 20px;
    opacity: 1;
}
#myCarousel-1 {
	margin: 30px 0;
}
.item-category {
	min-height: 280px;
}
.item-category {
	padding: 10px;
}
.item-link {
	padding: 10px 10px 5px;
}
.item-title {
    position: absolute;
    left: 0;
    bottom: 0;
	padding: 10px;
    background: rgba(0,0,0,.75);
    width: 100%;
}
.item-title p {
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}
.carousel-item-wrap {
	position: relative;
	min-height: 250px;
}
.carousel-item-wrap img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}


/*CAROUSEL 3D*/
.carousel-3d .carousel-item.active.carousel-item-left .col:nth-child(3) {
	opacity: 0;
}
.carousel-3d .carousel-item.active .col:nth-child(3),
.carousel-3d .carousel-item.carousel-item-next .col:nth-child(3) {
	-ms-transform: scale(1.25); /* IE 9 */
  	transform: scale(1.25);
  	
}
.carousel-3d .carousel-item.active .col:nth-child(1),
.carousel-3d .carousel-item.active .col:nth-child(5),
.carousel-3d .carousel-item.carousel-item-next .col:nth-child(1),
.carousel-3d .carousel-item.carousel-item-next .col:nth-child(5) {
	-ms-transform: scale(.75); /* IE 9 */
  	transform: scale(.75);
  	
}
.carousel-3d .carousel-item .col {
	-ms-transform: scale(1); /* IE 9 */
  	transform: scale(1);
  	
}
.carousel-3d .carousel-item.active .col:nth-child(3) .item-wrap-1:before,
.carousel-3d .carousel-item.carousel-item-next .col:nth-child(3) .item-wrap-1:before {
	content: none;
}
.carousel-3d .carousel-item .col .item-wrap-1 {
	position: relative;
}
.carousel-3d .carousel-item .col .item-wrap-1:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .5;
    z-index: 9;
}
.carousel-3d .carousel-item.active.carousel-item-left .col:nth-child(2),
.carousel-3d .carousel-item.active.carousel-item-left .col:nth-child(4),
.carousel-3d .carousel-item.active.carousel-item-left .col:nth-child(5) {
	opacity: 0;
}
.carousel-3d .carousel-item .col:nth-child(3) {
	z-index: 3;
}
.carousel-3d .carousel-item .col:nth-child(1) {
	margin-right: -90px;
	z-index: 1;
}
.carousel-3d .carousel-item .col:nth-child(2) {
	margin-right: -30px;
	z-index: 2;
}
.carousel-3d .carousel-item .col:nth-child(4) {
	margin-left: -30px;
	z-index: 2;
}
.carousel-3d .carousel-item .col:nth-child(5) {
	margin-left: -90px;
	z-index: 1;
}
.carousel-3d {
	margin: 60px 0;
}
.carousel-3d .carousel-inner {
	overflow: visible;
}
.carousel-3d .carousel-control-prev {
    left: 60px;
    opacity: 1;
}
.carousel-3d .carousel-control-next {
    right: 60px;
    opacity: 1;
}




/*TEMPLATES PAGE*/
.filter-container {
	display: flex;
	/*background: #d5f3fe;*/
	justify-content: center;
	padding: 8px 0;
}
.filter-container a {
	color: #2465ae;
}
.search-icon-filter {
	color: #d5f3fe;
    background: #2465ae;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.gallery-container {
	padding: 30px 15px;
}
.image-float {
	position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
}
#template-section {
	
	position: relative;
}
#template-section .featured-bg-image {
	width: 70%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
#template-section:before {
	content: '';
	background: linear-gradient(to right, #d5f3fe 30%, transparent 70%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#featured-stories {
	position: relative;
	overflow: hidden
}
#featured-stories .featured-bg-image {
	width: 85%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
/*#featured-stories:before {
	content: '';
	background: linear-gradient(to right, #d5f3fe 30%, transparent 70%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}*/
.featured-stories-wrap {
	/*min-height: 720px;*/
	overflow: hidden;
}

.custom-section-title {
 	margin: 0 -15px;
}
/*.custom-section-title .section-header-wrap,
.section-header-wide {
	padding: 10px 0;
}*/
.featured-stories-wrap, .events-title, .events-wrap {
	margin: 0 -15px;
}
.custom-section-title, .featured-stories-wrap {
	padding: 0 30px;
}
.nav-top-container {
	justify-content: flex-end;
}
.nav-top-row{
	min-height: 100px;
}
.nav-top-row li a {
    padding: 5px 0 !important;
    margin-right: 20px !important;
}
#template-section .event-wrap {
	padding: 40px 60px;
	height: 33.33%;
	position: relative;
}
#featured-stories .event-wrap {
	padding: 40px 60px;
	height: 33.33%;
	position: relative;
}
.event-wrap .read-more-link {
	position: absolute;
    bottom: 40px;
    left: 60px;
}
/*#template-section .featured-stories-wrap .page-section {
	padding-left: 215px;
}
#template-section .featured-stories-wrap .section-header-wrap {
	padding-left: 230px;
}*/
.form-control.form-control-custom {
	width: 80%;
    height: 34px;
    margin-top: -3px;
}


#landing-page {
	/*margin-top: 211px;*/
	position: relative;
	overflow: hidden;
}
#landing-page .featured-bg-image {
	width: 85%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
/*#landing-page:before {
	content: '';
	background: linear-gradient(to right, #d5f3fe 30%, transparent 70%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}*/
.event-header a{
	color: #ffffff;
}
.event-body-bordered{
	border: 2px solid #ffffff;
	padding: 15px;
	margin-bottom: 10px;
}
.event-body-bordered a{
	color: #ffffff;
}
.event-body-bordered a:hover{
	text-decoration: underline;
}
#landing-page .event-wrap {
	padding: 35px;
	height: 50%;
	/*min-height: 300px;*/
	position: relative;
}
#landing-page .header-container, #featured-stories .header-container, #main-news-stories .header-container {
	/*max-width: 380px;*/
	position: relative;
}
#landing-page .header-container:before {
	content: '';
	background: #d5f3fe;
	position: absolute;
	height: 920px;
	width: 920px;
	top: 50%;
	left: 0;
	margin-top: -460px;
	/*margin-left: -460px;*/
	margin-left: -480px;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 1px 50px rgb(213,243,254,35%);
}
#landing-page:before {
	content: '';
	background: #4fb2e9;
	position: absolute;
	height: 3600px;
	width: 3600px;
	top: 80%;
	left: 50%;
	margin-left: -2100px;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 1px 80px rgb(79,178,233,35%);
}
#featured-stories .header-container:before {
	content: '';
	background: #d5f3fe;
	position: absolute;
	height: 920px;
	width: 920px;
	top: 50%;
	left: 0;
	margin-top: -460px;
	margin-left: -460px;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 1px 50px rgb(213,243,254,35%);
}
#featured-stories:before {
	content: '';
	background: #4fb2e9;
	position: absolute;
	height: 3600px;
	width: 3600px;
	top: 80%;
	left: 50%;
	margin-left: -2100px;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 1px 80px rgb(79,178,233,35%);
}





/*regional stories section*/
/*#main-news-stories .header-container:before {
	content: '';
	background: #d5f3fe;
	position: absolute;
	height: 920px;
	width: 920px;
	top: 50%;
	left: 0;
	margin-top: -460px;
	margin-left: -460px;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 1px 50px rgb(213,243,254,35%);
}
#main-news-stories .featured-bg-image {
	width: 85%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}*/





















/*TRANSPARENCY PAGE*/
/*img.paragraph-img {
	float: left;
	max-width: 220px;
	margin-right: 30px;
	margin-bottom: 5px;
}*/
.section-nav-dark li {
	position: relative;
	padding: 0 15px;
}
.section-nav-dark li:last-child {
	padding-right: 0 !important;
}
.section-nav-dark li:before {
	content: '';
	width: 1px;
	height: 23px;
	background: rgba(0,0,0,0.5);
	top: 2px;
	right: -2px;
	position: absolute;
}
.section-nav-dark li:last-child:before {
	display: none;
}
.section-nav-dark li a {
	color: #111;
}
.section-nav-dark li a:hover {
	opacity: .5;
	transition: opacity .3s;
}
.section-nav-dark a {
	transition: opacity .3s;
}
.section-nav-dark {
	padding: 5px 0;
}








































/*PIA 35TH*/
/*.section-body {
	padding-left: 15px !important;
	padding-right: 15px !important;
}*/
#pia-35 .section-body img {
	margin: 0 auto;
}
.item-container img {
	max-width: 100px;
	margin: 0 auto;
}
.item-container {
	padding: 40px 10px 0;
}
#forms-slider .item-container {
	padding: 40px 10px 20px;
}
.testi-wrap.bg-blue2 .tri-right.btm-left-in:after {
	border-color: #2566af transparent transparent #2566af;
}
.testi-wrap.bg-blue3 .tri-right.btm-left-in:after {
	border-color: #66d2fa transparent transparent #66d2fa;
}
.testimonials-container {
	margin: 0 -15px;
	border-bottom: 10px solid #fff;
}
.testimonials-container .testi-wrap {
	padding-left: 15px;
	padding-right: 15px;
}




/*CAREERS*/
.about-container {
	margin: 0 -15px;
}
.about-container .text-wrap, .about-container .testi-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
.about-container .text-wrap p {
	max-width: 900px;
	margin: 0 0 0 auto;
}





p.big {
	font-size: 18px;
	line-height: 32px;
}
.grid-border {
	border: 10px solid #0050a1;
	padding: 20px;
}
.grid-border h3 {
	color: #3c99dc;
}
.pia-custom-table th {
	border: 4px solid #0050a1 !important;
	background: #3c99dc;
}
.pia-custom-table th p {
	color: #fff;
}
.pia-custom-table td {
	border-left: 4px solid #0050a1 !important;
	border-right: 4px solid #0050a1 !important;
}
.pia-custom-table-wrap {
	overflow: auto;
}
.pia-custom-table {
	border-bottom: 4px solid #0050a1 !important;
	min-width: 931px;
}
/*.pia-custom-table td, .pia-custom-table th {
	vertical-align: middle !important;
}*/




































/*******************/
/***** GALLERY *****/
/*******************/

/* PHOTOS */
.masonry { 
	-webkit-column-count: 4;
	-moz-column-count:4;
	column-count: 4;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 1.5em;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
}
.masonry .item {
	display: inline-block;
	position: relative;
	background: #fff;
	margin: 0 0 1.5em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.masonry .item img {
	max-width:100%;
}
.masonry .item .photo-exerpt {
	display: none;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);

	-webkit-transition: all 0.4s ease-in-out !important;
	transition: all 0.4s ease-in-out !important;
	-o-transition: all 0.4s ease-in-out !important;
	transition: all 0.4s ease-in-out !important;
}
.masonry .item:hover .photo-exerpt {
	display: block;
}
.masonry .item .photo-exerpt p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}


/* VIDEOS */
.media-item-wrap {
	padding: 10px 0;
}
.media-item-wrap img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.featured-media-wrap {
	padding: 10px 0;
}
.iframe-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 60%;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.media-details-wrap {
	background: #1d518e;
	padding: 30px;
}
.media-meta-list {
	padding: 0;
	list-style: none;
	display: flex;
}
.media-meta-list > li {
	position: relative;
	padding: 0 20px;
	font-size: 14px;
}
.media-meta-list > li:first-child {
	padding-left: 0;
}
.media-meta-list > li:before {
	content: '';
	width: 1px;
	height: 18px;
	background: rgba(255,255,255,0.5);
	top: 5px;
	right: 0;
	position: absolute;
}
.media-meta-list > li:last-child:before {
	display: none;
}
@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}















/*** POST CAROUSEL ***/
.post-carousel .owl-stage {
	padding: 50px 0;
}
.post-carousel .owl-item {
	text-align: center;
	background: #19487e;
	padding: 0 12px;
}
.post-carousel .owl-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.post-carousel .owl-item.active.big {
	-ms-transform: scale(1.25); /* IE 9 */
	transform: scale(1.25);
	transition: transform .3s;
	z-index: 2;
}
.post-carousel .owl-item.active.medium {
	-ms-transform: scale(1.1); /* IE 9 */
	transform: scale(1.1);
	transition: transform .3s;
	z-index: 1;
}
.post-carousel .owl-item.active.small-left {
	margin-right: -50px !important;
	margin-left: 60px;
	-ms-transform: scale(.85); /* IE 9 */
  	transform: scale(.85);
  	transition: transform .3s;
}
.post-carousel .owl-item.active.small-right {
	margin-left: -60px;
	margin-right: 70px !important;
	-ms-transform: scale(.85); /* IE 9 */
  	transform: scale(.85);
  	transition: transform .3s;
}

.carousel-post-division {
	color: #fff;
	margin-bottom: 0;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
}
.carousel-post-item-wrap {
	position: relative;
}
.carousel-post-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 15px;
	background: rgba(0,0,0,0.5);
}
.carousel-title {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	margin: 0;
}
.carousel-read-more {
	padding: 8px 0;
}
.carousel-read-more a {
	display: block;
	font-size: 11px;
	color: #fff;
	line-height: 22px;
	text-transform: uppercase;
}
.carousel-read-more a:hover {
	color: #ffffff;
	color: rgba(255,255,255,0.7);
}
.c-icon {
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-left: 5px;
	line-height: 26px;
}

.post-carousel .owl-prev,
.post-carousel .owl-next {
	position: absolute;
	top: 50%;
	width: 25px;
	background: #fff !important;
    color: #0050a1 !important;
	border-radius: 0 !important;
	opacity: 1;
}

.post-carousel .owl-prev {
	left: 30px;
}
.post-carousel .owl-next {
	right: 30px;
}
.carousel-meta p {
	font-size: 14px;
	line-height: 20px;
}

.post-carousel.press-releases-carousel .owl-item {
	background: #3c99dc;
}
.post-carousel.press-releases-carousel .owl-item img {
	height: 100%;
	object-fit: unset;
}

.post-carousel.press-releases-carousel .owl-stage {
	padding: 0;
}
.press-release-wrap {
	padding-top: 15px;
	min-height: 220px;
	position: relative;
}
.press-release-wrap .carousel-post-title-wrap {
	position: relative;
	background: transparent;
	text-align: left;
	padding: 25px 0 15px;
}
.press-release-wrap img {
	background: #fff;
    padding: 5px;
}

.post-carousel.press-releases-carousel .owl-prev {
	top: 54%;
	left: -35px;
}
.post-carousel.press-releases-carousel .owl-next {
	top: 54%;
    right: -35px;
}
.post-carousel.link-carousel .owl-item {
	background: #fff;
    padding: 5px;
}
.post-carousel.services-carousel .owl-item,
.post-carousel.division-carousel .owl-item {
	background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.post-carousel.services-carousel .owl-item img,
.post-carousel.division-carousel .owl-item img {
    height: auto;
    object-fit: contain;
}


/*** STORIES SECTION ***/
#stories-section {
	padding-top: 0;
	position: relative;
	z-index: 9;
	background: #fff;
}


/*** SUBSCRIPTION AND TESTIMONIALS SECTION ***/
#subscription-section {
	padding: 50px 0 80px;
}
.testimonial-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.testimonial-wrap .talk-bubble {
	position: relative;
	width: 420px;
	height: auto;
	padding: 30px;
	border: 5px solid #fff;
	border-radius: 20px;
}
.testimonial-wrap .talk-bubble:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	right: auto;
	top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #fff transparent transparent #fff;
}
.testimonial-wrap .talk-bubble:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 36px;
	right: auto;
	top: auto;
	bottom: -26px;
	border: 15px solid;
	border-color: #3c99dc transparent transparent #3c99dc;
}
.testimonial-image {
	padding-right: 20px;
	margin-bottom: -30px;
}
.testimonial-image img {
	width: 120px;
	border-radius: 50%;
	border: 5px solid #fff;
}


.subscription-form-wrap .form-group {
	background: #fff;
	padding: 5px;
	border-radius: 50px;
	margin-bottom: 0;
	max-width: 600px;
	margin: auto;
}
.subscription-form-wrap .form-control {
	border: 0;
	border-radius: 50px;
	box-shadow: none;
	font-size: 16px;
	padding: 5px 15px;
}
.subscription-form-wrap .btn {
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 30px;
}



/*** NEWS MAIN PAGE ***/
#main-news-stories .featured-news-block {
	align-items: start;
}
#main-news-stories .featured-news-header:after {
	display: none;
}
.region-tabs-wrap {
	padding: 20px 40px 20px 20px;
}
.region-tabs {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.region-tabs li {
	border-bottom: 2px solid #3b9adc;
	padding: 15px;
}
.region-tabs li:last-child {
	border-bottom: none;
}
.region-tabs li a {
	color: #3b9adc;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
}


.inner-page-header .featured-news-header:after {
	display: none;
}
.inner-page-header .featured-news-header:before {
	width: 800px;
}
.inner-page-header .featured-news-header {
	max-width: 600px;
}


/*** BLOG VIEW ***/
.blog-categories-col .header-4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.blog-category-list {
	list-style: none;
	padding: 0;

}
.blog-category-list > li {
	padding: 8px 0;
}
.blog-category-list > li > a {
	color: #111;
	font-size: 16px;
	font-weight: 600;

}




/*** ARTICLE SPECIFIC PAGE ***/

.stats-container {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-align: right;
}

.content-block-section .container {
	padding: 0;
}


/*.content-block {
	margin-bottom: 20px;
}
.content-block-wrap{
	display: block;
}
.content-block-label {
	padding: 50px;
}
.content-block-media{
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.content-block-label.top-left{
	top: 0;
	left: 0;
}
.content-block-label.bottom-center{
	bottom: 0;
	left: 0;
}
.builder-container .summary-block {
	min-height: 100px;
}
.content-block-section .container {
	padding: 0;
}*/
/*.prow {
	padding: 20px 0;
}*/



/*** AUTHOR SECTION ***/
.author-details img {
	max-width: 140px;
	margin: 0 auto;
}
.about-the-author {
	border: 5px solid #0050a1;
	border-radius: 4px;
	padding: 20px;
}
.about-the-author p {
	margin-bottom: 0;
}



/*** ABOUT PAGE ***/
.pia-video {
	max-width: 1200px;
	margin: auto;
}

.pcoo-logo-wrap img {
	margin: auto;
}

.regional-offices-title {
	padding: 10px 20px;
	max-width: 850px;
	margin: 0 auto 35px;
}
.philippine-map-wrap {
	max-width: 300px;
	margin: auto;
}
.pia-offices {
	display: flex;
	align-items: center;
}
.pia-offices h2 {
	text-transform: uppercase;
	line-height: 36px;
}
.office-no {
	font-size: 76px;
	font-weight: 600;
	color: #0050a1;
	line-height: 84px;
	max-width: 100px;
	width: 100%;
}
.pia-offices .small-text {
	font-size: 18px;
}
.blurb-directory-body {
	position: relative;
}
.blurb-directory-img {
	padding: 30px;
}
.blurb-directory-img .img-white {
	filter: brightness(0) invert(1);
}
.blurb-directory-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.blurb-directory-btn a {
	display: block;
	padding: 4px 10px;
	background: #a3a2a1;
	max-width: 80px;
	text-align: center;
	letter-spacing: 1px;
	margin-left: auto;
}
.blurb-directory-btn a:hover,
.blurb-directory-btn a.bg-white:hover {
	background: #0050a1;
	color: #fff;
}
.blurb-directory-btn a.bg-white {
	background: #fff;
	color: #a3a2a1;
}


.division-content {
	background: #0050a1;
	color: #fff;
	padding: 30px;
	display: none;
}
.division-content-show {
	display: block;
}


/*** BLURB ICON ***/
.blurb-wrap {
	padding: 50px 30px;
}
.blurb-icon img {
	max-width: 80px;
	margin: 0 auto 20px;
	filter: brightness(0) invert(1);
}

/*** CONTACT US PAGE ***/
.map-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.form-container {
	max-width: 540px;
	margin: 0 auto;
}


.regions-modal-col h5 {
	font-weight: 700;
	color: #0050a1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.regions-modal-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.regions-modal-col ul li {
	padding: 5px 0;
	font-size: 14px;
}




/* OWL DEMO */
#owl-demo .item{
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-demo .owl-prev{
	position: absolute;
    top: 50%;
    left: 30px;
    height: 40px;
    margin-top: -20px !important;
}
#owl-demo .owl-next{
	position: absolute;
    top: 50%;
    right: 30px;
    height: 40px;
    margin-top: -20px !important;
}
#owl-demo .owl-item.active.big {
	-ms-transform: scale(1.25); /* IE 9 */
  	transform: scale(1.25);
  	transition: transform .3s;
  	z-index: 2;
}
#owl-demo .owl-item.active.medium {
	-ms-transform: scale(1.1); /* IE 9 */
  	transform: scale(1.1);
  	transition: transform .3s;
  	z-index: 1;
}
#owl-demo .owl-item.active.small-left {
    margin-right: -50px !important;
    margin-left: 60px;
    -ms-transform: scale(.85); /* IE 9 */
  	transform: scale(.85);
  	transition: transform .3s;
}
#owl-demo .owl-item.active.small-right {
    margin-left: -60px;
    margin-right: 70px !important;
    -ms-transform: scale(.85); /* IE 9 */
  	transform: scale(.85);
  	transition: transform .3s;
}
#owl-demo .owl-item .item-wrap-1 {
	position: relative;
}

#owl-demo .owl-item.active.small-left .item-wrap-1:before, #owl-demo .owl-item.active.small-right .item-wrap-1:before, #owl-demo .owl-item.active.medium .item-wrap-1:before {
	content: '';
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
#owl-videos .video-wrap {
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	margin-bottom: 10px;
}
#owl-videos .video-wrap img {
	border-radius: 4px;
}
























#landing-section .featured-bg-image {
	/*content: '';
	background-image: url(../img/main-bg-2.png);*/
	width: 60%;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	/*left: 0;*/
	z-index: -2;
}

.feature-container .grid-wrap, .grid-wrap-1 {
	padding: 30px;
	position: relative;
	background: #fff;
	transition: .5s;
}
.feature-landscape .grid-wrap {
	padding: 30px;
	position: relative;
	background: #fff;
	transition: .5s;
}
.feature-container .grid-wrap:before {
	content: '';
	background: #fff;
	height: 60px;
	width: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 40px;
	margin-bottom: -5px;
	z-index: -1;
	transition: .5s;
	-moz-transform:rotate(-45deg) translate(0,0);
	-ms-transform:rotate(-45deg) translate(0,0);
	-webkit-transform:rotate(-45deg) translate(0,0);
	transform:rotate(-45deg) translate(0,0);
}
.feature-container:hover .grid-wrap, .feature-container:hover .grid-wrap:before, .feature-landscape:hover .grid-wrap, .feature-landscape:hover .grid-wrap:before, .feature-container:hover .grid-wrap-1 {
	background: #78a5ce;
	color: #fff !important;
	transition: .5s;
}
.feature-container:hover .grid-wrap a, .feature-container:hover .grid-label p, .feature-landscape:hover .grid-label p {
	color: #fff !important;
	transition: .5s;
}
.feature-container .grid-label p, .feature-landscape .grid-label p {
	transition: .5s;

}
.feature-container, .feature-landscape {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	overflow: hidden;
}
.feature-container img {
	z-index: -2;
	position: relative;
	width: 100%;
}
.feature-landscape .feature-image-1 {
	content: '';
	background-image: url(../img/feature-5.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
}
.feature-landscape .feature-image-2 {
	content: '';
	background-image: url(../img/feature-6.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
}
.grid-label p {
	text-transform: uppercase;
}
.feature-container:hover .grid-divider {
	background: #fff;
	transition: .5s;
}
.grid-divider {
	height: 1px;
	background: #888;
	width: 60px;
	margin: 20px 0; 
	transition: .5s;
}
.feature-landscape .grid-wrap:before {
	content: '';
	background: #fff;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -5px;
	margin-top: 40px;
	z-index: -1;
	transition: .5s;
	-moz-transform:rotate(-45deg) translate(0,0);
	-ms-transform:rotate(-45deg) translate(0,0);
	-webkit-transform:rotate(-45deg) translate(0,0);
	transform:rotate(-45deg) translate(0,0);
}
.blog-categories ul.list-inline li a {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.blog-categories ul.list-inline {
    display: flex;
    justify-content: space-evenly;
}
.blog-categories ul.list-inline li.active {
	border-bottom: 2px solid #2775bf;
}
.blog-categories ul.list-inline li {
	border-bottom: 2px solid transparent;
}
.blog-container {
	margin-top: 60px;
}

#right-main-nav-items .socmed-icon img {
	height: 18px;
}
#right-main-nav-items .socmed-icon:nth-child(1) a {
	padding-left: 10px;
}
#right-main-nav-items .socmed-icon a {
	padding: 30px 2px;
}
#links-section ul.list-inline {
	display: flex;
	justify-content: space-between;
}
#links-section ul.list-inline li {
	padding: 0 20px;
}
#links-section ul.list-inline li:nth-child(1) {
	padding-left: 0;
}
#links-section ul.list-inline li:last-child {
	padding-right: 0;
}
#links-section ul.list-inline img {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.youtube-icon-wrap img {
	width: 30px;
	margin-left: auto;
}
.video-description {
	margin-bottom: 30px;
}
.video-container {
	margin-top: 30px;
}
.article-keypoints ul {
	padding-left: 20px;

}
.gallery-image-1, .gallery-image-2, .gallery-image-4, .gallery-image-5 {
	position: relative;
	min-height: 328px;
}
.gallery-image-1:before {
	content: '';
	background-image: url(../img/photo-1.png);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gallery-image-2:before {
	content: '';
	background-image: url(../img/photo-2.png);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gallery-image-4:before {
	content: '';
	background-image: url(../img/photo-4.png);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gallery-image-5:before {
	content: '';
	background-image: url(../img/photo-5.png);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gallery-image-3 {
	position: relative;
	min-height: 686px;
}
.gallery-image-3:before {
	content: '';
	background-image: url(../img/photo-3.png);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



/*ARTICLES PAGE*/
#article-section {
	position: relative;
}
#article-section .featured-bg-image {
	width: 70%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
#article-section .header-container {
	max-width: 540px;
	position: relative;
}
#article-section .header-container:before {
    content: '';
    background: #d5f3fe;
    position: absolute;
    height: 1400px;
    width: 1400px;
    top: 50%;
    left: 0;
    margin-top: -700px;
    margin-left: -700px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 1px 50px rgb(213 243 254 / 35%);
}
/*#article-section:before {
	content: '';
	background: linear-gradient(to right, #d5f3fe 50%, transparent 70%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;

}*/
.text-share p {
	margin-top: 1px;
}
.socmed-icon-wrap img {
	width: 25px;
	margin: 2px auto 0;
}
.facebook-share .socmed-icon-wrap {
	background: #3b5998;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 5px;
	border-right: 2px solid #35508a;
}
.facebook-share .text-share {
	background: #3b5998;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 5px 12px;
}
.twitter-share .socmed-icon-wrap {
	background: #1da1f2;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 5px;
	border-right: 2px solid #1a8fd7;
}
.twitter-share .text-share {
	background: #1da1f2;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 5px 12px;
}
.article-section-bottom {
	background: #3c99dc;
	padding: 15px;
	margin: 0 -15px;
}







/*DIVISION SLIDER*/
#owl-division .item{
  padding: 30px 0px;
  margin: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#owl-division .owl-prev, #forms-slider .owl-prev {
	position: absolute;
    top: 50%;
    left: 30px;
    height: 40px;
    margin-top: -20px !important;
}
#owl-division .owl-next, #forms-slider .owl-next {
	position: absolute;
    top: 50%;
    right: 30px;
    height: 40px;
    margin-top: -20px !important;
}
#owl-division .owl-item.active.big {
	-ms-transform: scale(1.1); /* IE 9 */
  	transform: scale(1.1);
  	transition: transform .3s;
  	z-index: 2;
}
#owl-division .owl-item.active.medium-left {
	margin-right: -50px !important;
    margin-left: 60px;
	-ms-transform: scale(.95); /* IE 9 */
  	transform: scale(.95);
  	transition: transform .3s;
  	z-index: 1;
}
#owl-division .owl-item.active.medium-right {
	margin-left: -60px;
    margin-right: 70px !important;
	-ms-transform: scale(.95); /* IE 9 */
  	transform: scale(.95);
  	transition: transform .3s;
  	z-index: 1;
}
#owl-division .owl-item.active.small-left {
    margin-right: -50px !important;
    margin-left: 60px;
    -ms-transform: scale(.8); /* IE 9 */
  	transform: scale(.8);
  	transition: transform .3s;
}
#owl-division .owl-item.active.small-right {
    margin-left: -60px;
    margin-right: 70px !important;
    -ms-transform: scale(.8); /* IE 9 */
  	transform: scale(.8);
  	transition: transform .3s;
}
#owl-division .owl-item .item-wrap-1 {
	position: relative;
}

#owl-division .owl-item.active.small-left .item-wrap-1:before, #owl-division .owl-item.active.small-right .item-wrap-1:before, #owl-division .owl-item.active.medium .item-wrap-1:before {
	content: '';
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
#owl-division .carousel-item-wrap img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
#owl-division .carousel-item-wrap {
	min-height: 180px;
}
#owl-division .item-category {
    min-height: 220px;
}

/*services slider*/
#owl-services .item{
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-services .owl-prev{
	position: absolute;
    top: 50%;
    left: 30px;
    height: 40px;
    margin-top: -20px !important;
}
#owl-services .owl-next{
	position: absolute;
    top: 50%;
    right: 30px;
    height: 40px;
    margin-top: -20px !important;
}
#owl-services .owl-item.active.big {
	-ms-transform: scale(1.25); /* IE 9 */
  	transform: scale(1.25);
  	transition: transform .3s;
  	z-index: 2;
}
#owl-services .owl-item.active.medium {
	-ms-transform: scale(1.1); /* IE 9 */
  	transform: scale(1.1);
  	transition: transform .3s;
  	z-index: 1;
}
#owl-services .owl-item.active.small-left {
    margin-right: -50px !important;
    margin-left: 60px;
    -ms-transform: scale(.85); /* IE 9 */
  	transform: scale(.85);
  	transition: transform .3s;
}
#owl-services .owl-item.active.small-right {
    margin-left: -60px;
    margin-right: 70px !important;
    -ms-transform: scale(.85); /* IE 9 */
  	transform: scale(.85);
  	transition: transform .3s;
}
#owl-services .owl-item .item-wrap-1 {
	position: relative;
}

#owl-services .owl-item.active.small-left .item-wrap-1:before, #owl-services .owl-item.active.small-right .item-wrap-1:before, #owl-services .owl-item.active.medium .item-wrap-1:before {
	content: '';
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.division-function-wrap {
	overflow-x: visible;
}


#gallery .masonry {
	margin-left: 0;
	margin-right: 0;
}









#footer a:hover, #footer a:focus{
	color: #fff;
	color: rgba(255,255,255,0.8);
}
































/* CAREERS */
.ds-hide {
	display: none;
}
.careers-header h1 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	font-size: 54px;
    line-height: 64px;
    margin: auto;
}
.careers-header.careers-head-col1 h1 {
	color: #0070ba;
    max-width: 400px;
}
.careers-header.careers-head-col1 img {
	max-width: 200px;
	margin: 20px auto;
}
.careers-header.careers-head-col2 h1 {
	color: #0a5ba6;
}
.careers-img-wrap {
	max-width: 400px;
	margin: 20px auto;
}
.positions-table-wrap {
	padding: 30px;
	border: 4px solid #0a5ba6; 
}
.positions-table {
	width: 100%;
}
.positions-table tr th {
	text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 20px;
    border: 1px solid #eee;
    letter-spacing: 1px;
}
.positions-table tr td {
	text-align: center;
    padding: 10px 20px;
    border: 1px solid #eee;
}
.tbl-col1 {
	width: 50%;
}
.tbl-col2 {
	width: 25%;
}
.tbl-col3 {
	width: 25%;
}





/* *********************************** */
/* RESPONSIVE */
/* *********************************** */
@media(max-width: 1600px) {
	.max-pad {
		padding-left: 50px;
		padding-right: 50px;
	}
	.blog-post-content .paragraph-block,
	.quote-block {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media (max-width: 1440px) {
	.site--logo a img {
		max-width: 120px;
	}
	.pia-logo {
		width: 250px;
		height: 260px;
		top: -75px;
		padding-top: 30px;
	}

	.featured-news-block:before {
		width: 470px;
	}
	.featured-news-wrap .col1 {
		flex-basis: 35%;
	}
	.featured-news-wrap .col2 {
		flex-basis: 65%;
	}

}
@media (max-width: 1340px) {
	.featured-news-block .custom-col1 {
		width: 100%;
	}
	.featured-news-block .custom-col2 {
		display: none;
	}
	.featured-news-block:before {
    	width: 530px;
	}
	.breaking-event-wrap {
		display: block;
	}
	.breaking-events-box {
	    padding: 50px !important;
	    min-height: 280px;
	}

	.article-header .featured-news-block:before, 
	#central-news-header.featured-news-block:before,
	.regional-fh .featured-news-block:before {
		width: 550px;
	}
	
}
@media (max-width: 1300px) {
	.search-form-wrap {
    	min-width: 130px;
	}
}
@media (max-width: 1260px) {
	.date-container ul {
		max-width: 280px;
	}
	.date-container ul li.socmed-icon {
		padding: 5px;
	}
	.date-container-outer img {
		max-width: 60px;
	}

	.featured-news-block:before,
	.article-header .featured-news-block:before,
	#central-news-header.featured-news-block:before,
	.regional-fh .featured-news-block:before {
    	width: 500px;
	}

}
@media(max-width: 1199px) {

}
@media(max-width: 1150px) {
	.featured-news-block:before {
    	width: 450px;
	}
	.article-header .featured-news-block:before,
	#central-news-header.featured-news-block:before,
	.regional-fh .featured-news-block:before {
    	width: 450px;
	}
}
@media(max-width: 991px) {
	
	.site--logo a img {
    	max-width: 85px;
	}
	.pia-logo {
		height: unset;
		top: -30px;
		left: -95px;
		padding-top: 0;
		box-shadow: none;
		background: transparent;
	}
	.header-2 {
    	font-size: 26px;
    	line-height: 34px;
	}
	.header-3 {
		font-size: 20px;
		line-height: 26px;
	}
	.section-title {
		margin-left: 25px;
	}
	.section-title:before {
		top: 6px;
		height: 30px;
		width: 30px;
		margin-left: -40px;
	}
	.section-title-wrap {
		flex-wrap: wrap;
	}
	.section-nav-wrap {
		padding-top: 20px;
	}
	.custom-search {
		padding-top: 20px;
		justify-content: center;
	}

	.page-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/*************/
	/*** POPUP ***/
	/*************/
	.regions-modal-col {
		padding-bottom: 20px;
	}

	/*************/
	/*** FOOTER ***/
	/*************/
	#footer {
		padding-top: 80px !important;
	}
	.pia-footer-details {
		padding-right: 0;
	}
	.footer-widget {
		margin-bottom: 35px;
	}

	.breaking-events-box {
		min-height: unset;
	}


	/***************/
	/*** HOME ***/
	/***************/
	.featured-news-image {
		min-height: 450px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.featured-news-wrap {
		background: #d5f3fe;
		padding: 30px 50px;
	}
	.featured-news-wrap .header-1 {
		font-size: 30px;
		line-height: 38px;
	}
	.featured-news-wrap:after {
		display: none;
	}

	/***************/
	/*** ABOUT ***/
	/***************/
	.pcoo-logo-wrap {
		padding-bottom: 20px;
	}

	#regional-offices .header-2 {
		margin: 0 auto 50px;
	}
	#regional-offices .text-wrap {
		margin-bottom: 50px;
	}

	/***************/
	/*** CAREERS ***/
	/***************/
	.careers-header h1 {
		font-size: 44px;
		line-height: 54px;
	}
	#about-pia.page-section {
		padding: 50px 0;
	}

	/***********************/
	/*** BIDS AND AWARDS ***/
	/***********************/
	#bids-awards-content {
		padding-top: 50px;
	}
	.bids-awards-cat h3 {
		text-align: left !important;
	}

	/********************/
	/*** CONTACT FORM ***/
	/********************/
	.contact-form-wrap {
		padding-top: 40px;
	}
	.form-container {
		max-width: 100%;
	}

	/********************/
	/*** TRANSPARENCY ***/
	/********************/
	.transparency-logo img {
		max-width: 200px;
		margin: 0 auto 30px;
	}

	.more-post-wrap {
		padding: 50px 0 0;
	}

	#main-news-stories .col {
		flex-grow: 1;
	}
	#main-news-stories .section-nav-wrap {
		padding-top: 0;
	}

	#news-section .text-cc {
		justify-content: flex-end;
	}
	.section-nav-wrap {
		padding-top: 0;
	}

	.featured-news-btn {
		margin-bottom: 0 !important;
	}

	.sec-title .col {
		flex-grow: 1;
	}

	.media-meta-list {
		display: block;
	}
	.media-meta-list li {
		padding: 0;
	}
	.media-meta-list > li:before {
		display: none;
	}

}
@media(max-width: 768px) {
	.max-pad {
		padding-left: 30px;
		padding-right: 30px;
	}
	.mb-hide {
		display: none;
	}

	/***************/
	/*** CAREERS ***/
	/***************/
	.mb-tbl-how {
		display: table;
	}
	.positions-table {
		margin-bottom: 15px;
	}
	.positions-table .tbl-title {
		background: #d5f3fd;
		font-size: 14px;
		font-weight: 600;
		padding: 5px 10px;
		margin-bottom: 10px;
		width: 40%;
	}
	.positions-table .tbl-content {
		padding-left: 30px !important;
		width: 60%;
	}

	.featured-news-image {
		min-height: 400px;
	}

	#press-releases-section .max-pad {
		padding-left: 50px;
		padding-right: 50px;
	}


}
@media(max-width: 767px) {


	.post-carousel.services-carousel .owl-item, .post-carousel.division-carousel .owl-item {
		padding: 0;
	}

	/***************/
	/*** ABOUT ***/
	/***************/
	.post-carousel .owl-stage {
		padding: 0;
	}
	.post-carousel .owl-item {
		padding: 10px !important;
	}
	.post-carousel .owl-item.active.big {
		transform: none;
		padding: 10px;
		margin: 0 !important;
	}
	.post-carousel .owl-prev {
		left: 0;
	}
	.post-carousel .owl-next {
		right: 0;
	}

	.more-post-wrap .summary-grid {
		display: flex;
		align-items: start;
		justify-content: center;
		height: auto !important;
	}
	.more-post-wrap .summary-grid .grid-item {
		width: 50%;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
	}

	/***************/
	/*** SUBSCRIPTION ***/
	/***************/
	.subscription-form-wrap .form-group {
		background: transparent;
		padding: 0;
	}
	.subscription-form-wrap .form-group .form-control {
		margin-bottom: 10px;
	}
	.subscription-form-wrap .form-group .btn {
		max-width: 150px;
		margin-right: 0;
		margin-left: auto;
	}


}
@media(max-width: 600px) {
	.header-2 {
    	font-size: 24px;
    	line-height: 30px;
	}
	h4, .header-4 {
    	font-size: 18px;
    	line-height: 24px;
	}

	.section-header .header-3 {
		font-size: 18px;
		line-height: 24px;
	}
	.section-title {
		margin-left: 15px;
	}
	.section-title:before {
		top: 8px;
		height: 25px;
		width: 25px;
		margin-left: -35px;
	}
	/***************/
	/*** POPUP ***/
	/***************/
	#service-zones-modal .modal-body {
		padding: 0 30px 30px;
	}

	/***************/
	/*** HOME ***/
	/***************/
	.featured-news-wrap {
		padding: 35px 30px;
	}
	.featured-news-image {
		min-height: 400px;
	}
	.featured-news-wrap .header-1 {
		font-size: 22px;
		line-height: 28px;
	}

	/***************/
	/*** ABOUT ***/
	/***************/
	#regional-offices .text-wrap {
		padding: 30px;
	}
	/***************/
	/*** CAREERS ***/
	/***************/
	.careers-header h1 {
		font-size: 36px;
		line-height: 46px;
	}
	.positions-table-wrap {
		padding: 20px;
	}

	/********************/
	/*** TRANSPARENCY ***/
	/********************/
	.annual-financial-content {
		padding-left: 0;
	}

	.article-header .btn-sm {
		font-size: 10px;
		padding: 4px 10px;
	}
	.featured-news-image {
		min-height: 300px;
	}

	#press-releases-section .max-pad {
		padding-left: 35px;
		padding-right: 35px;
	}
	.post-carousel.press-releases-carousel .owl-prev {
		left: -25px;
	}
	.post-carousel.press-releases-carousel .owl-next {
		right: -25px;
	}

	#gallery .text-cc {
		display: block;
	}
	.section-subheader-nav {
		padding: 10px 0;
	}

	.position-table-block {
		overflow: auto;
	}
	.positions-table tr td {
		font-size: 14px;
		line-height: 18px;
	}

}
@media(max-width: 425px) {
	.max-pad {
		padding-left: 25px;
		padding-right: 25px;
	}

	/***************/
	/*** HOME ***/
	/***************/
	.featured-news-image {
    	min-height: 250px;
	}
}




































































.round-img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	box-shadow: 0 19px 90px rgba(0,0,0,.10);
	padding: 40px 30px 30px;
}
.features-wrap .feature-container {
	width: 85%;
	margin: 0 auto;
}

.form-group-inline {
    display: flex;
    border: 1px solid #7e211a;
    border-radius: 200px;
    padding: 3px 3px 3px 13px;
}

.form-group-inline input.form-control {
    width: 100%;
    margin-right: 5px;
    border: none;
    border-radius: 200px;
    height: 40px;
    margin-bottom: 0;
    background: transparent;
}
.form-group-inline .btn {
	background: #7e211a;
    border-color: #7e211a;
    color: #fff;
    font-size: 12px;
    border-radius: 200px;
}
.form-group-inline .btn:hover, .form-group-inline .btn:active, .form-group-inline .btn:focus, .form-group-inline .btn.active {
	background: #fff;
	color: #7e211a;
}
.subscribe-wrap .form-control{
	border: 0 !important;
}
.subscribe-wrap .form-control:focus{
	box-shadow: none !important;
}
.date-wrap {
	background: #7e211a;
	padding: 14px 0;
	border-radius: 4px;
}
.date-wrap h4{
	margin-bottom: 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 0;
}
.date-wrap .day-label{
	color: #ffffff;
	font-size: 14px;
}

.blog-date .text-wrap {
	margin-top: 10px;
}
.blog-date .text-wrap p {
	font-size: 10px;
	color: #7e211a;
}
.blog-title p {
	font-size: 14px;
}

.social-icons img {
	max-width: 15px;
	margin: 0 auto;
}
.social-icons li {
	margin-right: 5px;
}

.blog-date .social-icons-wrap {
	margin-top: 10px;
	text-align: right;
}
.blog-date .social-icons-wrap img {
	max-width: 10px;
	margin: 0 auto;
}
.blog-date .social-icons-wrap .list-inline {
	margin-bottom: 0;
	margin-right: 10px;
}

.dropdown-menu > li > a {
	color: #2465ae !important;
}
.form-group {
	position: relative;
	margin-bottom: 20px;
}
.form-group .control-label {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    /*position: absolute;*/
    /*background: #fafafa;
    padding: 0 5px;
    top: 0;
    left: 10px;
    margin-top: -6px;
    z-index: 9;*/
}
.acknowledgement-wrap {
	border-top: 1px solid #BFAB60;
	margin-top: 30px;
}
.acknowledgement-wrap .text-wrap {
	max-width: 480px;
	margin: 0 auto;
}
.acknowledgement-wrap .text-wrap p {
	font-size: 12px;
}



.card-item-wrap{
	margin-bottom: 50px;
}
.card-item-wrap .post-card-meta{
	margin-top: 10px;
}
.card-item-wrap .post-card-meta > li{
	font-size: 10px;
	color: #888;
}
.card-item-wrap .post-card-meta > li > a{
	font-size: 14px;
}
.card-title{
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
}
.card-item-wrap:hover .card-title > a{
	color: #7e211a !important;
}
.card-snippet{
	font-size: 14px;
	line-height: 22px;
	color: #888;
}




/*============BLOG-LIST-2============*/
.side-by-side-blog-section{
	margin-bottom: 100px;
}
.right-row-section .blog-image-col{
	float: right;
}
.blog-image-col{
	float: left;
}
.image-postcard-wrap{
	width: 90%;
	margin: 0 auto 20px;
	padding: 25px;
	background: #ffffff;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
	margin-bottom: 20px;

	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

.right-row-section .image-postcard-wrap{
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.blog-text-body-col h3{
	margin-bottom: 5px;
}
.blog-text-body-col .post-card-meta{
	font-size: 14px;
	margin-bottom: 20px;
}
























/*===========CUSTOM RADIO===========*/
.inline-radio {
	display: flex !important;
}
.custom-radio {
	cursor: pointer;
}
.custom-radio label {
	padding-top: 2px;
	cursor: pointer;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #4ebb95;
    background-color: #4ebb95;
    box-shadow: none;
}
.custom-control-label:hover {
	cursor: pointer;
}









.bg-color-overlay{
	overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: feature-fade-in .6s ease-in-out;
    animation: feature-fade-in .6s ease-in-out;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.1);
}
.bg-image-figure{
	overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: feature-fade-in .6s ease-in-out;
    animation: feature-fade-in .6s ease-in-out;
    width: 100%;
    z-index: 1;
}

.bg-image-figure img{
	min-width: 1000px;
}


.bg-image{
	background-color: #1b1b1b;
	background-position: center center;
    background-size: cover;
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    color: #fff;
    padding-top: 100%;
    position: relative;
	min-height: 200px;
}


#landing-slider-section .slide-item{
	position: relative;
	min-height: 860px;
	/*text-align: center;*/
	/*background: rgba(0,0,0,0.2);*/
}

#landing-slider-section .slide-item .slide-caption{
	position: relative;
	padding: 300px 0 260px;
	z-index: 3;
	text-align: left;
	/*max-width: 650px;*/
	/*text-align: center;*/
}

#main-landing-slider .featured-blog-category, #main-landing-slider .slide-title, #main-landing-slider .slide-read-more{
	opacity: 0;
}


#main-landing-slider .owl-item.active .featured-blog-category{
	/*opacity: 1;*/
     -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
#main-landing-slider .owl-item.active .slide-title{
	-webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#main-landing-slider .owl-item.active .slide-description{
	-webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 40px;
}
#main-landing-slider .owl-item.active .slide-social-icons{
	-webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    margin-bottom: 40px;
}

#main-landing-slider .owl-item.active .slide-read-more{
	-webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
#main-landing-slider .slide-btns-wrap {
	display: inline-flex;
}
#main-landing-slider .slide-read-more {
	margin-right: 10px;
}
#main-landing-slider .slide-read-more .btn {
	width: 253px;
	font-size: 16px;
}

.animated-block{
	-webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeBottom {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}


.featured-blog-category{
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.featured-blog-category a{
	color: #fff;
}
.featured-blog-category a:hover, .featured-blog-category a:focus{
	color: #fff;
	opacity: 0.5;
}
#landing-slider-section .owl-slide{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1b1b1b;
    /*height: 100vh;*/
    /*background-attachment: fixed;*/
}
#landing-slider-section .slide-item .slide-title{
	font-size: 46px;
	line-height: 52px;
	text-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	max-width: 600px;
	/*margin: 0 auto 30px;*/
	margin-bottom: 30px;
}
#landing-slider-section .slide-item .slide-title a{
	color: #fff;
	font-size: 48px !important;
}
#landing-slider-section .slide-item .bg-image{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	height: 600px;
	-webkit-animation: feature-fade-in 1.5s ease-in-out;
    animation: feature-fade-in 1.5s ease-in-out;
}



#landing-slider-left .slide-caption{
	/*left: 0;*/
	right: 0;
}
#landing-slider-left .slide-title{
	color: #333;
	text-align: right;
}


#main-landing-slider .slide-caption{
	left: 0;
	right: 0;
}
#main-landing-slider .slide-title{
	color: #fff;
	/*text-align: left;*/
}
#main-landing-slider .bg-color-overlay{
	background: rgba(0,0,0,0.3);
}




@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
  -webkit-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

}


@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

}




@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

}


@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: right 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

}




/* *********************************** */
/* PAGE SECTION */
/* *********************************** */
/*.fluid-max {
	max-width: 1500px;
}*/
.fw-custom {
	max-width: 1680px;
}
.max-fluid {
	max-width: 1600px;
	width: 100%;
	margin: auto;
}
.md-fluid {
	max-width: 1400px;
	margin: auto;
}


.page-section{
	padding-top: 80px;
	padding-bottom: 80px;
}
.page-section-sm{
	padding: 40px 0;
}
.top-section {
	padding-top: 140px;
}

.page-section-title{
	font-size: 44px;
	line-height: 46px;
	margin-bottom: 22px;
	color: #3B3B3B;
}
/*.section-sub-title{
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
}*/

.section-label{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.parallax-bg-wrap{
	position: relative;
	overflow: hidden;
}
.parallax-bg-wrap .content-wrapper{
	position: relative;
	z-index: 4;
}
.parallax-bg-wrap .bg-image{
	z-index: 2;
	height: auto;
	padding: 0;
	min-height: 600px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.product-filter-nav{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 40px;
}
.product-filter-nav > li{
	display: block;
	/*margin-bottom: 5px;*/
}
.product-filter-nav-parent > li{
	margin-bottom: 5px;
	position: relative;
}

.product-filter-nav-parent > li > .filter-header{
	position: relative;
}
.product-filter-nav-parent > li > .filter-header:after, .product-filter-nav-parent > li > .filter-header.collapsed:after{
    /*border: 1px solid #333;*/
	font-size: 18px;
    right: 24px;
    top: 0;
    /*width: 20px;*/
    /*height: 20px;*/
}


.product-filter-nav-parent li .filter-header:after, .product-filter-nav-parent li .filter-header.collapsed:after{
	content: '\f3d0';
	display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/*width: 20px;*/
    height: 20px;
    position: absolute;
    z-index: 3;
    font-size: 14px;
    right: 0;
    top: 4px;
    /*border: 1px solid #333;*/
    /*border-radius: 80px;*/
    padding: 6px;
    text-align: center;

    -webkit-transition: all .3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	-moz-transition: all .3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	-o-transition: all .3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	transition: all .3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.product-filter-nav-parent li .filter-header.collapsed:after{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


.filter-auto-scroll{
	max-height: 500px;
	overflow: auto;
}


/* RANGE SLIDER */
.irs{
	font-family: inherit;
}
.irs--round .irs-handle{
	background: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #C5B664;
    box-shadow: none;
}
.irs--round .irs-line{
	height: 1px;
	border-radius: 0;
}
.irs--round .irs-bar{
	height: 1px;
	background-color: #C5B664;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
	background-color: #C5B664;
	font-size: 12px;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
	border-top-color: #C5B664;	
}
.irs--round .irs-min, .irs--round .irs-max{
	background-color: transparent;
	font-size: 12px;
	padding-left: 0;
	padding-right: 0;
}


.product-filter-nav > li > a{
	display: block;
	padding: 3px 0;
}

.filter-div{
	border-top: 1px solid #262626;
	width: 100px;
	margin-bottom: 40px;
	overflow: hidden;
}

.product-filter-nav.main-category > li > a{
	text-transform: uppercase;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;	
	font-size: 18px;
	line-height: 26px;
	/*margin-bottom: 5px;*/
	letter-spacing: 2px;
}

.filter-header{
	text-transform: uppercase;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;	
	font-size: 18px;
	line-height: 26px;
	/*margin-bottom: 15px;*/
	letter-spacing: 2px;
}





/* FEATURED PRODUCTS */
.bg-light-all-purpose{
	background: #EBF5F7 !important;
}
.bg-light-kitchen{
	background: #F9EAE4 !important;
}
.bg-light-fruits-and-vegatable{
	background: #E4E8DB !important;
}
.bg-light-bathroom{
	background: #DEE6F0 !important;
}
.bg-pocket{
	background: #EBEBEB !important;
}
.bg-bulk{
	background: #8B9AAF !important;
	color: #fff;
}

.bg-all-purpose{
	background: #2C91AC !important;
}
.bg-kitchen{
	background: #C37B9C !important;
}
.bg-fruits-and-vegatable{
	background: #59710E !important;
}
.bg-bathroom{
	background: #5F3689 !important;
}


.color-light-all-purpose{
	color: #2C91AC !important;
}
.color-light-kitchen{
	color: #C37B9C !important;
}
.color-light-fruits-and-vegatable{
	color: #59710E !important;
}
.color-light-bathroom{
	color: #5F3689 !important;
}




/* BLOG SECTION */
.featured-blog-img-2{
	margin-bottom: 20px;
	max-width: 600px;
}
.post-body-right .featured-post-body{
	padding-top: 80px;
	padding-left: 135px;
}
.featured-blog-category-2{
	text-transform: uppercase;
    letter-spacing: 2px;
    color: #3B3951;
    position: relative;
    margin-bottom: 40px;
    display: block;
    font-size: 12px;
}
.featured-blog-category-2:before{
	content: '';
    height: 1px;
    width: 80px;
    background: #3B3951;
    position: absolute;
    left: -100px;
    top: 11px;
}

.featured-blog-title-2 {
	font-size: 38px;
    line-height: 50px;
    color: #68583e;
    margin-bottom: 20px;
}
.featured-blog-title-2 a {
	color: #194e90;
}
.featured-blog-category-2 a{
	color: #68583e;
}
.featured-blog-author-2 a:hover {
	color: #68583e;
}
.featured-post-meta{
	margin-bottom: 50px;
}

.read-more-link a {
	font-weight: bold;
	color: #0050a1;
}

.featured-blog-author-2{
	display: inline-block;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
}












.blockquote{
	border: 0 !important;
	padding: 50px 0;
	margin: 0;
	text-align: center;
	position: relative;
}
.blockquote:before, .blockquote:after{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -75px;
	content: '';
	width: 150px;
	height: 1px;
	background: #C5B664;
	opacity: 0;

	-webkit-transition: opacity 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    -moz-transition: opacity 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    -o-transition: opacity 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    transition: opacity 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.blockquote:after{
	width: 80px;
	margin-left: -40px;
	top: 100%;
	bottom: -20px;
	transition-delay: .5s;
}

.blockquote:hover:before, .blockquote:hover:after{
	opacity: 1;
}
.blockquote:hover .quote-title a{
	color: #C5B664;
}
.blockquote .quote-title{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 48px;
    line-height: 54px;
    color: #7cb0ab;
}
.blockquote .quote-title:before, .blockquote .quote-title:after{
	content: '“';
    font-size: 56px;
    line-height: 56px;
    font-family: "Georgia", "Times New Roman", Times, Baskerville, serif;

    -webkit-transition: all 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	-moz-transition: all 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	-o-transition: all 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	transition: all 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.blockquote .quote-title:after{
	content: '”';
}
.blockquote .quote-title a{
	color: #7cb0ab;

	-webkit-transition: all 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	-moz-transition: all 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	-o-transition: all 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
	transition: all 1s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}

.blockquote:hover .quote-title:before, .blockquote:hover .quote-title:after{
	color: #C5B664;
}












.circle-label{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #707070;
	background: #fff;
	text-align: center;
	font-size: 14px;
	padding: 8px;
}




.icon-blurb{
	padding: 0;
	margin: 0;
	list-style: none;
}
.icon-blurb > li{
	display: inline-block;
	text-align: center;
	width: 250px;
	margin-bottom: 120px;
}
.icon-blurb > li .icon-blurb-wrap{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #ddd;
	margin: 0 auto 20px;
}
.icon-blurb > li .blurb-title{
	text-transform: uppercase;
	letter-spacing: 1px;
}























.social-media-links {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
.social-media-links > li{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.social-media-links > li > a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.social-media-links > li > a .social-icon{
	display: block;
	width: 30px;
	height: 30px;
	background: #121212;
	color: #ffffff;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	float: left;
}
.social-media-links > li > a .social-label{
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 3px;
}

.social-media-links-inline > li{
	float: left;
}
.social-media-links-inline > li > a{
	margin-bottom: 20px;
}


.logo-list .logo-item{
	/*margin-right: 10px;*/
	margin-bottom: 10px;
	/*padding: 20px;*/
	/*border: 1px solid #dddddd;*/
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	text-align: center;
}
.logo-list .logo-item img{
	width: 160px;
	margin: 0 auto;
}




.section-pad{
	padding: 100px 0;
}
.section-pad-sm{
	padding: 50px 0;
}
.section-pad-bottom{
	padding-bottom: 100px;
}
.section-pad-lg{
	padding: 150px 0;
}



/* PAYMENT PAGE */

.payment-options-tab-nav{
	position: relative;
}
.payment-options-tab-nav .payment-option-icon{
	width: 60px;
	display: block;
	margin: 0 auto 10px;
}
.payment-options-tab-nav > li > a{
	opacity: 0.8;
}
.payment-options-tab-nav > li > a img{
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.payment-options-tab-nav > li.active > a{
	opacity: 1;
}
.payment-options-tab-nav > li.active > a img{
	filter: none;
}
.payment-options-tab-nav.ms-tabs-2 > li > a::before{
    left: 12px;
    top: 2px;
}
.payment-options-tab-nav.ms-tabs-2 > li > a::after{
	left: 12px;
	top: -8px;
}
.payment-option-label{
	font-size: 14px;
	line-height: 24px;
}

.payment-bank-logo{
	width: 120px;
	margin-bottom: 20px;
}





#featured-post{
	overflow: hidden;
}


/* *********************************** */
/* FEATURED PRODUCTS */
/* *********************************** */
.featured-product-item{
	min-height: 270px;
	text-align: center;
	position: relative;
	/*background: #eeeeee;*/
	margin-bottom: 30px;

	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-product-item{
	padding: 0;
}
.featured-product-pad{
	padding: 50px 40px;
}
.featured-product-item > a{
	display: block;
	/*padding: 70px 30px 30px;*/
	color: #111;
}

.featured-product-item .product-image{
	/*max-width: 200px;*/
	margin: 0 auto;
}
.featured-product-item .product-title{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
	margin-bottom: 0;
}
.featured-product-item .product-title-2{
	font-size: 20px;
	line-height: 26px;
}
.featured-product-item .product-snippet{
	margin-bottom: 20px;
}
.product-title-body{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 34px 30px;
	z-index: 3;
}



.featured-bottle-size{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
}
.featured-product-price{
	font-size: 16px;
	margin-bottom: 20px;
}

.bulk-item{
	min-height: 200px;
	position: relative;
}
.bulk-item .bulk-text{
	margin: 0;
	font-size: 30px;
	line-height: 38px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
}

.bulk-item > a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}






/* *********************************** */
/* WIDGETS */
/* *********************************** */
.widget {
    border-bottom: 1px solid;
    border-color: #e5e5e5;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.widget-title {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 25px;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.instagram-pics.sidebar-widget {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.instagram-pics.sidebar-widget li {
    width: 30.55%;
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin: 0 10px 10px 0;
}

.instagram-pics.sidebar-widget li img {
    max-width: 100%;
    vertical-align: middle;
}

.null-instagram-feed {
    text-align: center;
}























/* *********************************** */
/* IMAGE BLOCK */
/* *********************************** */

.content-block-image{
	position: relative;
}
.image-caption-wrap{
	padding: 10px 20px;
	font-size: 12px;
	line-height: 18px;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.image-caption-wrap p{
	margin: 0;
}
.image-caption-wrap.caption-below{
	color: #999;
}
.image-caption-wrap.caption-overlay, .caption-overlay-on-hover{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #111;
	background-color: rgba(0,0,0,0.7);
	padding: 10px 13px;
	color: #fff;
}
.image-caption-wrap.caption-overlay-on-hover{
	opacity: 0;
}
.content-block-image:hover .image-caption-wrap.caption-overlay-on-hover{
	opacity: 1;
}
/* *********************************** */
/* CART */
/* *********************************** */
#cart-form{
	padding-top: 30px;
}
#cart-form th{
	padding-bottom: 15px !important;
}

#cart-form .cart-table > tbody > tr > td{
	padding: 20px 0;
}
.cart-table{
	border-bottom: 1px solid #dddddd;
}
.cart-table th{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 16px;
	border: 0 !important;
}
.cart-table td{
	border: 0 !important;
}

.cart-price-table{
	font-size: 22px;
	line-height: 28px;
}
.cart-price-table > tbody > tr > td{
	padding: 0 0 5px 10px !important;
}

.table-label{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	margin-top: 5px;
	color: #888;
}



.delivery-status-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.delivery-status-list > li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	min-width: 180px;
}
.delivery-status-list > li:last-child{
	margin-right: 0;
}
.delivery-status-list > li > .stat-icon{
	display: inline-block;
	width: 60px;
    height: 60px;
    padding: 10px;
	/*background: #888;*/
	border: 1px solid #C5B664;
	/*border-radius: 50%;*/
	position: relative;
	margin-bottom: 12px;
}
.delivery-status-list > li .del-icon{
	font-size: 38px;
	color: #ddd;
}

.delivery-status-list > li .check-icon{
	display: none;
	width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: -8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.del-stat-label{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	/*text-transform: uppercase;*/
	color: #888;
}
.delivery-status-list > li.active-status .stat-icon{
	background: #C5B664;	
}
.delivery-status-list > li.active-status .del-icon{
	color: #ffffff;
}
.delivery-status-list > li.active-status .del-stat-label{
	color: #262626;
}





/* CHECKOUT */

.list-inline-grid{
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-inline-grid > li{
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 15px;
	border-right: 1px dashed #ddd;
}
.list-inline-grid > li:first-child{
	padding-left: 0;
}

.list-inline-grid > li .list-grid-label{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	line-height: 24px;
}
.list-inline-grid > li:last-child{
	border-right: 0;
}
.list-inline-grid > li .list-grid-value{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 16px;
}

.step-header{
	/*font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;*/
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
	/*padding-left: 50px;*/
	margin-top: 13px;
	margin-bottom: 20px;
}
.step-header .step-count{
	position: absolute;
	left: 0;
	top: -3px;
	padding-top: 5px;
	font-size: 22px;
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, sans-serif;
	height: 40px;
	width: 40px;
	border: 1px solid #333;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	border-radius: 50%;
}

#checkout-section label{
	font-size: 14px;
	line-height: 18px;
}
.social-share-inline > li{
	margin: 0;
}
.social-share-inline > li a{
	padding: 0;
	font-size: 22px;
}


.secured-shopping-box{
	background: #E6F1FF;
	padding: 40px 60px;
	max-width: 420px;
	margin: 40px auto;
}

.secured-shopping-box .list-unstyled > li{ 
	margin-bottom: 10px;
}

.checkout-container{
	/*font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;*/
	/*font-size: 13px;*/
	/*line-height: 18px;*/
	padding-bottom: 200px;
}
.checkout-container .radio label, .checkout-container .checkbox label{
	line-height: 20px;
}
.checkout-container .site--logo{
	max-width: 200px;
	margin: 50px 0 25px;
}
.checkout-panel{
	background: #ffffff;
	padding: 20px 30px 40px;
	margin-bottom: 40px;
	
	border-bottom: 1px solid #CBCBCB;
	-webkit-transition: all 0.3s ease;
	-moz-transition   : all 0.3s ease;
	-ms-transition    : all 0.3s ease;
	-o-transition     : all 0.3s ease;
	transition        : all 0.3s ease;
}
.checkout-header{
	margin-bottom: 20px;
	font-size: 17px;
}
.checkout-btn{
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 30px;
    line-height: 16px;
}
.checkout-btn:hover, .checkout-btn:focus {
	background: #ffffff;
	border-color: #6d6e71;
	color: #ffffff;
}
.checkout-btn.btn-sm{
	padding: 5px 25px;
}

.item-cart-row{
	padding: 20px 0;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #eee;*/
	/*font-size: 12px;*/
	/*line-height: 18px;*/
}

.cart-product-image{
	margin-top: 8px;
    height: 65px;
    position: relative;
    /*width: 100%;*/
    width: 82px;
    overflow: hidden;
}
.cart-product-image .bg-image{
	min-height: 50px;
	background-position: center -14px;
	height: 50px;
}


.cart--item--content{
	padding: 18px 0;
}
.checkout-cart-wrap{
	/*background: #DFE6EF;*/
	border: 1px solid #C5B664;
	padding: 30px 50px;
}
.checkout-cart-wrap .kn-form-control, .checkout-cart-wrap .kn-form-control:hover, .checkout-cart-wrap .kn-form-control:focus{
	background-color: #ffffff;
	border: #ffffff;
}
.checkout-cart-wrap .cart--item--content{
	padding: 0;
}
.checkout-cart-wrap .cart--product--name{
	font-size: 12px;
	line-height: 14px;
}
.checkout-cart-wrap .item-cart-row{
	padding: 10px 0;
	border-color: #CBCBCB;
}
.checkout-form-wrap .help-block{
	font-size: 11px;
}

.cart--product--name{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.cart--product--name a{
	color: #333;
}

.btn-add-to-cart{
	/*border-color: #222 !important;
	background: #222 !important;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 13px 18px !important;
	min-width: 130px;*/
	font-size: 28px !important;
}
.cart-item-remove{
	font-size: 22px;
    color: #6d6e71;
    position: absolute;
    top: 14px;
    right: 15px;
}

.card--form--wrap{
	background: #f1f1f1;
    border-radius: 3px;
    padding: 28px 28px 13px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 2px;
    border: 1px solid #bdc3c7;
    margin-bottom: 15px;
}


.kurin-btn-group .btn{
	margin-right: 20px;
	border-radius: 0;
	margin-bottom: 15px;
	padding-right: 25px !important;
	padding-left: 25px !important;
}






.used-for-list{
	overflow: hidden;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	margin-top: 10px;
}
.used-for-list > li{
	float: left;
	/*margin-right: 30px;*/
	text-align: center;
}
.used-for-list > li .used-for-label{
	font-size: 14px;
}

.used-for-list > li > a{
	color: #6583AC;
	padding: 17px 25px 15px;
	display: inline-block;
	margin-bottom: 15px;
	min-width: 90px;

	-webkit-transition: all 0.3s ease;
	-moz-transition   : all 0.3s ease;
	-ms-transition    : all 0.3s ease;
	-o-transition     : all 0.3s ease;
	transition        : all 0.3s ease;
}
.used-for-list > li > a:hover{
	background: #f1f1f1;
}
.used-for-icon{
	width: 30px;
	/*height: 35px;*/
	margin: 0 auto 15px;
}
.used-for-more{
	font-size: 28px;
	line-height: 30px;
	display: block;
	margin-top: 15px;
}

.and-more-label{
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 10px;
	padding: 30px 20px;
	color: #888;
}






.dropdown-menu{
	border: 0;
	box-shadow: none;
	border: 1px solid #2465ae;	
}
.dropdown-menu > li > a{
	/*font-size: 11px;*/
	/*text-transform: uppercase;*/
	/*letter-spacing: 1px;*/
	padding: 10px 20px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: #6d6e71;
	
}





/* *********************************** */
/* PRODUCTS */
/* *********************************** */

#add-to-cart-form{
	padding: 0 30px;
}
.single-product-page-landing{
	min-height: 600px;
}
.single-product-page-landing .landing-content{
	padding: 250px 0 200px;
}
.single-product-page-landing .bg-image{
	min-height: 600px;
	padding-top: 0;
}
.product--category--name{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

.price-strikeout{
	margin-top: 5px;
	font-size: 14px;
	/*text-align: center;*/
	text-decoration: line-through;
	color: #888;
}


.product-price-solo-wrap{
	padding: 20px 0;
}
.pricing-wrap{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 20px;
}
.price-form-text{
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}
.product--description{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

.cart-footer-actions{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #f3f3f3;
	font-size: 16px;
	line-height: 26px;
}
.btn-cart-action{
	margin-right: 5px;
}


.btn-more-info-wrap{
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.btn-more-info.info-open span{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


.btn-more-info{
	font-size: 16px !important;
	line-height: 26px;
	letter-spacing: 2px;
	color: #6583AC !important;
}
.btn-more-info span{
	color: #444;
	margin-left: 4px;
	display: inline-block;

	-webkit-transition: all 0.3s ease;
	-moz-transition   : all 0.3s ease;
	-ms-transition    : all 0.3s ease;
	-o-transition     : all 0.3s ease;
	transition        : all 0.3s ease;
}

.btn-more-info:after{
	content: '';
	height: 1px;
	background: #dddddd;
	width: 100%;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	z-index: -1;
}


.how-to-use-wrap{
	padding-right: 20px;
}
.how-to-use-wrap h2{
	font-size: 26px;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.how-to-use-wrap h3, .ingredients-wrap h3{
	margin-top: 40px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 2px;
	margin-bottom: 20px;	
}

.ingredients-wrap{
	margin-top: 110px;
	padding: 34px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	max-width: 360px;
}
.ingredients-wrap h3:first-child{
	margin-top: 0;
}
#other-products{
	position: relative;
	padding: 100px 0;
	background: #F8F8F8;
	color: #333;
}





.sidebar-widget .image--wrapper{
	min-height: 100px;
	position: relative;
	text-align: center;
	/*max-height: 100px;*/
	overflow: hidden;
}
.sidebar-widget .image--wrapper img{
	margin: 0 auto;
}
.sidebar-widget .product-item{
	margin-bottom: 10px;
}

.product-category-list{
	text-align: center;
	margin-bottom: 60px;
}
.product-category-list > li > a{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	padding: 10px 15px;
	color: #6d6e71;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}
.product-category-list > li.active > a, .product-category-list > li > a:hover{
	color: #222;
}
.product-category-list > li.active > a:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background: #222;
	left: 50%;
	margin-left: -20px;
	bottom: -10px;
}
.product--item{
	/*border: 1px solid #eeeeee;*/
	/*padding: 15px;*/
	margin-bottom: 20px;
}
.product--item .image--wrapper{
	min-height: 180px;
}
.product--price--variants{
	margin-bottom: 10px;
}
.image--wrapper{
	min-height: 245px;
	position: relative;
	text-align: center;
}
.image--wrapper img{
	margin: 0 auto;
}
.on-sale-label{
	background: #444;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	padding: 3px 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.product--gallery--wrapper{
	list-style: none;
	padding: 0;
	margin: 0;
}
.product--gallery--wrapper > li{
	margin-bottom: 20px;
}
.product--gallery--wrapper > li > a{
	display: block;
	padding: 1px;
	/*border: 1px solid transparent;*/
}
.product--gallery--wrapper > li.active > a{
	opacity: 0.5;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.product-thumb{
	height: 80px;
	overflow: hidden;
	position: relative;
	padding: 10px;
}
.product-thumb .bg-image{
	padding-top: 0;
	background-color: transparent;
	min-height: 80px;
}

.product--name{
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.product--name--solo{
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 30px;
}
.product--price{
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #5e583b;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.variant-label{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left !important;
}

.product-qty{
	height: 40px;
	font-size: 16px;
	padding: 10px 10px 10px 25px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.03);
	max-width: 100px;
}


.quick-add-to-cart-form .product-qty{
	background: #ffffff;
	max-width: none;
	padding: 15px;
}
.quick-add-to-cart-form .product-qty:focus{
	background: #ffffff;
}
#single-product-wrapper{
	width: 100%;
	max-width: 1500px;
}
.noty_bar{
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.noty_theme__mint.noty_type__alert, .noty_theme__mint.noty_type__notification{
	background: #C5B664;
	border-bottom: 0;
	color: #ffffff;
	border-radius: 0;
}
.noty_theme__mint.noty_bar .noty_body{
	padding: 13px 20px;
}
#noty_layout__topRight{
	top: 75px;
}



.quick-add-to-cart-form .bg-all-purpose{
	background: #2C91AC !important;
}
.quick-add-to-cart-form .bg-kitchen{
	background: #C37B9C !important;
}
.quick-add-to-cart-form .bg-fruits-and-vegatable{
	background: #59710E !important;
}
.quick-add-to-cart-form .bg-bathroom{
	background: #5F3689 !important;
}


#cart-navigation{
	background: #6d6e71;
	/*padding: 8px 0;*/
	color: #ffffff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cart-nav-top{
	margin: 0;
}
.cart-nav-top > li > a{
	padding: 8px 10px;
	display: block;
	color: #ffffff;
}
.cart-nav-top > li > a:hover{
	text-decoration: none;
}

.table.cart-sub-total-table > thead > tr > th, .table.cart-sub-total-table > tbody > tr > th, .table.cart-sub-total-table > tfoot > tr > th, .table.cart-sub-total-table > thead > tr > td, .table.cart-sub-total-table > tbody > tr > td, .table.cart-sub-total-table > tfoot > tr > td{
	padding: 0;
	padding: 2px 0;
}




/* TYPEPOGRAPHY */
/* *********************************** */
.text-white{
	color: #ffffff;
}
.text-primary{
	color: #1B5360;
}
.lead{
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 22px;
	line-height: 34px
}
.text-underline{
	text-decoration: underline;
}
.text-underline:hover{
	text-decoration: underline;	
}
.hover-underline:hover{
	text-decoration: underline;
}








/* BUTTONS */
/* *********************************** */
.btn {
	font-family: 'Helvetica Neue', "Helvetica Neue", Helvetica, sans-serif;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition   : all 0.3s ease;
	-ms-transition    : all 0.3s ease;
	-o-transition     : all 0.3s ease;
	transition        : all 0.3s ease;
}
.pia-primary-btn {
	display: inline-block;
	position: relative;
	padding-left: 50px;
}
.pia-primary-btn .pia-btn-circle{
	position: absolute;
	top: 1px;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #0350a1;
}
.pia-primary-btn .pia-btn-label{
	display: inline-block;
	background: #0350a1;
	padding: 7px 15px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-shop {
	background: none;
	border: none;
	border-top: 1px solid #6d6e71;
	border-bottom: 1px solid #6d6e71;
	padding: 3px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #6d6e71;
}
.input-group-btn .btn {
	padding: 11px 35px;
	text-transform: uppercase;
}
.btn-white {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #6d6e71;
}
.btn-shop.btn-white {
	border-color: #ffffff;
	color: #ffffff;
}
.btn-primary {
	background: #0050a1;
    border-color: 2px solid #0050a1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.btn-block {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.btn-round {
	border-radius: 200px;
	padding: 15px 35px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background: #2775BF !important;
	border-color: #2775BF !important;
	outline: none !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
	background: #508550;
	outline: none;
	border-color: #508550;
}
.btn-transparent {
	background: transparent;
}
.btn-view {
	font-size: 16px;
	font-weight: 500;
	color: #0050a1;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn .ion-arrow-right-b {
	font-size: 22px;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 26px;
}


.btn-sm {
	font-size: 12px;
	padding: 6px 12px;
}
.btn-md {
	font-size: 14px;
	padding: 10px 20px;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.active {
	background: rgba(95,153,94,.2);
	border-color: #0050a1;
	color: #0050a1;
}
.btn-secondary {
	background: transparent;
	color: #0050a1;
	border-color: #0050a1;
}

.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary.active {
	background: #e08931;
	border-color: #e08931;
	color: #fff;
}
.btn-tertiary {
	background: #f89838;
	color: #fff;
	border-color: #f89838;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue.active {
	background: #206778;
	border-color: #111;
	color: #fff;
	outline: none;
}
.btn-blue {
	background: #1B5360;
	color: #fff;
	border-color: #1B5360;
}
.btn-small {
	padding: 3px 16px;
	font-size: 10px;
	line-height: 18px;
}


.btn-fb{
	position: relative;
	background: #4469b0;
	border-color: #4469b0;
	padding-left: 50px !important;
	padding-right: 36px !important;
}
.btn-fb .fb-icon{
	font-size: 22px;
	position: absolute;
	left: 34px;
    top: 8px;

}

.btn-gray{
	background: #EAEAEA;
	color: #222;
}

.btn-black{
	color: #ffffff;
	background: #1b1b1b;
	border-color: #1b1b1b;
}
.btn-black:hover, .btn-black:active, .btn-black:focus{
	color: #ffffff;
	background: #1b1b1b;
	border-color: #1b1b1b;
	outline: none !important;
}

.btn-outline{
	border: 1px solid #ffffff;
	background: none;
	color: #ffffff;
}
.btn-outline-pink{
	border: 1px solid #2b2b2b !important;
	background: none;
	color: #2b2b2b;
}
.btn-outline:hover{
	background: #ffffff;
	color: #444;
}

.btn-primary.btn-outline{
	background: transparent;
	border-color: #C5B664;
	color: #C5B664;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus{
	color: #fff;
	background: #C5B664;
	border-color: #C5B664;
	outline: none !important;
}

.btn-black.btn-outline{
	background: transparent;
	border-color: #1b1b1b;
	color: #1b1b1b;
}
.btn-black.btn-outline:hover, .btn-black.btn-outline:focus{
	color: #ffffff;
	background: #1b1b1b;
	border-color: #1b1b1b;
	outline: none !important;
}


.btn-play.btn-outline{
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 10px 0;
}
.btn-play.btn-outline:hover, .btn-play.btn-outline:focus{
	background: transparent;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.btn-play .icon-wrap{
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 18px;
    margin-right: 10px;
    padding: 3px 12px;
    position: relative;
    top: 2px;
}
.btn-lg{
	font-size: 14px;
	padding: 18px 50px;
}
.ms-btn{
	padding: 10px 34px;
	font-size: 10px;
	font-family: 'Helvetica Neue', "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0px;
}
.ms-btn-lg{
	font-size: 14px;
	padding: 14px 41px;
}
.ms-btn-white{
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff
}
.ms-btn-white:hover{
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #444;
}
.ms-btn-link{
	border: 0 !important;
	/*border-bottom: 1px solid #ffffff !important;*/
	padding: 10px 5px;
}
.ms-btn-link.ms-btn-link{
	padding: 13px 0;
}


.btn-link{
	padding-right: 0;
	padding-left: 0;
	text-decoration: none;
	color: #C5B664;
	text-transform: none;
	letter-spacing: 0;
}
.btn-link:hover{
	color: #C5B664;
}

.user-box .btn-go-to{
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.user-box:hover .btn-go-to{
	opacity: 1;
}

.btn-go-to {	
	margin-top: -30px;
	/*display: none;*/
	/*margin: 0 auto;*/
}

.btn-go-to > a {
	padding: 20px 50px;
	border-radius: 50px;
	background: #008d00;
	border-color: #008d00;
}

.map-btn {
	background: #0050a1;
	border-color: #0050a1;
	color: #fff;
	padding: 6px 15px;
	font-size: 12px;
}
.map-btn:hover, .map-btn:active, .map-btn:focus{
	background: #508550 !important;
	border-color: #508550 !important;
	outline: none !important;
	color: #fff;
}







/* LINKS */
/* *********************************** */

a {
	color             : #111;
	text-decoration   : none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition   : all 0.3s ease-in-out;
	-ms-transition    : all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
}
a:hover,
a:focus {
	/*color: #194e90;*/
	text-decoration: none;
	outline: none;
}
a:active{
	outline: none;
}


.alert{
	background: #ffffff;
	color: #1b1b1b;
	border-radius: 0;
	border: 0;
	border-top: 4px solid #C5B664;
}
.alert-lg{
	padding: 25px;
}
.alert-success{
	/*color: #3c763d;*/
 	/*background-color: #dff0d8;*/
	border-color: #C5B664;
}

.alert p:last-child{
	margin-bottom: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: transparent;
}
/*.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background: transparent !important;
	color: #111;
}*/


/* *********************************** */
/* TOOLTIP */
/* *********************************** */
.tooltip{
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.tooltip-inner{
	/*border-radius: 0;*/
	background: #111;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
}

/* *********************************** */
/* FORMS */
/* *********************************** */
.form-control {
	border-radius: 2px;
	font-size: 14px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #ccc;
	-webkit-transition: all ease-in-out .15s;
	-o-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
}
textarea {
	/*border-radius: 0;*/
    font-size: 14px;
    width: 100%;
    height: 250px;
    background: #ffffff;
	border: 1px solid #2b2b2b;
	padding: 6px 12px;
}
.form-control:focus{
	box-shadow: none !important;
	/*border-color: #97B667;*/
	/*box-shadow: 0 0 0 4px rgba(0,122,150,.2) !important;*/
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    border-color: #333 !important;
}
.has-error .form-control{
	box-shadow: none;
}

.input-sm{
	font-size: 14px;
}

.help-block{
  font-size: 12px;
  margin-bottom: 0;
}
.help-block p{
  margin-bottom: 5px;
}

.has-error .form-control{
	border-color: #a00;
}
label, .control-label{
	/*font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;*/
	font-weight: normal;
	font-size: 14px;
}

textarea.form-control{
	resize: none;
}

.form-control-underline{
	background: transparent !important;
	padding-right: 0;
	padding-left: 0;
	border: 0 !important;
	border-bottom: 1px solid #333 !important
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /*border: 1px solid green;*/
  background: #ffffff;
  /*-webkit-text-fill-color: green;*/
  /*-webkit-box-shadow: 0 0 0px 1000px #000 inset;*/
  transition: background-color 5000s ease-in-out 0s;
}



.kn-form-control{
	padding: 10px 15px;
	height: 42px;
}

.select-wrap{
	background: #F2F2F2;
}

.select-dropdown .btn{
	border: 0;
	background: #F2F2F2;
	color: #262626;
	padding: 10px 45px 10px 25px;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	position: relative;
	width: 100%;
	box-shadow: 0 2px 15px rgba(0,0,0,0.03);
}
.select-dropdown .btn:hover, .select-dropdown.open .btn{
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);	
}
.select-dropdown .btn .select-caret{
	position: absolute;
	font-size: 20px;
	right: 17px;
	top: 6px;
}
.select-dropdown .dropdown-menu {
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	width: 100%;
	border: 0;
	margin-top: 0;
	border-radius: 0 0 3px 3px;
	background: #F2F2F2;
}
.select-dropdown .dropdown-menu > li{
	font-size: 14px;
	padding: 10px 25px;
	cursor: pointer;
}

.select-dropdown .dropdown-menu > li:hover{
	background: #d4d4d4;
}
#talk-submit-btn.btn-primary:hover, #talk-submit-btn.btn-primary:focus {
	color: #fff !important;
	background: #508550 !important;
	border-color: #508550;
	outline: none !important;
}


input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
	outline: none !important;
	outline-offset: 0!important;
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d99b3b;
  border-radius: 0;
  background-color: #fff;
  top: 3px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  margin-left: -19px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
  line-height: 1.4;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "Ionicons";
  content: "\f122";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-black input[type="checkbox"]:checked + label::before,
.checkbox-black input[type="radio"]:checked + label::before {
  background-color: #111111;
  border-color: #111111;
}
.checkbox-black input[type="checkbox"]:checked + label::after,
.checkbox-black input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #d99b3b;
  border-color: #d99b3b;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-black input[type="checkbox"]:indeterminate + label::before,
.checkbox-black input[type="radio"]:indeterminate + label::before {
  background-color: #111;
  border-color: #111;
}

.checkbox-black input[type="checkbox"]:indeterminate + label::after,
.checkbox-black input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
  line-height: 1;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-black input[type="radio"] + label::after {
  background-color: #111;
}
.radio-black input[type="radio"]:checked + label::before {
  border-color: #111;
}
.radio-black input[type="radio"]:checked + label::after {
  background-color: #111;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'Ionicons';
  content: "\f122";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}












/* MS SOCIAL */
/* *********************************** */
.ms-share-buttons{
	padding: 0px 60px 20px;
}
.ms-social-bar-top{
	
	padding: 10px 0;
}
.ms-post-share-bar .list-inline{
	margin-bottom: 0;
}
.ms-post-share-bar .ms-share-buttons{
	padding: 0;
}

.ms-share-buttons-compact .ms-share-btn{
	width: 37px;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.ms-share-buttons-compact .ms-share-btn .ms-social-icon{
	left: -10px;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
.ms-share-buttons-compact .ms-share-btn:hover .ms-social-icon{
	left: -3px;
}
.ms-share-buttons-compact .ms-share-btn:hover{
	width: 130px;
}
.ms-share-buttons.ms-share-buttons-compact .list-inline{
	padding-bottom: 0;
	border-bottom: 0;
	margin-left: 0;
}
.ms-share-buttons .list-inline > li{
	padding-left: 0;
	padding-right: 3px;
}
.ms-share-buttons .list-inline{
	border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-left: 0;
}

.ms-share-buttons .form-group{
	margin-bottom: 5px;
}
.ms-share-btn{
	font-weight: 400;
    padding: 4px 15px 8px 20px;
    color: #ffffff;
    position: relative;
    text-align: left;
    border-radius: 3px;
}
.ms-share-btn:hover, .ms-share-btn:active, .ms-share-btn:focus{
	color: #ffffff;
}
.ms-social-icon{
	display: inline-block;
	width: 18px;
	font-weight: normal !important;
    font-size: 18px;
    position: relative;
    left: -5px;
    top: 2px;
    line-height: 19px;
}
.ms-social-text{
	display: inline-block;
}

.ms-share-btn:hover{
	color: #ffffff;
}
.ms-social-facebook{
	background: #3b5998;
}
.ms-social-twitter{
	background: #55acee;
}
.ms-social-pinterest{
	background: #cb2027;
}
.ms-social-googleplus{
	background: #dd4b39;
}
.ms-social-linkedin{
	background: #0976b4;
}
.ms-social-reddit{
	background: #5f99cf;
}
.ms-social-email{
	background: #777;
}


.share-count{
	display: inline-block;
/*	font-weight: 700;*/
	font-family: 'comfortaabold', sans-serif;
	/*margin-left: 5px;*/
	/*padding: 0 8px;*/
	/*margin-right: -11px;*/
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.share-count.is-loaded {
  opacity: 0.7;
}






/* MS DIALOG */
/* *********************************** */
.ms-dialog-open{
	overflow: hidden;
}
.ms-dialog{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.ms-dialog-header{
	position: relative;
	padding: 13px 30px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
	text-align: center;
	letter-spacing: 1px;
	min-height: 46px;
}
.ms-dialog-close-btn{
	position: absolute;
    right: 20px;
    top: 10px;
    font-size: 43px;
    color: #C5B664;
}

#search-dialog .ms-dialog-header{
	border: 0;
}
.search-type-tab{
	/*border-bottom: 1px solid #eeeeee;*/
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.search-type-tab > li > a{	
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
	padding: 10px 30px 10px 0;
	color: #888;
}
.search-type-tab > li.active > a{
	border-bottom: 1px solid #C5B664;
	color: #111;
}




/* MS PAGINATION */
/* *********************************** */
.pagination{
	margin: 40px 0;
}
.pagination > li > a{
	padding: 8px 25px;
	border-radius: 0 !important;
	border: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #0050a1;
    border-color: #0050a1;
}
.pagination > li > a, .pagination > li > span{
	color: #0050a1;	
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: #0050a1;		
}

/* MS TABS */
/* *********************************** */
.ms-tabs > li > a{
	background: transparent;
	border-radius: 0;
	border: 0;
	/*border-bottom: 3px solid transparent;*/
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
/*	font-weight: 700;*/
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.ms-tabs > li > a:hover{
	background: none;
}
.ms-tabs > li > a{
	color: #444;
	overflow: hidden;
}
.ms-tabs > li > a::after{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #6583AC;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
.ms-tabs > li.active > a, .ms-tabs > li.active > a:hover, .ms-tabs > li.active > a:focus{
	background: transparent;
	/*border-color: #6583AC;		*/
	color: #6583AC;
}
.ms-tabs > li.active > a::after{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.ms-tabs > li.active > a::after, .ms-tabs > li.active > a::after:hover, .ms-tabs > li.active > a::after:focus{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.more-post-wrap .ms-tabs > li > a{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	padding: 10px 30px 10px 0;
	margin-right: 10px;
}
.more-post-wrap .post-card-meta{
	font-size: 12px;
	line-height: 16px;
	margin-left: 0;
}







/* TABLE */
/* *********************************** */
.table > thead > tr > th, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-color: #eeeeee;
	padding: 8px 20px;
}
.table-lg > thead > tr > th, .table-lg > thead > tr > th, .table-lg > tbody > tr > th, .table-lg > tfoot > tr > th, .table-lg > thead > tr > td, .table-lg > tbody > tr > td, .table-lg > tfoot > tr > td{
	padding: 20px 20px;
}
.table-bordered{
	border-color: #eeeeee;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
	border-color: #eeeeee;
}

th{
	font-weight: normal;
	text-transform: uppercase;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	letter-spacing: 2px;
	color: #222;
	font-size: 11px;
}
.table.borderless td, .table.borderless th {
    border: none;
}
.table-no-padding > thead > tr > th, .table-no-padding > tbody > tr > th, .table-no-padding > tfoot > tr > th, .table-no-padding > thead > tr > td, .table-no-padding > tbody > tr > td, .table-no-padding > tfoot > tr > td{
    padding: 0;
}
hr{
	border-color: #eeeeee;
}



/* PANELS */
/* *********************************** */
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #dddddd;
}
.panel-group .panel{
	border-radius: 0;
}
.panel-group .panel:first-child{
	border-radius: 4px 4px 0 0;
}
.panel-group .panel:last-child{
	border-radius: 0 0 4px 4px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #fafafa;
}
.panel-group .panel + .panel{
	margin-top: -1px;
}

.panel-heading{
	padding: 15px 18px;
}
.panel-title{
	font-size: 14px;
}
.panel-heading a{
	display: block;
	text-decoration: none;
}
.panel-heading a:hover, .panel-heading a:focus{
	text-decoration: none;
}





/* *********************************** */
/* POST STYLES */
/* *********************************** */
.list-post-grid{
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-card-wrap{
	position: relative;
	min-height: 400px;
	/*background: #f1f1f1;*/
	/*border: 1px solid #eeeeee;*/
	/*margin-bottom: 30px;*/
	box-shadow: 0 0 1px #f3f3f3;
	padding: 20px;
	
	background: #ffffff;
	-webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

.post-card-wrap:hover{
	box-shadow: inset 0 0 3px #dddddd;
}

.post-card-wrap .post-link{
	display: block;
}
.post-card{
	position: relative;
    z-index: 2;
}
.post-card:hover .text{
	opacity: 1;
}
.post-card .post-link{
	display: block;
	/*background-color: #2b2b2b;*/
}

/* WALL STYLE */

.summary-wall-container{
	padding: 60px 0;
	background: #222222;
}
.post-card-wrap-wall{
	/*box-shadow: 0 0px 5px rgba(0,0,0,0.1);*/
	background: #f1f1f1;
	-webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    margin-bottom: 20px;
    min-height: 560px;
}

#blog-posts-masonry .post-card-wrap-wall{
	min-height: auto;
}
.blog--list--wrapper .post-card-wrap-wall .text{
	min-height: 130px;
	padding: 10px 30px;
}
.post-card .image-body{
	margin-bottom: 15px;
}
.post-card h3{
	color: #194e90;
	margin-top: 0;
    padding-top: 0;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 5px;
    /*text-align: center;*/
}
.summary-carousel .post-card h3{
	padding-top: 0;
}
#content-block-featured .post-card h3{
	font-size: 16px;
	line-height: 22px;
}
.post-card h3 a{
	color: #111;
}
.post-card .title {
	color: #111;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}
.post-card:hover .title {
	/*box-shadow: inset 0 -1px 0 #2b2b2b;*/
	text-transform: normal;
}

.post-card .image {
	background-color: #f1f1f1;
	background-position: center center;
    background-size: cover;
    display: block;
    min-height: 250px;
    overflow: hidden;
    width: 100%;
    color: #fff;
    /*padding-top: 50%;  Aspect Ratio Auto */
    /*padding-top: 56.25%;*/
    /*padding-top: 100%;*/
    position: relative;
    /*box-shadow: 0 0 8px rgba(0,0,0,0.075);*/
}

/*
	Image Aspect ratio
	1:1 Square: 100% 
	3:2 Standard: 66.6667%
	2:3 Standard (Vertical): 150%
	4:3 Four-Three: 75%
	3:4 Three-Four (Vertical): 133.333%
	16:9 Widescreen: 56.25%
	2.4 Anomorphic Widescreen: 41.6667%
*/
.ar-square .image{
	padding-top: 41.6667%;
}
.ar-standard .image{
	padding-top: 66.6667%;
}
.ar-standard-vertical .image{
	padding-top: 150%;
}
.ar-four-three .image{
	padding-top: 75%;
}
.ar-three-four-vertical .image{
	padding-top: 133.333%;
}
.ar-widescreen .image{
	padding-top: 56.25%;
}
.ar-anomorphic-widescreen .image{
	padding-top: 41.6667%;
}
.post-card .image-backdrop:hover{
	opacity: 0;
}
.image-backdrop{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6e71000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	opacity: 0.3;
	z-index: 1;

	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}



.post-card .intro{
	color: #888;
	/*text-align: center;*/
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}
.post-card-meta{
	margin-top: 12px;
	/*color: rgba(0,0,0,0.4);*/
	color: #194e90;
	line-height: 20px;
	margin: 0;
	padding: 0 30px 20px;
}
.post-card-meta > li{
	font-size: 14px;
}
.post-card-meta > li.soc-icon{
	font-size: 16px;
}
.post-card-meta > li:first-child{
	padding-left: 0;
}
.post-card-meta .share-btn{
	opacity: 0;
	color: #888;
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.summary-item:hover .post-card-meta .share-btn{
	opacity: 1;
}
.comments-post-wrap{
	padding: 10px 60px 40px;
}
.post-user-meta{
	background: #f1f1f1;
	padding: 30px 60px;
	color: #333;
}
.post-user-meta a:hover{
	box-shadow: inset 0 -1px 0 #ffffff;
}
.post-user-meta .author-photo{
	overflow: hidden;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	box-shadow: 0 0 0 4px #ffffff;
	margin-bottom: 20px;
	/*margin-right: 20px;*/
}
.post-user-meta .author-photo:hover{
	box-shadow: 0 0 0 4px #ffffff;
}
.post-user-meta hr{
	border-color: #444;
}
.post-user-meta .author-name{
	/*color: #ffffff;*/
	font-size: 16px;
	line-height: 24px;
/*	font-weight: 700;*/
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	box-shadow: none;
}


.artist-link{
	color: #17212c;
	text-transform: uppercase;
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 1px;
}
.artist-link-lg{
	font-size: 16px;
}






/* MASONRY STYLE */
.msis-summary-container {
  margin: 0 auto;
}
/* MASONRY STYLE */
.ms-carousel-item{
	padding: 5px 0;
}

/* SUMMARY LIST STYLE */
.summary-list .ms-list-item{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.summary-list .ms-list-item .post-image-wrap{
	width: 40%;
}
.summary-list .ms-list-item .post-image-wrap.list-image-left{
	float: left;
	padding-right: 20px;
}
.summary-list .ms-list-item .post-image-wrap.list-image-right{
	float: right;
	padding-left: 20px;
}
.summary-list .ms-list-item .text{
	float: left;
	width: 60%;
}

.widget.sidebar-widget .summary-list .post-card h3{
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
}


.post-card-wrap-carousel{
	/*padding: 15px;*/
	background: #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,0.075);
	
	-webkit-transition: box-shadow 300ms ease-in-out;
    -moz-transition: box-shadow 300ms ease-in-out;
    -ms-transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
}
.ms-carousel-item:hover .post-card-wrap-carousel{
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.post-card-layer{
	box-shadow: 3px 4px rgba(255,255,255,0.8),6px 7px rgba(255,255,255,0.6);
}
.post-card-layer:hover{
	box-shadow: 5px 6px rgba(255,255,255,0.8),10px 11px rgba(255,255,255,0.6);
}


.post-card-wrap-body-carousel .text{
	/*padding: 1px 15px;*/
	padding: 8px 21px;
}



.blog--landing--body .author-photo{
	overflow: hidden;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	box-shadow: 0 0 0 4px #ffffff;
	/*margin-right: 20px;*/
}
.blog--landing--body .blog-author-profile{
	padding: 120px 0;
}
.blog--landing--body .author-meta{
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
.blog--landing--body .author-name{
	color: #ffffff;
	font-size: 26px;
	line-height: 34px;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: 400;
	box-shadow: none;
}
.blog--landing--body a{
	color: #ffffff;
	font-weight: 400;
}

.blog--landing--body{
	position: relative;
	z-index: 2;
}
.blog--landing--wrap .image-backdrop{
	opacity: 0;
}
.page-description-wrap{
	text-align: center;
	
	padding: 20px;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	/*background: rgba(0,0,0,0.3);*/
}
.landing-backdrop{
	/*background-color: #2b2b2b;*/
    background-size: 1400px;
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    /*-webkit-filter: blur(8px);*/
    /*-moz-filter: blur(8px);*/
    /*-ms-filter: blur(8px);*/
    /*filter: blur(8px);*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}

.arrow-clip{
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 10% 97%, 8% 100%, 6% 97%, 0 97%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 10% 97%, 8% 100%, 6% 97%, 0 97%);
}





/*PERCENTAGE*/
/*.widget {
    margin: 0 auto;
    width:350px;
    margin-top:50px;
    background-color: ebecde;
}*/

.chart-header{
    background-color: #ebecde;
    height:40px;
    color:#16140d;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 1.5em;

}

.chart-footer
{
  color: #16140d;
  text-align: center;
  font-size: 10px;
}

.chart-container{
    padding:25px;
}

.percent #percent {
  font-size: 46px;
  color: #353535;
}


.shadow {
    -webkit-filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
    filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
}


/*FAQS CARD ITEM*/
.d1-card-item{
    border: solid 1px #E6E6E6;
    background: #FFF;
    box-shadow: 0 0 20px #F1F1F1;
    padding: 30px;
    min-height: 185px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.d1-card-item:hover{
    background-color: #FFF;
    border-color: #D6D6D6;
    box-shadow: 0 0 15px #E4E4E4;
}





/* EVENT STYLE */
.event-list-wrap{
	padding: 50px 0;
}
.event-image-wrap{
	margin-bottom: 20px;
}
.event-list-wrap .event-item{
	font-size: 16px;
	line-height: 26px;
	min-height: 200px;
	margin-bottom: 50px;
}
.event-item .event-meta{
	margin-bottom: 10px;
}
.event-item .intro{
	color: #888;
}
.event-list-wrap .event-date{
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 1;
    line-height: 22px;
}
.event-list-wrap .event-item .post-link{
	display: block;
	margin-top: 10px;
}
.event-list-wrap .event-item .post-link h3{
	text-transform: uppercase;
	margin-top: 0;
}

.event-month{
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.event-date{
	background: #2b2b2b;
	color: #ffffff;
	padding: 10px 24px 14px;
	text-align: center;
}
.event-day{
	font-size: 24px;
}

.dashed-to{
	letter-spacing: -1px;
}

.event-date-and-place-wrap{
	display: inline-block;
	padding: 20px 30px;
	background: #ffffff;
	position: relative;
	z-index: 2;
	margin-top: -30px;
	margin-left: 40px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.event-form-wrapper{
	padding: 40px 100px;	
	background: #AAFFA9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #11FFBD, #AAFFA9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #11FFBD, #AAFFA9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.event-form-wrapper .form-control{
	border: 0;
}



/* DATEPICKER */


.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]{
	background: #333;
	text-shadow: none;
	border: 0;
	color: #ffffff;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover{
	background: #333;
	text-shadow: none;
	border: 0;
	color: #ffffff;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
	background: transparent;
	color: #999;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
	background: #eeeeee;
	/*color: #ffffff;*/
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled]{
	background: #333;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover{
	background: #333;
	color: #ffffff;	
}

.datepicker *{
	text-shadow: none;
}
.datepicker table{
	width: 100%;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled]{
	background-image: none;
	background-color: #333;	
}
.datepicker-inline {
    width: 290px;
}
.datepicker .datepicker-switch{
	text-transform: uppercase;
	/*font-size: 16px;*/
	color: #333;
	/*font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;*/
	letter-spacing: 1px;
}








/* SINGLE POST */

.post-card-wrap-grid{
	margin-bottom: 20px;
}
.more-post-wrap .post-card-wrap-grid .post-card h3 {
	margin-top: 20px;
}
.special-blog-post-section{
	min-height: 600px;
	position: relative;
}
.special-blog-content{
    /*margin-top: -100px;*/
    padding-top: 0;
    position: relative;
    z-index: 10;
}
.landing-page-section-title{
	padding: 130px 0 0;
	text-align: center;
}
.landing-page-section-title .landing-page-title{
	font-size: 46px;
	line-height: 58px;
}
.blog-post-container{
	/*padding-top: 40px;*/
	/*box-shadow: 0 1px 18px rgba(0,0,0,0.1);*/
	/*background: #ffffff;*/
	
	-webkit-transition: -webkit-transform 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
	overflow: hidden;


	/*border: 1px solid #dddddd;*/
	/*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);*/
}

.arrow_box {
	position: relative;
	background: #fff;
}
.arrow_box:after {
	top: 100%;
	/*left: 50%;*/
	left: 70px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}

.blog-post-image{
	min-height: 50px;
}
.blog-post-image .image{
	background-color: #919191;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    
    padding-top: 50%;
    padding-top: 59.6667%;
    position: relative;    
}
.post-single-header{
	padding: 40px 60px 15px;
	/*padding: 0px;*/
	/*border-bottom: 1px solid #ececec;*/
	z-index: 1;
}
.post-footer{
	padding: 40px 100px 20px;
}

.post-single-header .breadcrumb{
	text-transform: uppercase;
	font-size: 12px;
}
.post-single-header .breadcrumb > .active{
	color: #999;
}
.breadcrumb{
	background: none;
	padding: 0;
}
.post-single-header .title{
	color: #1B5360;
	font-size: 40px;
	line-height: 46px;
	/*font-weight: 700;*/
	/*font-family: 'Helvetica Neue', "Helvetica Neue", Helvetica, sans-serif;*/
	margin-bottom: 15px;
	/*font-family: 'Helvetica Neue', serif;*/
	font-weight: bold;
}
/*.content-block-section {
	max-width: 1200px;
    margin: auto;
}*/

/* UPDATED */
#blog-single-post-section {
	position: relative;
	z-index: 9;
}
.blog-post-content .paragraph-block,
.quote-block {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 26px;
}
.blog-post-content .content-block .content-block-editor,
.blog-post-content .content-block .content-block-image {
	padding: 0 30px;
}
.blog-post-content .content-block .content-block-image .image-caption-wrap {
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.blog-post-content .container, .blog-post-content .container-fluid{
	width: 100%;
	/*padding: 0;*/
	/*overflow: hidden;*/
}
/*.blog-post-content a{
	color: #6583AC;
}
*/
.blog-post-content a:hover .blog-post-content a:focus{
	text-decoration: underline;
}
.blog-post-content .image-block{
	position: relative;
}
.blog-post-content p {
    margin: 0 0 20px;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    margin-bottom: 20px;
}

.author-thumb img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.post-meta{
	margin-bottom: 0;
	margin-left: 0;
}
.post-meta > li{
	padding: 0;
	margin-right: 7px;
	color: #999;
	/*text-transform: uppercase;*/
	font-size: 12px;
}
.post-meta > li.tweet > a{
	color: #55acee;
/*	font-weight: 700;*/
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.post-sidebar-wrap .side-header{
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0 25px;
	/*font-weight: 900;*/
}
.post-sidebar-wrap .post-card h3{
	margin-top: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.post-sidebar-wrap .post-card-meta{
	/*margin-top: 0;*/
	margin: 0;
}
.post-sidebar-wrap .ms-list-item{
	padding-bottom: 10px;
	/*border-bottom: 1px solid #eeeeee;*/
	padding: 15px 25px;
	margin-bottom: 0;
}




/* *********************************** */
/* MODAL */
/* *********************************** */
.modal-md {
	max-width: 55%;
	width: 100%;
}
@media (max-width: 760px ) {
	.modal-md{
		width: auto;
	}
}
.modal-title {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*padding: 20px 0;*/
	/*font-size: 36px;*/
}
.modal-header{
	border-bottom: none;
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
	border-radius: 0;
	padding: 10px 15px;
  text-align: center;
}
.modal-header .close{
	margin-top: 0px;
	font-size: 24px;
	text-shadow: none;
}
.modal-body{
	min-height: 80px;
	padding: 0 50px 30px;
}
.modal-content{
  border-radius: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
  	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.modal-footer{
  text-align: left;
	padding: 20px 40px 20px 40px;
	border: none;
  box-shadow: none;
  /*border-top: 1px solid #b5c2cd;*/
	/*box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.2);*/
}
.modal-footer button {
	background: transparent !important;
	border-color: #0050a1;
	color: #0050a1;
}
.modal-footer button:hover {
	background: #0050a1 !important;
	color: #fff !important;
	border-color: #0050a1;
}



.kn-modal .modal-title{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 26px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-top: 50px;
	padding-bottom: 10px;
}
.kn-modal .modal-body{
	padding: 10px 80px 50px;
}

/* RESPONSIVE MODAL */
@media(max-width: 980px) {
	#newsletter-popup .modal-body {
		padding: 0 50px 30px;
	}
	#newsletter-popup .modal-body .clearfix.top20 {
		margin-top: 0;
	}
	#newsletter-popup .modal-body .text-primary {
		margin-top: 0;
		width: 80%;
	}
	#newsletter-popup .modal-body .col-md-5 {
		height: 400px;
	}
	#newsletter-popup .modal-body .col-md-5 img {
		height: 100% !important;
		width: 100% !important;
		object-fit: cover;
		object-position: center;
	}
}
@media(max-width: 425px) {
	#newsletter-popup .modal-body {
		padding: 0 35px 30px;
	}
	#newsletter-popup .modal-body .text-primary {
		margin-top: 0;
		font-size: 32px;
		/*width: 80%;*/
	}
	#newsletter-popup .modal-body .col-md-5 {
		height: 280px;
	}
	
	#newsletter-popup .modal-body .clearfix.top50 {
		margin-top: 30px;
	}
}
@media(max-width: 379px) {
	#newsletter-popup .modal-body .text-primary {
		width: 88%;
	}
	#newsletter-popup .modal-body .text-primary {
		font-size: 30px;
	}
}
@media(max-width: 336px) {
	#newsletter-popup .modal-body .text-primary {
		width: 100%;
	}
}





/* *********************************** */
/* OWL CAROUSEL */
/* *********************************** */
/**
	* Owl Carousel v2.3.4
	* Copyright 2013-2018 David Deutsch
	* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
	*  Owl Carousel - Core
*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	/* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
/*.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }

.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
display: inline; }
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }





#testimonial-slider.owl-theme .owl-dots{
	margin-top: 30px;
}
#testimonial-slider.owl-theme .owl-dots .owl-dot span{
	background: #ffffff;
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #6583AC !important;
}



.owl-prev, .owl-next{
	margin: 0 !important;
	padding: 3px 7px !important;
	background: transparent !important;
	color: #222 !important;
	opacity: 0.5;
	font-size: 36px !important;
	-webkit-transition: opacity 0.3s !important;
	transition: opacity 0.3s !important;
}
.owl-prev:hover, .owl-next:hover{
	opacity: 1;
}
.owl-prev{
	position: absolute;
    top: 50%;
    left: -50px;
    height: 40px;
    margin-top: -20px !important;
}
.owl-next{
	position: absolute;
    top: 50%;
    right: -50px;
    height: 40px;
    margin-top: -20px !important;
}

.owl-prev.off-control, .owl-next.off-control{
	opacity: 0;
}

.ms-loader-image{
	padding: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.ms-panel{
	background-color: #ffffff;
	padding: 30px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.ms-panel .header{
	margin-top: 0;
}


ul.list-check{
   padding-left: 10px;
   text-indent: 2px;
   list-style: none;
   list-style-position: outside; 
}
.list-check > li:before {
    content: '✔';   
    /*content: '\f373';   */
    /*content: '\f120';   */
    /*content: '\f373';   */
    /*margin-left: -2em;*/
    /*margin-right: .100em;*/
    color: #00ad66;
    font-family: "Ionicons";
    position: relative;
    left: -10px;
}


.google-map iframe{
	width: 100%;
}

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1090;
    border-radius: 0;
    border-top: 1px solid #d9d9d9;
    font-family: inherit;
    box-shadow: 0 0 30px rgba(0,0,0,0.05) !important;
    /*padding: 0 30px !important;*/

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 16px;
    text-align: right;
    display: block;
    background-image: url('https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}
.hdpi.pac-logo:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}

.pac-container .pac-item:first-child{
  border-top: 0;
}

.pac-item {
    cursor: default;
    padding: 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    color: #999;
}
.pac-item:hover {
    background-color: #fafafa
}
.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe
}
.pac-matched {
    font-weight: 700
}
.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000
}
.pac-icon {
    width: 15px !important;
    height: 15px !important;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url('../img/map-marker.png') !important;
    background-size: 15px 15px !important;
    background-repeat: no-repeat;
    background-position: center !important;
}
.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}
.pac-icon-search {
    background-position: -1px -1px
}
.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}
.pac-icon-marker {
    background-position: -1px -161px
}
.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}
.pac-placeholder {
    color: gray
}


/*BRANCH LOCATOR*/
#map-pointer{
  /*height: 750px;*/
  min-height: 750px;
}
#map-pointer [title="pulse"] {
    border: 1pt solid #ffffff;
    /* make a circle */
    -moz-border-radius:51px;
    -webkit-border-radius:51px;
    border-radius:51px;
    /* multiply the shadows, inside and outside the circle */
    -moz-box-shadow:inset 0 0 5px #0050a1, inset 0 0 5px #0050a1, inset 0 0 5px #0050a1, 0 0 5px #0050a1, 0 0 5px #0050a1, 0 0 5px #0050a1;
    -webkit-box-shadow:inset 0 0 5px #0050a1, inset 0 0 5px #0050a1, inset 0 0 5px #0050a1, 0 0 5px #0050a1, 0 0 5px #0050a1, 0 0 5px #0050a1;
    box-shadow:inset 0 0 5px #0050a1, inset 0 0 5px #0050a1, inset 0 0 5px #0050a1, 0 0 5px #0050a1, 0 0 5px #0050a1, 0 0 5px #0050a1;
    /* set the ring's new dimension and re-center it */
    height: 51px!important;
    margin: 0px 0 0 -10px;
    width:51px!important;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*  #map-pointer div[style*="987654"][title] img {*/
#map-pointer [title="pulse"] img {
    display:none;
}
/* compensate for iPhone and Android devices with high DPI, add iPad media query */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
    #map-pointer [title="pulse"] {
        margin: 0px 0 0 -10px;
    }
}
@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(0);
        opacity: 1.0;
    }
    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(0);
        opacity: 1.0;
    }
    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}





.my-infowindow{
    padding: 8px 18px;
    max-width: 250px;
}
.infowindow-title{
    /*text-transform: uppercase;*/
    font-size: 14px;
    /*letter-spacing: 2px;*/
    margin-bottom: 8px;
}



.store-locator-wrap{
	border: 10px solid #f1f1f1;
}
.branch-list-wrap{
	padding: 25px 20px;
	min-height: 300px;
	overflow: auto;
}

.branch-item{
  border: 1px solid #eee;
  border-radius: 0px;
  margin-bottom: 15px;
  /*border-left: 3px solid #eee;*/
}
.branch-item:hover, .branch-item.active{
  border-color: #78cde5;
}
.branch-item > a{
	font-size: 14px;
	font-family: 'comfortaabold', sans-serif;
	padding: 5px 20px;
	display: block;
}
.branch-icon{
  width: 30px;
  float: left;
  margin-right: 15px;
}
.branch-item .branch-address{
	color: #888;
	font-size: 11px;
	line-height: 20px;
}
.branch-time {
	line-height: 24px;
}
.branch-status{
	display: inline-block;
}
.branch-status.open{
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
	background: #78cde5;
	padding: 0px 7px;
}
.branch-status.closed {
	display: none;
}




/* *********************************** */
/* FOOTER */
/* *********************************** */
#footer {
	position: relative;
	background: #20437d;
	padding: 100px 0 50px;
}
.footer-logo {
	max-width: 120px;
	margin: 20px 0;
}
#footer-logo a {
	color: #2775BF;
	font-size: 22px;
}
.footer-contact-form-wrap{
	position: relative;
	z-index: 2;
}
.footer-contact-form-wrap .has-error .help-block{
	color: #ffffff !important;
}
.footer-contact-form-wrap .form-group{
	margin-bottom: 10px;
}
.footer-contact-form-wrap .form-control{
	background: #383838;
	color: #ffffff;
	border: 0;
}
.footer-contact-form-wrap .btn-primary {
	background: #383838;
	color: #ffffff;
	border: 0;
}




.footer-nav-wrap {
	margin-bottom: 40px;
}
.footer-nav-title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-nav > li {
	display: block;
}
.footer-nav > li > a {
	display: block;
	font-size: 14px;
	position: relative;
	padding: 2px 0;
	color: #fff;
}
.footer-nav > li > a:hover{
	color: #fff;
}
.footer-nav > li > a:after{
	content: '';
    width: 0;
    height: 1px;
    background: #fff;
    left: -28px;
    position: absolute;
    top: 18px;
    -webkit-transition: width .3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    -moz-transition: width .3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    -o-transition: width .3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    transition: width .3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.footer-nav > li > a:hover:after{
	width: 15px;
}

.footer-redirect-link a{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	padding: 44px;
	font-size: 20px;
	color: #ffffff;
	display: block;
}
.footer-bottom {
	padding-top: 50px;
	margin-top: 80px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.bottom-logo img {
	max-width: 70px;
	margin: 20px auto;
}
.bottom-text h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bottom-text p {
	/*text-transform: uppercase;*/
	font-size: 12px;
	/*letter-spacing: 1px;*/
}




#ig-footer {
	position:relative;
	text-align:center;
	overflow:hidden;
}
#ig-footer h4 {
	margin: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 20px 22px;
    z-index: 999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
#ig-footer .instagram-pics li {
	width: 12.5%;
	display:inline-block;
	/*float:left;*/
}
#ig-footer .instagram-pics li a{
	/*min-height: 208px;*/
	display: inline-block;
}
#ig-footer .instagram-pics li img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
#ig-footer .instagram-pics li img:hover {
	opacity:.87;
}
#ig-footer p.clear {
	display:none;
}

.footer-pia-description {
	font-size: 14px;
}



/* *********************************** */
/* CUSTOMER DASHBOARD */
/* *********************************** */
.dashboard-sidebar-wrap{
	padding: 40px 0;
	background: #ffffff;
	border: 1px solid #C5B664;
}
.sidebar-nav{
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-nav > li {
	display: block;
}
.sidebar-nav > li > a{
	display: block;
	padding: 10px 60px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 1px solid transparent;
}
.sidebar-nav > li.active > a{
	color: #111;
	border-left: 1px solid #333;
}

.page-header-3{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.account-section{
	padding: 80px 0 100px;
}

.customer-register-wrap{
	padding: 50px 0;
}


.account-body-wrap{
	padding: 0 0 0 50px;
}

@media ( max-width: 760px ){
	.account-body-wrap{
		padding: 0;
	}	
}



.disable-div {
    pointer-events: none;
    opacity: 0.4;
}




/* *********************************** */
/* CSS3 ANIMATIONS */
/* *********************************** */
.feature-fade-in {
    animation: feature-fade-in .6s ease-in-out;
}

.feature-fade-in {
    opacity: 0
}
.feature-fade-in {
    opacity: 0
}
.feature-fade-in {
    opacity: 1
}
@-webkit-keyframes feature-fade-in {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes feature-fade-in {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}





/* *********************************** */
/* CSS HELPERS */
/* *********************************** */
.no-bgc		{ background-color: transparent !important;  }
.no-border  { border: 0 !important; }

.topfix		{ margin-top: 60px; }
.top0		{ margin-top: 0px; }
.top100		{ margin-top: 10px; }
.top15		{ margin-top: 15px; }
.top20		{ margin-top: 20px; }
.top30		{ margin-top: 30px; }
.top40		{ margin-top: 40px; }
.top50		{ margin-top: 50px; }
.top80		{ margin-top: 80px; }
.top100		{ margin-top: 100px; }

.right10	{ margin-right: 10px; }
.right20	{ margin-right: 20px; }

.bottom0	{ margin-bottom: 0px; }
.bottom10	{ margin-bottom: 10px; }
.bottom15	{ margin-bottom: 15px; }
.bottom20	{ margin-bottom: 20px; }
.bottom30	{ margin-bottom: 30px; }
.bottom60	{ margin-bottom: 60px; }
.bottom80	{ margin-bottom: 80px; }
.bottom100	{ margin-bottom: 100px; }
.left10		{ margin-left: 10px; }
.left20		{ margin-left: 20px; }
.left30		{ margin-left: 30px; }
.left40		{ margin-left: 40px; }
.left100	{ margin-left: 100px; }

.mar0		{ margin:0; }





/* PADDING ALL SIDES */
.pad0		{ padding:0; }
.pad15		{ padding:15px; }
.pad20		{ padding:20px; }
.pad30		{ padding:30px; }

/* PADDING TOP */
.pt20		{ padding-top: 20px; }
.pt50		{ padding-top: 50px; }
.pt80		{ padding-top: 80px; }

/* PADDING BOTTOM */
.pb10 		{ padding-bottom: 10px; }
.pb20		{ padding-bottom: 20px; }
.pb80		{ padding-bottom: 80px; }
.pb100 		{ padding-bottom: 100px; }

/* PADDING LEFT */
.pl20		{ padding-left:20px; }
.pl30		{ padding-left:30px; }

/* PADDING TOP AND BOTTOM */
.ptb10		{
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb20		{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb50		{
	padding-top: 50px;
	padding-bottom: 50px;
}

.clear 		{ clear: both; }
.tal		{ text-align:left; }
.tar		{ text-align:right; }
.tac		{ text-align:center; }

.capitalize	{ text-transform: capitalize; }
.ttu { text-transform: uppercase; }
.hide		{ display: none; }
.show		{ display: block; }
.pull-right { float: right; }
.pull-left  { float: left; }
.normal     { font-weight: normal; }

.text-muted { color: #B9B9B9; }
.text-small	{ font-size: 12px; line-height: 18px }
.text-xs	{ font-size: 10px; line-height: 18px }
.text-sb 	{ font-weight: 600; }

.float-none { float: none; }

.text-white { color: #ffffff; }
.text-blue { color: #0050a1; }
.text-blue1 { color: #3c99dc; }

.text-gray	{ color: #a3a2a0; }
.text-grey { color: #707070; }

.text-green { color: #4f7b02; }

.text-purple1 { color: #4f05a0; }

.text-red { color: #b84542; }
.text-pink { color: #ec59a0; }

.text-italic { font-style: italic; }


.bg-blue	{ background: #0050a1; }
.bg-blue-overlay	{ background: rgba(0,80,161,1); }
.bg-blue1	{ background: #3c99dc; }
.bg-blue2	{ background: #2566af; }
.bg-blue3	{ background: #66d2fa; }
.bg-blue4	{ background: #d5f3fd; }


.bg-white { background: #FFF }
.bg-dblue	{ background: #19487e; }
.bg-lblue-overlay	{ background: rgba(36,101,174,1); }
.bg-lblue	{ background: #d3f3ff; }
.bg-gray	{ background: #717171; }
.bg-gray1	{ background: #a3a2a1; }
.bg-gray-overlay	{ background: rgba(163,162,160,1); }

.bg-purple1 { background: #4f05a0; }
.bg-purple2 { background: #e4ccfe; }

.bg-green { background: #4f7b02; }

.bg-red { background: #b84542; }

.bg-pink { background: #ec59a0; }




.text-main	{ color: #0050a1; }
/*.text-sec-rgb	{ color: #752415; }
.text-sub-rgb	{ color: #BFAB60; }*/
.menu-blue	{ color: #3f99d5; }
.menu-lblue	{ color: #6cdcff; }
.menu-llblue	{ color: #d0f7fc; }
.menu-dblue	{ color: #2964b2; }
.menu-gray	{ color: #a1a1a1; }

.bgf4 		{ background: #f4f4f4; }
.dark-bg { background: #0B0B0B; }
.d-flex	{ display: flex; }
.fwn { font-weight: normal;  }
.fwb { font-weight: 600;  }
.strikeout{
	text-decoration: line-through;
}
.tdn{
	text-decoration: none;
}
.bxs0{
	box-shadow: none;
}
.margin-auto { margin: 0 auto; }


.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*='col-']:not(:first-child),
.no-gutter > [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.mh500 {
	min-height: 500px;
}
.cc {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.text-cc {
	display: flex;
	align-items: center;
}
.overflow-hidden{
	overflow: hidden;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.pos-front {
	z-index: 999;
}
.pos-back {
	z-index: 111;
}
.text-xs{
	font-size: 10px;
	line-height: 14px;
}
.text-sm {
	font-size: 12px;
	line-height: 22px;
}


/* 3 columns by default */
/*.grid-sizer { width: 33.333%; }*/

@media screen and (min-width: 768px) {
  /* 5 columns for larger screens */
  /*.grid-sizer { width: 25%; }*/
}



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	/*.checkout-cart-wrap{
		display: none;
	}*/
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
		
}

@media (max-width: 991px) and (min-width: 768px){
	.product--list--wrapper .col-sm-4:nth-child(3n+1) {
	    clear: left;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.product--list--wrapper .col-md-3:nth-child(4n+1) {
	    clear: left;
	}	
	
}

/* Large Devices, Wide Screens */




/* SEARCH */
.landing-container.search-header {
	background: #fff !important;
}

/* MODAL */
.modal-header h4.modal-title {
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 0;
	text-align: left;
}




.overlay-wrap {
	padding: 70px 120px 100px 70px;
	background-image: linear-gradient(to right, rgba(23, 23, 23, .8), rgba(23, 23, 23, .8)), url(../img/blog-post-img4.jpg) !important;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
}

.overlay-wrap-1 {
	padding: 70px 120px 100px 70px;
	background-image: linear-gradient(to right, rgba(23, 23, 23, .8), rgba(23, 23, 23, .8)), url(../img/blog-post-img5-960x675.jpg) !important;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
}


.overlay-wrap .btn {
	background: #9F831C;
	border: 1px solid #9F831C;
}
.overlay-wrap .row-body {
	margin-bottom: 40px;
}

.thumb-text p {
	font-size: 14px;
	color: #3a3a3a;
}
.thumbnail-wrap {
	padding: 10px 20px 10px 10px;
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom: 17px;
}
.thumb-text p.small-text {
	font-size: 12px;
}
#video-section .slide-1,
#video-section .slide-3 {
	padding-top: 100px;
}

#video-section {
	background-image: linear-gradient(to right, rgba(23, 23, 23, .8), rgba(23, 23, 23, .8)), url(../img/georgians-leading-success-3.jpg) !important;
	background-position: center center;
	background-size: cover;
}




.dashboard-icon svg {
	width: 50px;
	height: auto;
}
.fixed-chat-icon {
	background: #7e211a;
    height: auto;
    position: fixed;
    top: 90%;
    right: 20px;
    z-index: 9999;
    padding: 11px 10px 2px;
    border-radius: 200px;
}
.fixed-chat-icon svg,
.fixed-chat-icon path {
	fill: #fff !important;
}
.fixed-chat-icon polygon {
	fill: #7e211a !important;
}




#three-pillars {
	background-image: linear-gradient(to right, rgba(126, 33, 26, .9), rgba(126, 33, 26, .9)), url(../img/georgians-leading-success-3.jpg) !important;
	background-position: center center;
	background-size: cover;
}
#three-pillars .image-wrap img {
	margin: 0;
}

#three-pillars .blurb-title h4 {
	font-size: 20px;
}

#three-pillars .blurb-title {
	margin-bottom: 50px;
}

#three-pillars .row-sub-header h2 {
	font-size: 28px;
    color: #ffffff!important;
    line-height: 1.4em;
    text-align: center;
}
#three-pillars .row-sub-header {
	margin-bottom: 80px;
}
#three-pillars .row-sub-header-h3 h3 {
	font-size: 22px;
	line-height: 1.8em;
}


/*#page-header.news-events-section {
	background-image: linear-gradient(to right, rgba(126, 33, 26, .9), rgba(126, 33, 26, .9)), url(../img/news-events-header.jpg) !important;
	background-position: center center;
	background-size: cover;
}
#page-header.contact-section {
	background-image: linear-gradient(to right, rgba(126, 33, 26, .9), rgba(126, 33, 26, .9)), url(../img/contact-page-header.jpg) !important;
	background-position: center center;
	background-size: cover;
}*/
.address-wrap, .number-wrap {
	display: flex;
}
#contact-section .dashboard-icon svg {
	width: 20px !important;
}
#contact-section .dashboard-icon {
	margin-top: 5px;
	padding-right: 15px;
	display: block;
}

#contact-section .header-wrap h4 {
	font-size: 18px;
	margin-bottom: 20px;
}


.main-nav-fixed ul.main-menu-nav {
	position: fixed;
    z-index: 1049;
    top: 0;
    right: 0;
    margin-right: 270px;
    margin-top: 42px;
}
.main-nav-fixed ul.main-menu-nav .dashboard-icon {
	margin-top: 5px;
}
.main-nav-fixed ul.main-menu-nav svg {
	width: 18px;
}
.main-nav-fixed ul.main-menu-nav li {
	margin-right: 35px;
	font-size: 14px;
}
.main-nav-fixed ul.main-menu-nav li:last-child {
	margin-right: 0;
}
.main-nav-fixed ul.main-menu-nav svg,
.main-nav-fixed ul.main-menu-nav path {
	fill: #666;
}

.main-menu-nav li.active {
	border-bottom: 3px solid #C5B664;
}




.ms-breadcrumb{
	list-style: none;
	padding: 0;
	margin: 0;
}
.ms-breadcrumb > li{
	display: inline-block;
	/*text-transform: uppercase;*/
	font-size: 12px;
	line-height: 20px;
	/*letter-spacing: 1px;*/
	color: #0050a1;
}
.ms-breadcrumb > li:after{
	content: '|';
	margin: 0 5px;
	color: #999;
	display: inline-block;
}
.ms-breadcrumb > li:last-child:after{
	display: none;
}
.ms-breadcrumb > li > a{
	display: inline-block;
	color: #0050a1;
}

.meta-div{
	font-size: 22px;
	margin: 0 5px;
}



/*
.content-block-section{
	position: relative;
}

.content-block-section .container-fluid{
	padding: 0;
	width: 80%;
	overflow: hidden;
}
*/
.video-block-section{
	min-height: 500px;
}
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}




/* HOVER EFFECTS */

.hover-grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.hover-grid figure {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	/*margin: 10px 1%;*/
	min-width: 320px;
	min-height: 350px;
	max-width: 600px;
	max-height: 360px;
	/*width: 48%;*/
	background: #3085a3;
	text-align: center;
	/*cursor: pointer;*/
}

.hover-grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 140%;
	opacity: 0.8;
}

.hover-grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hover-grid figure figcaption::before,
.hover-grid figure figcaption::after {
	pointer-events: none;
}

.hover-grid figure figcaption,
.hover-grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.hover-grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.hover-grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.hover-grid figure h2 span {
	font-weight: 800;
}

.hover-grid figure h2,
.hover-grid figure p {
	margin: 0;
}

.hover-grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}




/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 120px);
	width: calc(100% + 120px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}
figure.effect-lily:hover img{
	opacity: 0.5;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}






/* TWENTY */

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }







