/*
	Theme Name: MASC Blank
	Theme URI: https://www.centaurmarketing.co/
	Description: MASC Blank WordPress Theme
	Version: 1.0
	Author: Centaur Dev
	Author URI: https://www.centaurmarketing.co/
	Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:100%;
}
body {
	font: 400 16px/1.8 'helveticaregular', Helvetica, Arial, sans-serif;
	color:#69686d;
	padding: 0 15px;
	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	/*color: #69686d;*/
	color: #074472;
	text-decoration:underline;
}
a:hover {
	color:#69686d;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus,
.slick-initialized .slick-slide:focus {
	outline:0;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
.widget-title {
	line-height: 1.3;
	margin: 18px 0 10px;
}

h1 {
	font-size: 32px;
}

h2,
.widget-title {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4, h5, .fz18 {
	font-size: 18px;
}

p,
ul,
.cta-contain {
	/*margin: 12px 0 24px;*/
	margin: 10px 0 16px;
}

.bold,
h1,
h2,
h3,
h4,
h5,
.btn,
input[type="submit"],
b,
strong {
	font-family: 'helveticabold';
}

b, strong {
	font-weight: normal;
}

ul, ol {
	/*padding-left: 17px;*/
	padding-left: 40px;
	line-height: 35px;
}

:first-child,
.mt0 {
	margin-top: 0;
}

:last-child,
.mb0,
.form-group.mb0,
.form-group:not(:last-child).mb0 {
	margin-bottom: 0;
}

input,
select,
textarea {
	background: transparent;
	padding: 11px 15px;
    outline: none;
    border: none;
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: 'helveticaregular';
}

select {
	background: rgba(247, 247, 248, .30);
}

input[type="submit"] {
	background: #fff;
	color: #69686d;
	padding-top: 13px;
	padding-bottom: 13px;
}

::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.fw,
input,
select,
textarea,
.wrapper,
.form-group {
	width: 100%;
}

.wrapper {
	max-width:480px;
}

.posr,
.wrapper,
.form-group,
.box-item {
	position: relative;
}

.posa {
	position: absolute;
}

.posf,
.header {
	position: fixed;
}

.center-elem,
.wrapper {
	margin-left: auto;
	margin-right: auto;
}

.p0-15,
.wrapper {
	padding: 0 15px;
}

.m0 {
	margin: 0;
}

.dn,
.header .btn.dn,
.tab-content .tab-pane {
	display: none;
}

.db,
.wrapper,
.center-elem {
	display: block;
}

table.center-elem,
.dt {
	display: table;
}

.flex,
.tab-content .active {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fd-col {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jc-sb {
	justify-content: space-between;
}

.jc-c {
	justify-content: center;
}

.jc-end {
	justify-content: flex-end;
}

.ai-c {
	-ms-align-items: center;
	align-items: center;
}

.bg-cv,
.cta-contain {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.white,
.page-head a,
.cta-contain,
.sidebar {
	color: #fff;
}

.btn {
	background-color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	position: relative;
	font-weight: 700;
	display: table;
	padding: 11px 15px;
	min-width: 200px;
	margin-left: 6px;
	text-decoration: none;
}
.btn:before,
.btn:after {
	border-color: transparent;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	border-style: solid;
	border-width: 0;
	content: "";
	height: 24px;
	position: absolute;
	width: 24px;
	border-color: #fff;
	z-index: 0;
}
.btn:before {
	border-right-width: 1px;
	border-top-width: 1px;
	right: -5px;
	top: -5px;
}
.btn:after {
	border-bottom-width: 1px;
	border-left-width: 1px;
	bottom: -5px;
	left: -5px;
}

.btn-blue,
.btn-blue input[type="submit"] {
	background-color: #074472;
	color: #fff;
}

.btn-blue:before,
.btn-blue:after,
.widget-transparent .form-group.btn:before,
.widget-transparent .form-group.btn:after,
.widget-transparent .form-group.btn:before,
.widget-transparent .form-group.btn:after,
.widget-transparent .form-group.btn:before,
.widget-transparent .form-group.btn:after {
	border-color: #074472;
}

.btn:hover {
	/*background-color: #c47135;*/
	/*color: #fff;*/
}

.site-map-link,
.btn:hover:before,
.btn:hover:after,
.btn.is-active:before,
.btn.is-active:after {
	height: 100%;
	width: 100%;
}

.btn.is-active:hover:before,
.btn.is-active:hover:after {
	width: 24px;
	height: 24px;
}

.btn-blue:hover {
	color: #fff;
}

.tac,
.btn,
.cta-contain {
	text-align: center;
}

.tar,
.page-head .img-holder {
	text-align: right;
}

.form-group {
	/*z-index: 1;*/
}
.form-group:not(:last-child) {
	margin-bottom: 28px;
}

.form-group.btn {
	background: none;
	padding: 0;
	width: calc(100% - 12px);
	min-width: auto;
}

.form-group.has-error .text-danger {
    position: absolute;
    bottom: -3px;
    left: 0;
    color: #f00;
    font-family: 'helveticaregular';
    font-weight: 400;
    text-align: left;
    line-height: 1;
    font-size: 14px;
    margin-top: 7px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-group.has-error:before, .form-group.has-error:after {
    border-color: #f00;
}

table {
    border: 1px solid #dee2e6;
}

th, td {
    vertical-align: top;
    border: 1px solid #dee2e6;
    padding: 12px;
}

.table-responsive {
	overflow-x: auto;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
	padding: 10px 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	top: 0;
	background: #fff;
	/* -webkit-box-shadow: 0px 0px 3px 0px rgba(3,35,68,0.7); */
	-moz-box-shadow: 0px 0px 3px 0px rgba(3,35,68,0.7);
	/* box-shadow: 0px 0px 3px 0px rgba(3,35,68,0.7); */
}

.header .wrapper {
	/* padding: 0; */
	max-width: 100%;
}
/* logo */
.logo {position: relative;z-index: 999;}
.logo-img {

}
/* nav */
.nav {

}

#menuToggle
{
  display: block;
  /* position: relative; */
  /* top: 50px; */
  /* left: 50px; */
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 54px;
  height: 42px;
  position: absolute;
  /* top: -7px; */
  /* left: -5px; */
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 53px;
  height: 4px;
  margin-bottom: 12px;
  position: relative;
  background: #69686d;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child
{
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  margin-bottom: 0;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  -webkit-transform: rotate(46deg) translate(7px, -7px);
  transform: rotate(46deg) translate(7px, -7px);
  background: #232323;
  background: #69686d;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.1, 0.1);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  -webkit-transform: rotate(-46deg) translate(5px, 9px);
  transform: rotate(-46deg) translate(5px, 9px);
}
#menu
{
  position: absolute;
  top: 76px;
  right: -100%;
  width: 200px;
  width: 280px;
  height: 100vh;
  background: #032344;
  /* text-align: right; */
  margin: 0;
  padding: 0 0 0;
  list-style: none;
}

.ease,
#menu,
#menu li:not(.btn),
#menu li:not(.btn) a {
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#menu:before {
	content: '';
	position: absolute;
	top: 0;
	right: -100%;
	width: 50vw;
	height: 100%;
	z-index: 0;
	display: block;
	background: #032344;
	z-index: 0;
	display: none;
}

#menu li
{
  position: relative;
  z-index: 1;
  font-size: 18px;
}

#menu li.current-menu-item a,
#menu li:not(.btn):hover > a {
	font-weight: 700;
	background: rgba(247, 247, 248, .30);
}

#menu li a,
.header .btn {
	padding: 10px 15px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.header .btn {
	font-size: 16px;
	padding: 0;
	margin-top: 18px;
	margin-left: 20px;
	width: calc(100% - 40px);
	line-height: 1.1;
}

.header .btn,
.gradient,
.nav-item,
.tab-head {
	background: #69686D;

	/*background: rgba(112,112,117,1);
	background: -moz-linear-gradient(45deg, rgba(112,112,117,1) 0%, rgba(106,105,109,1) 15%, rgba(133,133,138,1) 27%, rgba(133,133,138,1) 31%, rgba(112,112,117,1) 40%, rgba(106,105,109,1) 44%, rgba(112,112,117,1) 49%, rgba(133,133,138,1) 58%, rgba(133,133,138,1) 67%, rgba(112,112,117,1) 72%, rgba(106,105,109,1) 75%, rgba(112,112,117,1) 78%, rgba(106,105,109,1) 90%, rgba(112,112,117,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(112,112,117,1)), color-stop(15%, rgba(106,105,109,1)), color-stop(27%, rgba(133,133,138,1)), color-stop(31%, rgba(133,133,138,1)), color-stop(40%, rgba(112,112,117,1)), color-stop(44%, rgba(106,105,109,1)), color-stop(49%, rgba(112,112,117,1)), color-stop(58%, rgba(133,133,138,1)), color-stop(67%, rgba(133,133,138,1)), color-stop(72%, rgba(112,112,117,1)), color-stop(75%, rgba(106,105,109,1)), color-stop(78%, rgba(112,112,117,1)), color-stop(90%, rgba(106,105,109,1)), color-stop(100%, rgba(112,112,117,1)));
	background: -webkit-linear-gradient(45deg, rgba(112,112,117,1) 0%, rgba(106,105,109,1) 15%, rgba(133,133,138,1) 27%, rgba(133,133,138,1) 31%, rgba(112,112,117,1) 40%, rgba(106,105,109,1) 44%, rgba(112,112,117,1) 49%, rgba(133,133,138,1) 58%, rgba(133,133,138,1) 67%, rgba(112,112,117,1) 72%, rgba(106,105,109,1) 75%, rgba(112,112,117,1) 78%, rgba(106,105,109,1) 90%, rgba(112,112,117,1) 100%);
	background: -o-linear-gradient(45deg, rgba(112,112,117,1) 0%, rgba(106,105,109,1) 15%, rgba(133,133,138,1) 27%, rgba(133,133,138,1) 31%, rgba(112,112,117,1) 40%, rgba(106,105,109,1) 44%, rgba(112,112,117,1) 49%, rgba(133,133,138,1) 58%, rgba(133,133,138,1) 67%, rgba(112,112,117,1) 72%, rgba(106,105,109,1) 75%, rgba(112,112,117,1) 78%, rgba(106,105,109,1) 90%, rgba(112,112,117,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(112,112,117,1) 0%, rgba(106,105,109,1) 15%, rgba(133,133,138,1) 27%, rgba(133,133,138,1) 31%, rgba(112,112,117,1) 40%, rgba(106,105,109,1) 44%, rgba(112,112,117,1) 49%, rgba(133,133,138,1) 58%, rgba(133,133,138,1) 67%, rgba(112,112,117,1) 72%, rgba(106,105,109,1) 75%, rgba(112,112,117,1) 78%, rgba(106,105,109,1) 90%, rgba(112,112,117,1) 100%);
	background: linear-gradient(45deg, rgba(112,112,117,1) 0%, rgba(106,105,109,1) 15%, rgba(133,133,138,1) 27%, rgba(133,133,138,1) 31%, rgba(112,112,117,1) 40%, rgba(106,105,109,1) 44%, rgba(112,112,117,1) 49%, rgba(133,133,138,1) 58%, rgba(133,133,138,1) 67%, rgba(112,112,117,1) 72%, rgba(106,105,109,1) 75%, rgba(112,112,117,1) 78%, rgba(106,105,109,1) 90%, rgba(112,112,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707075', endColorstr='#707075', GradientType=1 );*/
}

.header .btn a {
	position: relative;
	z-index: 2;
	padding: 15px !important;
	text-decoration: none;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(247, 247, 248, .30);
}

#menuToggle input:checked ~ ul
{
  right: 0;
}

#menuToggle input:checked ~ ul:before {
	/*right: -100%;*/
	right: -50vw;
}

/*-------Patient-Registration----*/
.patient-icon{
	display: none;
}
.btn-patient a{
	text-decoration: none;
    padding: 0px 5px 0px 5px;
    font-size: 13px;
}

.btn-patient img{
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.patient-button {
    background: #074472;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    display: block;
    padding: 10px;
    z-index: 5;
    width: calc(100% - 30px);
}

.btn-patient {
    background-color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    font-weight: 700;
    display: table;
    padding: 10px 15px;
    text-decoration: none;
    width: 100%;
    color: #074472;
}

.site-map-link, .btn-patient:hover:before, 
.btn-patient:hover:after, 
.btn-patient.is-active:before, 
.btn-patient.is-active:after {
    height: 100%;
    width: 100%;
}

/*------------------------------------*\
    LINE AWESOME
\*------------------------------------*/
.la,
.slick-arrow:before,
.slick-arrow:after {
	font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/*------------------------------------*\
    SLICK STYLE
\*------------------------------------*/
.slick-arrow {
	position: absolute;
	top: 0;
	display: block;
	z-index: 99;
	text-indent: -99999px;
	bottom: 0;
	background: none;
	border: none;
	outline: none;
	width: 48px;
	height: 40px;
	margin: auto;
	padding: 0;
}

.slick-prev {
	left: 15px;
}

.slick-next {
	right: 15px;
}

.slick-arrow:after {
    text-indent: 0;
    left: 0;
    right: 0;
    font-size: 42px;
    color: #69686d;
    height: auto;
    position: absolute;
    top: 0;
}

.slick-prev:after {
	content: "\f111";
}

.slick-next:after {
	content: "\f112";
}

.slick-arrow:hover:after {
	color: #032344;
}


.sprite {
    background-image: url(img/sprite.png);
    background-repeat: no-repeat;
    display: table;
    min-width: 43px;
    height: 43px;
}

/*------------------------------------*\
    GOOGLE RECAPTCHA
\*------------------------------------*/
.google-terms, .google-terms a {
    color: #fff;
}

.grecaptcha-badge { visibility: hidden; }


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'helveticaregular';
    src: url('fonts/helvetica-webfont.eot');
    src: url('fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-webfont.woff2') format('woff2'),
         url('fonts/helvetica-webfont.woff') format('woff'),
         url('fonts/helvetica-webfont.ttf') format('truetype'),
         url('fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helveticabold';
    src: url('fonts/helvetica-bold-webfont.eot');
    src: url('fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('fonts/helvetica-bold-webfont.woff') format('woff'),
         url('fonts/helvetica-bold-webfont.ttf') format('truetype'),
         url('fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:480px) {

	.btn-patient a {
    text-decoration: none;
    padding: 0px 18px 0px 18px;
    font-size: 17px;
	}	

	.fd-row-xxs {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
}

@media only screen and (min-width:640px) {
	.wrapper {
		max-width: 610px;
	}
}

@media only screen and (min-width:768px) {
	
	.wrapper {
		max-width: 738px;
	}

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	.fd-row-sm {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}

	.flex1-sm > div {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}

	.flexSpaceX-sm {
		margin-left: -15px;
		margin-right: -15px;
	}

	.flexSpaceX-sm > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.flexSpaceY-sm {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.flexSpaceY-sm > div {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.order2-sm {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}

	.form-group.form-half {
        width: calc(1/2*100% - (1 - 1/6)*22px);
        margin-bottom: 0;
    }

    .form-group.form-half:last-child {
    	margin-right: 5px;
    }

	.widget-title {
	    font-size: 24px;
	}

	.sidebar {
	    min-width: 295px;
	    max-width: 295px;
	    margin-left: 28px;
	}

	/*PATIENT REGISTRATION*/
	.patient-button {
		display: none;
	}
	.patient-icon{
		display: block;
	}

	.patient-icon {
		z-index: 9;
		position: fixed;
		bottom: 0;
		right: 40px;
		transform: translateY(-50%);
		background-color: #ffffff;
		border-radius: 50%;
		box-shadow: 0px 0px 0px 4px;
		color: rgba(255, 255, 255, 0.20);
		animation: patient-icon 2s infinite;
		/*color: rgba(7, 68, 114, .85);*/
		/*animation: line 4s infinite alternate;*/
        
	}

	.patient-link {
		text-indent: -999999px;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 3;
	}

	.tooltip {
	  position: relative;
	  display: inline-block;
	  padding: 10px;
	}

	.tooltip .tooltiptext {
		visibility: hidden;
		background-color: #fff;
		color: #074472;
		text-align: center;
		padding: 10px 15px;
		position: absolute;
		z-index: 1;
		top: -65px;
		left: -114px;
		font-weight: 700;
		white-space: nowrap;
	}

	.tooltip .tooltiptext::after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  right: 20px;
	  border-width: 8px;
	  border-style: solid;
	  border-color: white transparent transparent transparent;
	}

	.patient-icon:hover .tooltiptext {
	  visibility: visible;
	   animation: none;
	}

	.patient-icon:hover {
  	animation: none;
	}


	@keyframes patient-icon {

		10% {
            transform: translateX(15px);
        }
        10% {
            transform: translateY(-15px);
        }

	  	0% {
	    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
	    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.20);
	  	}
	 	70% {
	    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.0);
	    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.0);
	    }
	  	100% {
	    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.30);
	    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.30);
	  	}
	}

	.btn-icon{
	   display:none;
	}
	

}

@media only screen and (min-width:970px) {
	.wrapper {
		max-width: 940px;
	}

	.dn-md,
	.tab-head,
	.tab-content .active {
		display: none;
	}

	.db-md {
		display: block;
	}

	.flex-md,
	.tab-pane.active {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.fd-row-md {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}

	.flex1-md > div {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}

	.flexSpaceX-md {
		margin-left: -15px;
		margin-right: -15px;
	}

	.flexSpaceX-md > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.flexSpaceY-md {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.flexSpaceY-md > div {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.order2-md {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}

	.ai-c-md {
		-ms-align-items: center;
		align-items: center;
	}
}

@media only screen and (min-width:1170px) {

	.wrapper,
	.header .wrapper {
		max-width: 1170px;
	}

	.dn-lg,
	#menu li.dn-lg,
	#menuToggle input,
	#menuToggle span,
	#menu:before,
	.sub-menu {
		display: none;
	}

	.db-lg,
	.header .btn.db-lg,
	.header .btn a {
		display: block;
	}

	.flex-lg {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.fd-row-lg {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}

	.header {
		/*padding: 28px 0;*/
		/*padding-top: 28px;*/
		/*background-color: transparent;*/
	}

	.logo {
		/*width: 200px;*/
		width: 140px;
	}

	#menu {
		position: relative;
		top: 0;
		right: 0;
		background: transparent;
		width: auto;
		height: auto;
		text-align: left;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	#menu li {
		display: inline-block;
	}

	#menu li a {
		padding: 10px 17px;
		color: #69686d;
	}

	#menu li:not(.btn) {
	    border-bottom: 1px solid #d3d3d3;
	}

	#menu li.current-menu-item:not(.btn), #menu li:hover:not(.btn) {
	    border-color: #074472;
	}

	#menu li.current-menu-item a, #menu li:not(.btn):hover > a {
	    color: #074472;
	    background: none;
	}

	.sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		background: #fff;
		border: 1px solid #d3d3d3;
		/* border-top: 0; */
		min-width: 230px;
	}

	#menu .sub-menu li {
		display: block;
	}

	#menu .sub-menu li {
		border-bottom: none;
	}

	#menu .sub-menu a {
		font-size: 100%;
		line-height: 1.2;
	}

	#menu li:hover .sub-menu {
		display: block;
	}

	.header .btn {
		width: 155px;
		margin: 0;
		/* margin-left: 90px; */
		/*margin-left: 50px;*/
	}

	.header .btn:before,
	.header .btn:after {
		border-color: #69686d;
	}

	.header .btn a {
		color: #fff;
	}


}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    HAS ALERT
\*------------------------------------*/
.has-alert .nav-contain {
    padding-top: 195px;
}

body.has-alert:before, 
body.has-alert:after {
    top: 94px;
}

.has-alert header.header.sticky .nav-contain {
    padding-top: 185px;
}

.alert-contain {
    background: #074472;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 100038;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 10px;
}

.alert-contain:before {
    /* content: ''; */
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% + 36px);
    left: -16px;
    height: 100%;
    z-index: 100010;
    background: #f3f3f3;
}

.alert-contain .wrapper {
    /* background: #f3f3f3 !important; */
    padding-left: 0;
    padding-right: 0;
    z-index: 100010 !important;
}

.alert-contain .btn {
    padding: 11px 15px;
    margin: 10px auto 0;
    min-width: 120px;
    width: auto;
}

.alert-message {
    /*width: calc(100% - 10px);*/
    line-height: 1;
    text-align: center;
    font-size: 14px;
    max-width: 230px;
    margin: 0 auto;
}

.alert-dismiss {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    height: 30px;
    cursor: pointer;
    z-index: 2;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

#the_alert {
    padding: 0;
    margin: 50px 35px;
    overflow: visible;
}

#the_alert .fancybox-close-small {
    width: auto;
    top: -40px;
    color: #fff;
}
#the_alert .fancybox-close-small:after {
    display: none;
}

@media only screen and (min-width: 480px) {
    .alert-message {
        max-width: 100%;
    }

    .alert-contain .btn {
        margin: 0 0 0 15px;
        display: inline-block;
    }

    .has-alert .nav-contain {
        padding-top: 180px;
    }

    .has-alert header.header.sticky .nav-contain {
        padding-top: 160px;
    }
}

@media only screen and (min-width:768px) {
    .has-alert .nav-contain {
        padding-top: 190px;
    }

    .has-alert header.header.sticky .nav-contain {
        padding-top: 175px;
    }
}

@media only screen and (min-width:970px) {
    /*------------------------------------*\
        HAS ALERT
    \*------------------------------------*/
    .alert-message {
        font-size: 16px;
    }
}
@media only screen and (min-width:1140px) {
    /*------------------------------------*\
        HAS ALERT
    \*------------------------------------*/
    .alert-contain:before {
        width: calc(100% + 60px);
        left: -30px;
    }

    .has-alert .nav-contain.sticky .alert-contain {
        display: block;
    }
    .has-alert .nav-contain,
    .has-alert header.header.sticky .nav-contain {
        padding-top: 0;
    }

    .has-alert header.header {
        /* height: 228px; */
        /* transition: none; */
    }
}

/*
font-family: 'helveticaregular';
font-family: 'helveticabold';
*/