@charset 'UTF-8';

/************************

	 CHAD ROBERTS DESIGN

************************/

/************************

	01 - Global

************************/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
    background-color: #74bcc0;
    color: #fff;
}
*:focus { outline: none!important; }

a:hover {text-decoration: none;}

html, body {
    width: 100%;
    height: 100%;
    position: relative;
}
a:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.gray-md {
	color: #a5a99d;
}
a:hover.gray-md,
a:focus.gray-md {
	color: #74bcc0;
}
p a:hover, 
p a:focus {
    color: #74bcc0;
    text-decoration: underline;
}
strong {
	font-weight: normal;
}
.text-muted {
	
}
.text-primary {
	color: #094047;
}
.text-success {
	color: #508388;
}
.text-highlight {
	color: #74bcc0;
}
.text-info {
	color: #002a2f;
}
.text-warning {
	color: #f0ad4e;
}
.bg-primary {
	background-color: #094047;
	color: #fff;
}
.bg-primary p {
	color: #fff;
}
.bg-success {
	background-color: #508388;
	color: #fff;
}
.bg-highlight {
	background-color: #74bcc0;
	color: #fff;
}
.bg-info {
	background-color: #002a2f;
	color: #fff;
}
.inline-block {
	display: inline-block;
}
.row.equal [class*=col-]{
    margin:0 -.3px;
}
.equal {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.equalizer {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post .equal {
	margin-bottom: 10px;
	padding: 0 5px;
}
.post-template-default .equal {
	padding: 0 5px;
}
/* Large Arrow */
.arrow-lg {
	width: 25px;
	height: 13.75px;
	display: inline-block;
	position: relative;
    background: url('../img/chadrobertsdesign-arrows.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 50px;
}
.details:hover .arrow-lg {
	background-position: 100% 0%;
}
.cs-main:hover .arrow-lg {
	background-position: 100% 25%;
}
.cs-main:hover .bg-primary {
    color: #74bcc0;
    background-color: #002a2f;
    border-color: #002a2f;
}
.cs-main:hover .details h2, 
.cs-main:hover .details h5 {
    color: #74bcc0;
}
/* Small Arrow */

.arrow-sm {
	width: 25px;
	height: 13.75px;
	display: block;
	position: relative;
    background: url('../img/chadrobertsdesign-arrows.png');
	background-repeat: no-repeat;
	background-size: 50px;
}
.arrow-sm.inline {
	width: 25px;
	height: 13.75px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
    background: url('../img/chadrobertsdesign-arrows.png');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 100% 75%;
	vertical-align: middle;
}
p .sans a strong:after {
    content: "";
    display: inline-block;
	margin-left: 6px;
	width: 16px;
	height: 8.8px;
    background: url('../img/chadrobertsdesign-arrows.png');
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 100% 75%;
	vertical-align: middle;
}
p .sans a:hover strong:after, 
p a:focus .arrow-sm.inline {
	background-position: 100% 25%;
}
.arrow-sm.right {
	float: left;
	left: -1px;
	background-position: 0% 75%;
}
.arrow-sm.left {
	float: right;
	right: 1px;
	background-position: 100% 100%;
}
.pager li>a:hover .arrow-sm.right,
.pager li>a:active .arrow-sm.right,
.pager li>a:focus .arrow-sm.right {
	background-position: 100% 75%;
}
.pager li>a:hover .arrow-sm.left,
.pager li>a:active .arrow-sm.left,
.pager li>a:focus .arrow-sm.left {
	background-position: 0% 100%;
}
#round-button {
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background: #74bcc0;
    box-shadow: 0;
	position: -webkit-sticky;
    position: sticky;
    bottom: 16px;
    left: -webkit-calc(100% - 61px);
    left: -moz-calc(100% - 61px);
    left: calc(100% -  61px);
	margin-bottom: -22.5px;
    background: url('../img/chadrobertsdesign-arrow.png') #094047;
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: 0% 0%;
}
#round-button:hover {
    background: url('../img/chadrobertsdesign-arrow.png') #002a2f;
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: 100% 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.chevron-up {
	width: 32px;
    margin: 0 auto;
	padding-bottom: 8px;
}

@media (min-width: 768px) {
	.post .equal,
	.post-template-default .equal {
		padding: 0;
	}
	.post .equal {
		margin-top: -5px;
		margin-bottom: 23px;
	}
	.arrow-lg {
		width: 35px;
		height: 19.25px;
		background-size: 70px;
	}
	.arrow-sm {
		width: 25px;
		height: 13.75px;
		background-size: 50px;
	}
	p a .sans strong:after {
		margin-left: 6px;
		width: 16px;
		height: 8.8px;
		background-size: 32px;
	}
	#round-button {
	    display: none;
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    bottom: 24px;
	    left: -webkit-calc(100% - 96px);
	    left: -moz-calc(100% - 96px);
	    left: calc(100% -  96px);
		margin-bottom: -22.5px;
	    background: url('../img/chadrobertsdesign-arrow.png') #094047;
		background-repeat: no-repeat;
		background-size: 45px;
		background-position: 0% 0%;
	}
	#round-button:hover {
	    background: url('../img/chadrobertsdesign-arrow.png') #002a2f;
		background-repeat: no-repeat;
		background-size: 45px;
		background-position: 100% 100%;
	}
}

@media (min-width: 992px) {
	.post .equal {
		margin-top: -7px;
		margin-bottom: 29px;
	}
	.arrow-lg {
		width: 42px;
		height: 23.1px;
		background-size: 84px;
	}
	.arrow-sm {
		width: 29px;
		height: 15.95px;
		background-size: 58px;
	}
	p a .sans strong:after {
		margin-left: 8px;
		width: 21px;
		height: 11.55px;
		background-size: 42px;
	}
	#round-button {
	    display: none;
	    width: 58px;
	    height: 58px;
	    line-height: 58px;
	    bottom: 32px;
	    left: -webkit-calc(100% - 124px);
	    left: -moz-calc(100% - 124px);
	    left: calc(100% -  124px);
		margin-bottom: -29px;
	    background: url('../img/chadrobertsdesign-arrow.png') #094047;
		background-repeat: no-repeat;
		background-size: 58px;
		background-position: 0% 0%;
	}
	#round-button:hover {
	    background: url('../img/chadrobertsdesign-arrow.png') #002a2f;
		background-repeat: no-repeat;
		background-size: 58px;
		background-position: 100% 100%;
	}
}

@media (min-width: 1200px) {
	.post .equal {
		margin-top: -15px;
		margin-bottom: 35px;
	}
	.arrow-lg {
		width: 52px;
		height: 28.6px;
		background-size: 104px;
	}
	.arrow-sm {
		width: 35px;
		height: 19.25px;
		background-size: 70px;
	}
	p a .sans strong:after {
		margin-left: 10px;
		width: 25px;
		height: 13.75px;
		background-size: 50px;
	}
	#round-button {
	    display: none;
	    width: 70px;
	    height: 70px;
	    line-height: 70px;
	    bottom: 40px;
	    left: -webkit-calc(100% - 150px);
	    left: -moz-calc(100% - 150px);
	    left: calc(100% -  150px);
		margin-bottom: -35px;
	    background: url('../img/chadrobertsdesign-arrow.png') #094047;
		background-repeat: no-repeat;
		background-size: 70px;
		background-position: 0% 0%;
	}
	#round-button:hover {
	    background: url('../img/chadrobertsdesign-arrow.png') #002a2f;
		background-repeat: no-repeat;
		background-size: 70px;
		background-position: 100% 100%;
	}
}



hr.single {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #6c7168;
	display:block;
}
.team:last-of-type hr {
	display: none;
}
hr.double {
    height: 5px;
	margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #508388;
    border-bottom: 1px solid #508388;
}
hr.double.project {
    margin-top: 2px;
    margin-bottom: 2px;
}
hr.thick {
    margin-top: 2px;
    margin-bottom: 2px;
	border-bottom: 4px solid #094047;
}
.btn {
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
	text-align: center;
	letter-spacing: 1px;
	font-size: 21px;
    padding: 0.33em 1em 0.33em 1em;
	margin-top: 9.6px;
	white-space: inherit;
	background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	border:0;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #002a2f;
    background-position: 0 -15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-primary:hover {
    color: #74bcc0;
    background-color: #002a2f;
    border-color: #002a2f;
}
.white {
	color: #fff;
}
.colour-bg {
	padding: 15px 20px!important;
}
.top-section, 
.content-section {
    background: #ffffff;
}
.top-section {
	padding-right: 5px;
	padding-left: 5px;
    margin-top: 19px;
    margin-bottom: 10px;
}
.content-section {
	padding-right: 5px;
	padding-left: 5px;
    margin-top: 10px;
	margin-bottom: 10px; 
}
.content-section.cs-main-section {
	padding-right: 15px;
	padding-left: 15px;
}
.home .top-section,
.home .content-section,
.home .featurette-section,
.home .insta-section {
    margin-top: 0px;
	margin-bottom: 0px;
    padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.post-template-default .top-section,
.page-template-highlight-pages .top-section,
.buffer {
	margin-top: 80px;
}

.featurette-section {
    background: #ffffff;
    margin-top: 80px;
}
.jumbotron {
	background-color: #fff;
	margin-top: 65px;
}
.gallery {
	padding-left: 0;
	position: relative;
	max-width: 1500px;
}
.gallery:last-child:not(:first-child), 
.gallery:last-child:not(:first-child) {
	float: right;
}
.no-left {
	padding-left: 0;
	padding-right: 5px !important;
}
.no-right {
	padding-right: 0;
	padding-left: 5px !important;
}
.no-left-cs {
	padding-left: 0;
	padding-right: 0px !important;
}
.no-right-cs {
	padding-right: 0;
	padding-left: 0px !important;
}
.cs-inset {
	margin-top:40px;
	margin-bottom:50px;
}
.work, .links {
	padding: 5px;
}
.over .mask {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view {
    position: relative;
    overflow: hidden;
}
.cs-main .view {
	height: 100%;
}
.mask {
    background-color: rgba(0,42,47,0.6);
    /* background-color: rgba(9,64,71,0.7); */
    /* background-color: rgba(116,188,192,0.95); */
}
.view img, .view video {
    position: relative;
    display: block;
}
.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
.over .mask:hover {
    opacity: 1;
}
.details {
    position: absolute;
    bottom: 0;
    left: 0;
	padding: 0 10px 10px 20px;
}
.details h2 {
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
	font-size: 14px;
}
.details h5 {
	font-size: 8px;
}
.details h2,
.details h5 {
	color: #fff;
}

.title-card {
    display: block;
    background-color: #094047;
	height: 100%;
    /* width: 100%; */
    /* padding: 25px; */
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.title-card:hover {
    background-color: #002a2f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.title-card:hover .details h2,
.title-card:hover .details h5 {
	color: #74bcc0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.title-card:hover .arrow-lg {
	background-position: 100% 25%;
}


.text-link {
    display: block;
    /* background-color: #094047; */
	height: 84px;
    /* width: 100%; */
    /* padding: 25px; */
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.text-link .details {
	padding: 0 45px 15px 50px;
}
.text-link .details h2 {
	color: #508388;
}
.text-link:hover .details h2 {
	color: #094047;
}
.text-link .arrow-lg {
	width: 35px;
	height: 20.26px;
	display: inline-block;
	position: relative;
    background: url('../img/chadrobertsdesign-arrows.png');
	background-repeat: no-repeat;
	background-position: 0% 25%;
	background-size: 70px;
}
.text-link:hover .arrow-lg {
	background-position: 100% 50%;
}


.project-margin {
	margin-bottom: 10px ;
}
.project-margin-inset {
	margin: 6rem auto;
}
.project-category {
	margin: 0 5px;
	display: inline-block;
}
.project-credit {
	margin: 0 5px;
}

.pager {
	margin: 0 0px;
}
.pager li>a, 
.pager li>span,
.project-url {
	font-family:'Century Gothic W01 Bold', "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a5a99d;
    display: inline-block;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}
a.project-url {
	/* margin-left: -48px; */
	margin-top: 15px;
	display: block;
}
.pager .next>a, 
.pager .next>span {
    float: right;
}
.pager li>a:hover,
.pager li>a:active, 
.pager li>a:focus {
    text-decoration: none;
    background-color: #fff;
	color: #002a2f;
}
.previous {
	position: relative;
}
.next {
	position: relative;
}
.werk-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 0px solid lightgrey;
    -moz-column-rule: 0px solid lightgrey;
    column-rule: 0px solid lightgrey;
	margin-top: 20px;
	margin-bottom: 0px;
    -moz-column-fill: auto;
         column-fill: auto;
}
.werk-columns p {
	margin-left: 0;
    padding: 0;
}
.werk-columns p:first-of-type {
    margin-top: 0;
}
.entry-header {
    border-bottom: 1px solid #6c7168;
	padding-bottom: 3px;
}
.entry-content-imgs {
	margin-top: 23px;
}
.three-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 0px solid lightgrey;
    -moz-column-rule: 0px solid lightgrey;
    column-rule: 0px solid lightgrey;
	margin-top: 20px;
	margin-bottom: 0px;
    -moz-column-fill: auto;
         column-fill: auto;
	 }
.testimonial:nth-child(even) .bg {
	background-color: #74bcc0;
}
.testimonial:nth-child(odd) .bg {
	background-color: #508388;
}
.testimonial h4:after {
    content: "";
    display: block;
    margin: 0;
    width: 22.4px;
    padding-top: 15px;
    border-bottom: 2.56px solid #fff;
}
.map {
    margin-top: 40px;
    margin-bottom: 80px;
}
.map iframe {
	height: 345px;
}
@media (min-width: 768px) { 
	hr.single {
	    margin-top: 13px;
	    margin-bottom: 13px;
	}
	hr.double {
	    height: 4px;
		margin-top: 23px;
	    margin-bottom: 0px;
		border-top: 1px solid #508388;
		border-bottom: 1px solid #508388;
	}
	.post hr.double {
	/*	margin-top: 3px; */
	}
	hr.double.project {
	    margin-top: 2px;
	    margin-bottom: 2px;
	}
	hr.thick {
	    margin-top: 2px;
	    margin-bottom: 2px;
		border-bottom: 4px solid #094047;
	}
	.btn {
		font-size: 21px;
		margin-top: 9.6px;
	}
	.jumbotron {
		margin-top: 70px;
	}
	.top-section {
	    margin-top: 25px;
	    margin-bottom: 13px;
		padding-right: 0;
		padding-left: 0;
	}
	.content-section,
	.content-section.cs-main-section {
	    margin-top: 13px;
		margin-bottom: 13px; 
		padding-right: 0;
		padding-left: 0;
	}
	.home .top-section,
	.home .content-section,
	.home .featurette-section,
	.home .insta-section  {
	    margin-top: 0px;
	    padding-top: 17px;
		padding-right: 0;
		padding-left: 0;
	}
	.post-template-default .top-section,
	.page-template-highlight-pages .top-section,
	.buffer {
		margin-top: 90px;
	}
	.featurette-section {
	    margin-top: 90px;
	}
	.colour-bg {
		padding: 20px 55px!important;
	}
	.view,
	.title-card {
		height: 298px;
	}
	.cs-main .view {
		min-height: 298px;
		height: 100%;
	}
	.work, 
	.links {
		padding: 7px;
	}
	.details {
		padding: 0 30px 30px 36px;
	}
	.text-link .details {
		padding: 0 25px 10px 36px;
	}

	.no-left,
	.no-left-cs {
		padding-right: 7px !important;
	}
	.no-right,
	.no-right-cs {
		padding-left: 7px !important;
	}
	.cs-inset {
		margin-top:0px;
		margin-bottom:0px;
	}
	.project-margin {
		margin-bottom: 14px ;
	}
	.project-margin-inset {
		margin: 8rem auto;
	}
	.pager {
		margin: 0 0;
	}
	.pager li>a, 
	.pager li>span,
	.project-url {
		font-size: 13px;
	}
	a.project-url {
		/* margin-left: -48px; */
		margin-top: 18px;
		display: block;
	}
	.previous {
		position: relative;
	}
	.next {
		position: relative;
	}
	.werk-columns {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 34px;
	    -moz-column-gap: 34px;
	    column-gap: 34px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.entry-header {
		padding-bottom: 3px;
	}
	.entry-content-imgs {
		margin-top: 0px;
	}
	.three-columns {
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	    -webkit-column-gap: 34px;
	    -moz-column-gap: 34px;
	    column-gap: 34px;
		margin-top: 16px;
	}
	.testimonial h4:after {
	    content: "";
	    display: block;
	    margin: 0;
	    width: 22.4px;
	    padding-top: 15px;
	    border-bottom: 2.56px solid #fff;
	}
	.map {
	    margin-top: 30px;
	    margin-bottom: 60px;
	}
	.map iframe {
		height: 382px;
	}
	.work {
		height: auto !important;
	}
}

@media (min-width: 992px) { 
	hr.single {
	    margin-top: 16px;
	    margin-bottom: 16px;		
	}
	hr.double {
	    height: 5px;
		margin-top: 29px;
	    margin-bottom: 0px;
		border-top: 2px solid #508388;
		border-bottom: 2px solid #508388;
	}
	.post hr.double {
	/*	margin-top: 4px; */
	}
	hr.double.project {
	    margin-top: 3px;
	    margin-bottom: 3px;
	}
	hr.thick {
	    margin-top: 3px;
	    margin-bottom: 3px;
		border-bottom: 6px solid #094047;
	}
	.btn {
		font-size: 27px;
		margin-top: 12px;
	}
	.jumbotron {
		margin-top: 80px;
	}
	.top-section {
	    margin-top: 33px;
	    margin-bottom: 16px;
	}
	.content-section {
	    margin-top: 16px;
		margin-bottom: 16px; 
	}
	.home .top-section,
	.home .content-section,
	.home .featurette-section,
	.home .insta-section  {
	    margin-top: 0px;
	    padding-top: 21px;
	}
	.post-template-default .top-section,
	.page-template-highlight-pages .top-section,
	.featurette-section,
	.buffer {
	    margin-top: 110px;
	}
	.colour-bg {
		padding: 25px 70px!important;
	}
	.no-left,
	.no-left-cs {
		padding-left: 0;
		padding-right: 10px !important;
	}
	.no-right,
	.no-right-cs {
		padding-right: 0;
		padding-left: 10px !important;
	}
	.view,
	.title-card {
		height: 384px;
	}
	.work, .links {
		padding: 10px;
	}
	.details {
		padding: 0 35px 40px 45px;
	}
	.text-link {
	    height: 118px;
	}
	.text-link .details {
		padding: 0 35px 15px 45px;
	}
	.text-link .arrow-lg {
		width: 42px;
		height: 24.32px;
		background-size: 84px;
	}
	.project-margin {
		margin-bottom: 20px ;
	}
	.project-margin-inset {
		margin: 10rem auto;
	}
	.pager li>a, 
	.pager li>span,
	.project-url {
		font-size: 17px;
	}
	a.project-url {
		/* margin-left: -48px; */
		margin-top: 23px;
		display: block;
	}
	.werk-columns {
	    -webkit-column-gap: 40px;
	    -moz-column-gap: 40px;
	    column-gap: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.entry-header {
		padding-bottom: 3px;
	}
	.entry-content-imgs {
		margin-top: 0px;
	}
	.three-columns {
	    -webkit-column-gap: 40px;
	    -moz-column-gap: 40px;
	    column-gap: 40px;
		margin-top: 20px;
	}
	.testimonial h4:after {
	    content: "";
	    display: block;
	    margin: 0;
	    width: 29px;
	    padding-top: 19px;
	    border-bottom: 3.32px solid #fff;
	}
	.map {
	    margin-top: 36px;
	    margin-bottom: 72px;
	}
	.map iframe {
		height: 500px;
	}
}

@media (min-width: 1200px) { 
	hr.single {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	hr.double {
		margin-top: 35px;
	    margin-bottom: 0px;
	}
	.post hr.double {
	/*	margin-top: 5px; */
	}
	hr.double.project {
	    margin-top: 4px;
	    margin-bottom: 4px;
	}
	hr.thick {
	    margin-top: 4px;
	    margin-bottom: 4px;
		border-bottom: 8px solid #094047;
	}
	.btn {
		font-size: 33px;
		margin-top: 15px;
	}
	.jumbotron {
		margin-top: 84px;
	}
	.home .top-section,
	.home .content-section,
	.home .featurette-section,
	.home .insta-section  {
	    margin-top: 0px;
	    padding-top: 25px;
	}
	.top-section {
	    margin-top: 40px;
	    margin-bottom: 20px;
	}
	.content-section {
	    margin-top: 20px;
		margin-bottom: 20px; 
	}
	.colour-bg {
		padding: 30px 85px!important;
	}
	.view,
	.title-card {
		height: 468px;
	}
	.details {
		padding: 0 45px 45px 50px;
	}
	.text-link {
	    height: 135px;
	}
	.text-link .details {
		padding: 0 45px 20px 50px;
	}
	.text-link .arrow-lg {
		width: 52px;
		height: 30.11px;
		background-size: 104px;
	}
	.project-margin-inset {
		margin: 12rem auto;
	}
	.pager li>a, 
	.pager li>span,
	.project-url {
		font-size: 20px;
	}
	.werk-columns {
	    -webkit-column-gap: 46px;
	    -moz-column-gap: 46px;
	    column-gap: 46px;
		margin-bottom: 30px;
	}
	.entry-header {
		padding-bottom: 4px;
	}
	.entry-content-imgs {
		margin-top: 0px;
	}
	.three-columns {
	    -webkit-column-gap: 46px;
	    -moz-column-gap: 46px;
	    column-gap: 46px;
	}
	.testimonial h4:after {
	    content: "";
	    display: block;
	    margin: 0;
	    width: 35px;
	    padding-top: 25px;
	    border-bottom: 4px solid #fff;
	}
	.map {
	    margin-top: 40px;
	    margin-bottom: 80px;
	}
	.map iframe {
		height: 606px;
	}
}

/************************

	Typography

************************/

h1, h2, h3, h4, h5, h6 {
	line-height: ;
}
h1, h2, h3 {
	letter-spacing: 0.01em;
}
h1 {
	font-size: 27px;
	text-align: center;
}
h2 {
	font-size: 25px;
}
.team h2 {
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
}
h3 {
	font-family:'Masqualero W01 Light',Georgia, serif;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.testimonial h3 {
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
	line-height: 1.25;
}
h4  {
	font-family:'Century Gothic W01 Regular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a5a99d;
}
.testimonial h4 {
	line-height: 1.25;
}
h4 strong,
.accreditations {
	font-family:'Century Gothic W01 Bold', "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h4.small strong,
.accreditations {
	font-size: 8px;
	line-height: 1.25;
}
.accreditations {
	color: #094047;
}
h4.cs-p-title {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 24px;
	color: #6c7168;
}
h4.cs-p-subtitle {
	font-size: 14px;
	margin-bottom: 0;
	color: #74bcc0;
}
.full h4.cs-p-subtitle {
	margin-top: 20px;
}
h5 {
	font-family:'Century Gothic W01 Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.01em;
}
h5 strong {
	font-family:'Century Gothic W01 Bold', "Arial Black", Gadget, sans-serif;
	letter-spacing: 0.1em;
}
h6 {
	font-family:'Tabular W01 Light',"Lucida Console", Monaco, monospace;
	font-size: 8px;
	letter-spacing: 0em;
	color: #a5a99d;
}
h6.small,
h6 .small {
	font-size: 7px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
    margin-bottom: 7.5px;
}
h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
}
.entry-header h1 {
	margin-bottom: 2px;
}
.entry-header h4 {
	margin-top: 2px;
}
.details h2 {
    margin-top: 10px;
    margin-bottom: 2px;
}
.details h5 {
    margin-top: 2px;
    margin-bottom: 4px;
}
p {
	font-family:'Masqualero W01 Light',Georgia, serif;
	font-size: 15px;
    margin-block-start: 0;
    margin-block-end: 0;
	line-height: 1.5;
	margin-bottom: 6px;
    margin-top: 6px;
    color: #6c7168;
    padding: 0;
}
p:first-of-type {
    margin-top: 13px;
}
p:last-of-type {
	margin-bottom: 15px;
}
p em {
	font-family:'Masqualero W01 Light Italic',Georgia, serif;
	font-style: normal;
	font-weight: normal;
}
p strong {
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
	font-style: normal;
	font-weight: normal;
}
p strong em {
	font-family: ;
}
p.small,
p .small {
	line-height: 1.2;
	display:block;
}
p:last-of-type.small,
p:last-of-type .small {
	margin-top:25px;
}
p.small em,
p .small em {
	line-height: 1.1;
	display:block;
	padding-top:2px;
}
p .sans strong {
	font-family:'Century Gothic W01 Bold', "Arial Black", Gadget, sans-serif;
	font-size: 8px;
}
p .sans a {
	color: #094047;
}
p .sans a:hover, 
p .sans a:focus {
	color: #74bcc0;
	text-decoration: none;
}
.entry-content p,
.panel p,
.sans p {
	font-family:'Century Gothic W01 Regular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 1.8;
}
.panel p,
.sans p {
	padding: 0;
	text-align: justify;
}
.panel p:first-of-type,
.sans p:first-of-type {
    margin-top: 0;
}
.sans p.lead,
.sans p .lead {
    font-size: 14px;
	line-height: 1.78;
}
.entry-content p:last-of-type {
	padding-bottom: 0;
}
.entry-content p a {
	color: #74bcc0;
}
.entry-content p a:hover,
.entry-content p a:focus {
	color: #002a2f;
}
.single-project p,
.highlight p {
	font-size: 13px;
	text-align: justify;
}
.testimonial p {
	color: #fff;
	padding: 0;
	text-align: justify;
}
.testimonial p:first-of-type {
    margin-top: 0px;
}
.fa-3x {
	font-size: 27px !important;
}
.alternate h2 {
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
	letter-spacing: 0.02em;
	color: ;
	font-size: 20px;
	line-height: 1.1;
	margin-top: 0;
}
.alternate a {
	color: #a5a99d;
}
.alternate a:hover {
	color: #74bcc0;
}
.alternate h4 {
	color: #002a2f;
	margin-bottom: 3.2px;
}
.page-template-case-study-pages .sans p:first-of-type {
	margin-bottom: 0;
}


@media (min-width: 768px) {
	h1, h2, h3 {
		letter-spacing: 0.02em;
	}
	h1 {
		font-size: 27px;
	}
	h2,
	.details h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 19px;
	}
	h4 {
		font-size: 11px;
	}
	h4.small strong,
	.accreditations {
		font-size: 8px;
	}
	h4.cs-p-title {
		font-size: 15px;
		margin-bottom: 0;
		margin-top: 24px;
		color: #6c7168;
	}
	h4.cs-p-subtitle {
		font-size: 14px;
		margin-bottom: 0;
		color: #74bcc0;
	}
	.full h4.cs-p-subtitle {
		margin-top: 20px;
	}
	h5,
	.details h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 9px;
	}
	h6.small,
	h6 .small {
		font-size: 8px;
	}
	p {
		font-size: 16px;
		margin-bottom: 7px;
	    margin-top: 7px;
	    padding: 0 20px;
	}
	p:first-of-type {
	    margin-top: 13px;
	}
	p:last-of-type {
		margin-bottom: 15px;
	}
	.team .sans p:last-of-type {
		margin-bottom: 8px;
	}
	.testimonial p:first-of-type {
		margin-top: 0px;
	}
	.testimonial p:last-of-type {
		margin-bottom: 13px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
	    margin-top: 12px;
	    margin-bottom: 6px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.entry-header h1 {
		margin-bottom: 3px;
	}
	.entry-header h4 {
		margin-top: 3px;
	}
	.details h2 {
	    margin-top: 12px;
	    margin-bottom: 3px;
	}
	.details h5 {
	    margin-top: 3px;
	    margin-bottom: 10px;
	}
	.entry-content p,
	.panel p,
	.sans p {
		font-family:'Century Gothic W01 Regular', Arial, Helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 0.01em;
	}
	.sans p.lead,
	.sans p .lead {
	    font-size: 14px;
		line-height: 1.78;
	}
	.entry-content p:last-of-type {
		padding-bottom: 17px;
	}
	.single-project p,
	.highlight p {
		font-size: 14px;
	}
	.fa-3x {
		font-size: 27px !important;
	}
	.alternate h2 {
		font-size: 21px;
		letter-spacing:0.03em;
	}
	.alternate h4 {
		margin-bottom: 3.2px;
	}
	p .sans strong {
		font-size: 9px;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 35px;
	}
	h2,
	.details h2 {
		font-size: 33px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 14px;
	}
	h4.small strong,
	.accreditations {
		font-size: 10px;
	}
	h4.cs-p-title {
		font-size: 19px;
		margin-bottom: 0;
		margin-top: 30px;
		color: #6c7168;
	}
	h4.cs-p-subtitle {
		font-size: 17px;
		margin-bottom: 0;
		color: #74bcc0;
	}
	.full h4.cs-p-subtitle {
		margin-top: 25px;
	}
	h5,
	.details h5 {
		font-size: 17px;
	}
	h6 {
		font-size: 11px;
	}
	h6.small,
	h6 .small {
		font-size: 9px;
	}
	p {
		font-size: 20px;
		margin-bottom: 9px;
	    margin-top: 9px;
	    padding: 0 30px;
	}
	p:first-of-type {
	    margin-top: 19px;
	}
	p:last-of-type {
		margin-bottom: 24px;
	}
	.team .sans p:last-of-type {
		margin-bottom: 10px;
	}
	.testimonial p:first-of-type {
		margin-top: 0px;
	}
	.testimonial p:last-of-type {
		margin-bottom: 16px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
	    margin-top: 16px;
	    margin-bottom: 8px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
	    margin-top: 7px;
	    margin-bottom: 7px;
	}
	.entry-header h1 {
		margin-bottom: 4px;
	}
	.entry-header h4 {
		margin-top: 4px;
	}
	.details h2 {
	    margin-top: 16px;
	    margin-bottom: 4px;
	}
	.details h5 {
	    margin-top: 4px;
	    margin-bottom: 12px;
	}
	.entry-content p,
	.panel p,
	.sans p {
		font-size: 14px;
	}
	.sans p.lead,
	.sans p .lead {
	    font-size: 18px;
		line-height: 1.78;
	}
	.entry-content p:last-of-type {
		padding-bottom: 18px;
	}
	.single-project p,
	.highlight p {
		font-size: 17px;
	}
	.fa-3x {
		font-size: 35px !important;
	}
	.alternate h2 {
		font-size: 27px;
	}
	.alternate h4 {
		margin-bottom: 4.15px;
	}
	p .sans strong {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 42px;
	}
	h2,
	.details h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 29px;
	}
	h4 {
		font-size: 17px;
	}
	h4.small strong,
	.accreditations {
		font-size: 12px;
	}
	h4.cs-p-title {
		font-size: 23px;
		margin-top: 36px;
	}
	h4.cs-p-subtitle {
		font-size: 20.4px;
	}
	.full h4.cs-p-subtitle {
		margin-top: 30px;
	}
	h5,
	.details h5 {
		font-size: 21px;
	}
	h6 {
		font-size: 13px;
	}
	h6.small,
	h6 .small {
		font-size: 11px;
	}
	p {
		font-size: 24px;
		margin-bottom: 12px;
	    margin-top: 12px;
	    padding: 0 40px;
	}
	p:first-of-type {
	    margin-top: 26px;
	}
	p:last-of-type {
		margin-bottom: 30px;
	}
	.team .sans p:last-of-type {
		margin-bottom: 12px;
	}
	.testimonial p:first-of-type {
		margin-top: 0px;
	}
	.testimonial p:last-of-type {
		margin-bottom: 20px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
	    margin-top: 19px;
	    margin-bottom: 9.5px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
	    margin-top: 9px;
	    margin-bottom: 9px;
	}
	.entry-header h1 {
		margin-bottom: 5px;
	}
	.entry-header h4 {
		margin-top: 5px;
	}
	.details h2 {
	    margin-top: 19px;
	    margin-bottom: 5px;
	}
	.details h5 {
	    margin-top: 5px;
	    margin-bottom: 14px;
	}
	.entry-content p,
	.panel p,
	.sans p {
		font-size: 17px;
	}
	.sans p.lead,
	.sans p .lead {
	    font-size: 20px;
		line-height: 1.78;
	}
	.entry-content p:last-of-type {
		padding-bottom: 20px;
	}
	.single-project p,
	.highlight p {
		font-size: 21px;
	}
	.fa-3x {
		font-size: 42px !important;
	}
	.alternate h2 {
		font-size: 33px;
	}
	.alternate h4 {
		margin-bottom: 5px;
	}
	p .sans strong {
		font-size: 14px;
	}
	
}

/************************

	Form

************************/

.form {
	background-color: #f3f2f1;
	padding: 15px;
}
.form hr.single {
	margin-top:0;
	margin-bottom:0;
}
.form hr.double {
	margin-top: 16px;
}
.form h3 {
	font-family:'Masqualero W01 Regular',Georgia, serif;
	margin-top:0;
	margin-bottom: 2px;
}

.with_frm_style {
    --form-width: 100%;
    --form-align: left;
    --direction: ltr;
    --fieldset: 0px;
    --fieldset-color: #000000;
    --fieldset-padding: 0 0 0 0;
    --fieldset-bg-color: transparent;
    --title-size: 40px;
    --title-color: #6c7168;
    --title-margin-top: 10px;
    --title-margin-bottom: 60px;
    --form-desc-size: 9px;
    --form-desc-color: #6c7168;
    --form-desc-margin-top: 10px;
    --form-desc-margin-bottom: 25px;
    --font:'Century Gothic W01 Regular', Arial, Helvetica, sans-serif;
    --font-size: 11px;
    --label-color: #6c7168;
    --weight: normal;
    --position: none;
    --align: left;
    --width: 150px;
    --required-color: #6c7168;
    --required-weight: bold;
    --label-padding: 0 0 3px 0;
    --description-font-size: 12px;
    --description-color: #6c7168;
    --description-weight: normal;
    --description-style: normal;
    --description-align: left;
    --description-margin: 0;
    --field-font-size: 17px;
    --field-height: 30px;
    --line-height: 32px;
    --field-width: 100%;
    --auto-width: 100%;
    --field-pad: 6px 10px;
    --field-margin: 20px;
    --field-weight: normal;
    --text-color: #a5a99d;
    --border-color: #002a2f;
    --field-border-width: 0px;
    --field-border-style: solid;
    --field-border-bottom-width: 4px;
    --bg-color: #ffffff;
    --bg-color-active: #ffffff;
    --border-color-active: #66afe9;
    --text-color-error: #444444;
    --bg-color-error: #ffffff;
    --border-color-error: #B94A48;
    --border-width-error: 1px;
    --border-style-error: solid;
    --bg-color-disabled: #ffffff;
    --border-color-disabled: #E5E5E5;
    --text-color-disabled: #A1A1A1;
    --radio-align: block;
    --check-align: block;
    --check-font-size: 13px;
    --check-label-color: #444444;
    --check-weight: normal;
    --section-font-size: 18px;
    --section-color: #444444;
    --section-weight: bold;
    --section-pad: 15px 0 3px 0;
    --section-mar-top: 15px;
    --section-mar-bottom: 30px;
    --section-bg-color: transparent;
    --section-border-color: #e8e8e8;
    --section-border-width: 2px;
    --section-border-style: solid;
    --section-border-loc: -top;
    --collapse-pos: after;
    --submit-font-size: 15px;
    --submit-width: auto;
    --submit-height: auto;
    --submit-bg-color: #579AF6;
    --submit-border-color: #579AF6;
    --submit-border-width: 1px;
    --submit-text-color: #ffffff;
    --submit-weight: normal;
    --submit-border-radius: 0px;
    --submit-margin: 10px;
    --submit-padding: 10px 20px;
    --submit-shadow-color: #eeeeee;
    --submit-hover-bg-color: #efefef;
    --submit-hover-color: #444444;
    --submit-hover-border-color: #cccccc;
    --submit-active-bg-color: #efefef;
    --submit-active-color: #444444;
    --submit-active-border-color: #cccccc;
    --border-radius: 0px;
    --error-bg: #F2DEDE;
    --error-border: #EBCCD1;
    --error-text: #B94A48;
    --error-font-size: 14px;
    --success-bg-color: transparent;
    --success-border-color: #D6E9C6;
    --success-text-color: #6c7168;
    --success-font-size: 14px;
    --progress-bg-color: #eaeaea;
    --progress-active-color: #ffffff;
    --progress-active-bg-color: #579AF6;
    --progress-color: #3f4b5b;
    --progress-border-color: #E5E5E5;
    --progress-border-size: 2px;
    --progress-size: 30px;
    --box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: -internal-light-dark(#a5a99d, white) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #a5a99d !important;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_medium {
	grid-template-columns: 82px auto;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_ext {
    grid-template-columns: 38px auto;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_large{
    grid-template-columns: 185px auto;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_xlarge {
    grid-template-columns: 212px auto;
}
.frm_form_field.frm_left_container .frm_primary_label {
	padding-top: 7px;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 12px;
}
.frm_style_formidable-style.with_frm_style p.description, 
.frm_style_formidable-style.with_frm_style div.description, 
.frm_style_formidable-style.with_frm_style div.frm_description, 
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, 
.frm_style_formidable-style.with_frm_style .frm_error {
	font-family:'Century Gothic W01 Bold', "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, 
.frm_style_formidable-style.with_frm_style select:focus, 
.frm_style_formidable-style.with_frm_style textarea:focus, 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], 
.frm_form_fields_active_style, 
.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, 
.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, 
.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    background-color: #ffffff;
    border-color: #74bcc0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102,175,233, 0.6);
}
.with_frm_style input[type=text], 
.with_frm_style input[type=password], 
.with_frm_style input[type=email], 
.with_frm_style input[type=number], 
.with_frm_style input[type=url], 
.with_frm_style input[type=tel], 
.with_frm_style input[type=file], 
.with_frm_style input[type=search], 
.with_frm_style select, 
.with_frm_style .frm-card-element.StripeElement {
	border-bottom: 2px solid #002a2f;
}
.with_frm_style input[type=text], 
.with_frm_style input[type=password], 
.with_frm_style input[type=email], 
.with_frm_style input[type=number], 
.with_frm_style input[type=url], 
.with_frm_style input[type=tel], 
.with_frm_style input[type=phone], 
.with_frm_style input[type=search], 
.with_frm_style select, 
.with_frm_style textarea, 
.frm_form_fields_style, 
.with_frm_style .frm_scroll_box .frm_opt_container, 
.frm_form_fields_active_style, 
.frm_form_fields_error_style, 
.with_frm_style .frm-card-element.StripeElement, 
.with_frm_style .chosen-container-multi .chosen-choices, 
.with_frm_style .chosen-container-single .chosen-single {
    color: #a5a99d;
    background-color: #ffffff;
	border-color: #002a2f;
	border-width: 0px;
	border-style: solid;
	border-bottom-width: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    font-size: 11px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
}
.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
	font-size: 8px;
}
.with_frm_style textarea {
	margin-top: 5px;
}
.frm_form_field .frm_checkbox, 
.frm_form_field .frm_checkbox + .frm_checkbox, 
.frm_form_field .frm_radio, 
.frm_form_field .frm_radio + .frm_radio {
	text-align: center;
}
.frm_form_field.frm_two_col .frm_checkbox .checked, 
.frm_form_field.frm_three_col .frm_checkbox .checked,
.frm_form_field.frm_four_col .frm_checkbox .checked {
    background-color: #fff;
}

.with_frm_style .frm_checkbox label {
	font-family:'Century Gothic W01 Regular',Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #b3b3b3;
    font-weight: normal;
	display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-bottom: 2px #002a2f solid;
	margin-bottom: 5px;
	margin-top: 5px;
}
.with_frm_style .frm_checkbox label:hover {
    background-color: #fff;
	cursor: pointer;
}
.with_frm_style .frm_checkbox label .checked  {
	font-family:'Century Gothic W01 Bold',Arial, Helvetica, sans-serif !important;
    font-size: 9px;
	color: #002a2f !important;
    font-weight: normal;
    background-color: #fff;
}
.checked {
	font-family:'Century Gothic W01 Bold',Arial, Helvetica, sans-serif !important;
	color: #002a2f !important;
}
div .hideinput input[type="checkbox"] {
    display: none;
}
div .hideinput input[type="radio"] {
    display: none;
}
.horizontal_radio .frm_checkbox {
    margin-right: 0px;
}
.with_frm_style .frm_radio input[type="radio"], 
.with_frm_style .frm_checkbox input[type="checkbox"] {
    display:none;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.frm_style_formidable-style.with_frm_style .frm_submit button, 
.frm_form_submit_style, 
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    width: auto;
    font-family:  'Masqualero W01 DemiBold',Arial, Helvetica, sans-serif;
	font-size: 21px;
    letter-spacing: 1px;
    height: auto;
	line-height: 1.4;
    text-align: center;
    background: #094047;
    border-width: 0px;
    border-color: #094047;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    padding: 0.33em 1em 0.33em 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow:  0 0 0 #eeeeee;
    -webkit-box-shadow:  0 0 0 #eeeeee;
    box-shadow: 0 0 0 #eeeeee;
    margin: 10px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    white-space: inherit;

}
.with_frm_style .frm_message p {
	font-family:'Masqualero W01 Regular',Georgia, serif;
	margin-top: 0;
    margin-bottom: 0;
    color: #6c7168;
    color: var(--success-text-color);
	text-align: center;
}
.with_frm_style .frm_message p .sans strong {
	text-transform: uppercase;
	display: block;
    margin-top: 15px;
    margin-bottom: 20px;
}
.with_frm_style .frm_message, .frm_success_style {
    margin: 0;
	padding: 0;
    border: 0px solid #D6E9C6;
    border-color: var(--success-border-color);
    background-color: transparent;
    background-color: var(--success-bg-color);
    color: #6c7168;
    color: var(--success-text-color);
    border-radius: 0px;
    border-radius: var(--border-radius);
    font-size: 9px;
    font-size: var(--success-font-size);
}
.frm_style_formidable-style.with_frm_style .frm_error_style {
    background-color: #F2DEDE;
    border: 0px solid #EBCCD1;
    border-radius: 0px;
    color: #B94A48;
    font-size: 9px;
    margin: 0;
    margin-bottom: 20px;
}
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, 
.frm_style_formidable-style.with_frm_style input[type=submit]:hover, 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, 
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:active, 
.frm_style_formidable-style.with_frm_style input[type=submit]:active, 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active, 
.frm_style_formidable-style.with_frm_style .frm_submit button:active {
    background: #002a2f;
    border-color: #002a2f;
    color: #74bcc0;
}
.with_frm_style .frm_submit {
    text-align: center;
}
.frm_intro {
	margin-bottom: 20px;
}
@media (min-width: 768px) { 
	.form {
		padding: 30px;
	}
	.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.frm_style_formidable-style.with_frm_style input[type=submit], 
	.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
	.frm_style_formidable-style.with_frm_style .frm_submit button, 
	.frm_form_submit_style, 
	.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
		font-size: 21px;
	}
	
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_medium {
		grid-template-columns: 55px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_ext {
	    grid-template-columns: 26px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container {
	    grid-template-columns: 101px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_large{
	    grid-template-columns: 122px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_xlarge {
	    grid-template-columns: 140px auto;
	}
	.frm_form_field.frm_left_container .frm_primary_label {
		padding-top: 4.48px;
	}
	.frm_style_formidable-style.with_frm_style .form-field {
	    margin-bottom: 12px;
	}
	.with_frm_style {
	    --form-desc-size: 9px;
	    --font-size: 11px;
		--field-height: 25.6px;
	}
	.with_frm_style input[type=text], 
	.with_frm_style input[type=password], 
	.with_frm_style input[type=email], 
	.with_frm_style input[type=number], 
	.with_frm_style input[type=url], 
	.with_frm_style input[type=tel], 
	.with_frm_style input[type=phone], 
	.with_frm_style input[type=search], 
	.with_frm_style select, 
	.with_frm_style textarea, 
	.frm_form_fields_style, 
	.with_frm_style .frm_scroll_box .frm_opt_container, 
	.frm_form_fields_active_style, 
	.frm_form_fields_error_style, 
	.with_frm_style .frm-card-element.StripeElement, 
	.with_frm_style .chosen-container-multi .chosen-choices, 
	.with_frm_style .chosen-container-single .chosen-single {
		font-size: 11px;
		border-bottom-width: 2px;
	}
	.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
		font-size: 8px;
	}
	.with_frm_style .frm_checkbox label {
	    padding: 6.4px;
	    border-bottom: 2px #002a2f solid;
		margin-bottom: 3px;
		margin-top: 3px;
	}
	.with_frm_style .frm_checkbox label,
	.with_frm_style .frm_checkbox label .checked,
	.with_frm_style .frm_message, .frm_success_style,
	.frm_style_formidable-style.with_frm_style .frm_error_style {
	    font-size: 9px;
		
	}
	.with_frm_style .frm_message p .sans strong {
	    margin-top: 10px;
	    margin-bottom: 13px;
	}
	
	
	.frm_intro {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) { 
	.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.frm_style_formidable-style.with_frm_style input[type=submit], 
	.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
	.frm_style_formidable-style.with_frm_style .frm_submit button, 
	.frm_form_submit_style, 
	.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
		font-size: 27px;
	}
	
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_medium {
		grid-template-columns: 68.06px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_ext {
	    grid-template-columns: 31.54px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container {
	    grid-template-columns: 126px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_large{
	    grid-template-columns: 154px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_xlarge {
	    grid-template-columns: 176px auto;
	}
	.frm_form_field.frm_left_container .frm_primary_label {
		padding-top: 5.81px;
	}
	.frm_style_formidable-style.with_frm_style .form-field {
	    margin-bottom: 16.6px;
	}
	.with_frm_style {
	    --form-desc-size: 12px;
	    --font-size: 14px;
		--field-height: 33.2px;
	}
	.with_frm_style input[type=text], 
	.with_frm_style input[type=password], 
	.with_frm_style input[type=email], 
	.with_frm_style input[type=number], 
	.with_frm_style input[type=url], 
	.with_frm_style input[type=tel], 
	.with_frm_style input[type=phone], 
	.with_frm_style input[type=search], 
	.with_frm_style select, 
	.with_frm_style textarea, 
	.frm_form_fields_style, 
	.with_frm_style .frm_scroll_box .frm_opt_container, 
	.frm_form_fields_active_style, 
	.frm_form_fields_error_style, 
	.with_frm_style .frm-card-element.StripeElement, 
	.with_frm_style .chosen-container-multi .chosen-choices, 
	.with_frm_style .chosen-container-single .chosen-single {
		font-size: 14px;
		border-bottom-width: 3px;
	}
	.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
		font-size: 10px;
	}
	.with_frm_style .frm_checkbox label {
	    padding: 8.3px;
	    border-bottom: 3px #002a2f solid;
		margin-bottom: 4px;
		margin-top: 4px;
	}
	.with_frm_style .frm_checkbox label,
	.with_frm_style .frm_checkbox label .checked,
	.with_frm_style .frm_message, .frm_success_style,
	.frm_style_formidable-style.with_frm_style .frm_error_style {
	    font-size: 12px;
		
	}
	.with_frm_style .frm_message p .sans strong {
	    margin-top: 12.45px;
	    margin-bottom: 16.6px;
	}
	
	.frm_intro {
		margin-bottom: 25px;
	}
}

@media (min-width: 1200px) { 
	.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.frm_style_formidable-style.with_frm_style input[type=submit], 
	.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
	.frm_style_formidable-style.with_frm_style .frm_submit button, 
	.frm_form_submit_style, 
	.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
		font-size: 33px;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_medium {
		grid-template-columns: 82px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_ext {
	    grid-template-columns: 38px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container {
	    grid-template-columns: 150px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_large{
	    grid-template-columns: 185px auto;
	}
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container.frm_xlarge {
	    grid-template-columns: 212px auto;
	}
	.frm_form_field.frm_left_container .frm_primary_label {
		padding-top: 7px;
	}
	.frm_style_formidable-style.with_frm_style .form-field {
	    margin-bottom: 20px;
	}
	.with_frm_style {
	    --form-desc-size: 14px;
	    --font-size: 17px;
		--field-height: 40px;
	}
	.with_frm_style input[type=text], 
	.with_frm_style input[type=password], 
	.with_frm_style input[type=email], 
	.with_frm_style input[type=number], 
	.with_frm_style input[type=url], 
	.with_frm_style input[type=tel], 
	.with_frm_style input[type=phone], 
	.with_frm_style input[type=search], 
	.with_frm_style select, 
	.with_frm_style textarea, 
	.frm_form_fields_style, 
	.with_frm_style .frm_scroll_box .frm_opt_container, 
	.frm_form_fields_active_style, 
	.frm_form_fields_error_style, 
	.with_frm_style .frm-card-element.StripeElement, 
	.with_frm_style .chosen-container-multi .chosen-choices, 
	.with_frm_style .chosen-container-single .chosen-single {
		font-size: 17px;
	}
	.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
		font-size: 12px;
	}
	.with_frm_style .frm_checkbox label {
	    padding: 10px;
	    border-bottom: 3px #002a2f solid;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.with_frm_style .frm_checkbox label,
	.with_frm_style .frm_checkbox label .checked,
	.with_frm_style .frm_message, .frm_success_style,
	.frm_style_formidable-style.with_frm_style .frm_error_style {
	    font-size: 14px;
	}
	.with_frm_style .frm_message p .sans strong {
	    margin-top: 15px;
	    margin-bottom: 20px;
	}
	.frm_intro {
		margin-bottom: 30px;
	}

}



/************************

	Carousel

************************/

.carousel-inner,.carousel,.item,.fill {
  height:100%;
  width:100%;
  background-position:center center;
  background-size:cover;
}
.carousel-inner > .item.next,  
.carousel-inner > .item.active.right { 
	transform: translate3d(0, 100%, 0); 
	-webkit-transform: translate3d(0, 100%, 0); 
	-ms-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0); 
	-o-transform: translate3d(0, 100%, 0);  
	top: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left { 
	transform: translate3d(0,-100%, 0); 
	-webkit-transform: translate3d(0,-100%, 0);  
	-moz-transform: translate3d(0,-100%, 0);
	-ms-transform: translate3d(0,-100%, 0); 
	-o-transform: translate3d(0,-100%, 0); 
	top: 0;
}
.carousel-inner > .item.next.left, 
.carousel-inner > .item.prev.right, 
.carousel-inner > .item.active {
	transform:translate3d(0,0,0); 
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0); 
	-o-transform:translate3d(0,0,0); 
	top:0;
}
.carousel-inner>.item {
	-webkit-transition:-webkit-transform 0.4s ease;
	-o-transition:-o-transform 0.4s ease;
	transition:transform 0.4s ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000px;
	perspective:1000px
}
.carousel-indicators {
	position: absolute;
    right: 0;
    top: 50%;
    left: unset;
    z-index: 15;
    width: 10%;
    height: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 0;
    margin-bottom: 0;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 2px;
    background-color: #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 15px;
}

@media (min-width: 768px) {
	.carousel-indicators {
	    right: 10px;
		bottom: unset;
		left: unset;
	    width: auto;
	    height: auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


/************************

	02 - Navbar

************************/


#navbar {			
	width: 100%;
	margin: 0 auto;
	z-index: 1001;
	background-image: none;
}
.navbar {
	border: none;
    height: 70px;
	min-height: 70px;
}
.navbar-default {
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
}
#inverse {
	height: 84px;
    position:fixed;
    display:none;
    top:0;
	z-index: 1005;
}
.show-nav {
    display: block;
    position:fixed;
}
.hidden-nav {
   top: -84px
}
.navbar-inverse .navbar-brand {
	float: none;
    padding: 16px 0 0 0;
    font-size: 18px;
    line-height: 20px;
	height: auto;
	width: 209px;
}
.navbar-default .navbar-brand {
	float: none;
}
.navbar-inverse .navbar-brand>img {
    height: 46px;
}


.navbar-toggle {
	margin-top: 15px;
	margin-right: 15px;
}
.navbar-collapse {
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-toggle .icon-bar {
}
.navbar-default .navbar-toggle {
    border: 0px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
}
.navbar-default .navbar-toggle:hover .icon-bar {
}
.navbar-nav {
	margin: 30px 0;
}
.navbar-nav>li>a{
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
	font-size: 19px;
	letter-spacing: 0.03em;
	line-height: 1.3;
	padding: 0;
}
ul li {
	padding-bottom: 4px;
}
.navbar-nav>li.current-menu-item>a {
	
}
.menu-secondary-container ul li {
	padding-bottom: 8px;
}
.menu-secondary-container ul li a {
	font-family:'Century Gothic W01 Bold', "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	font-size: inherit;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.navbar-inverse .navbar-brand, 
.navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus,
.sidebar-nav  a:hover.insta,
.sidebar-nav  a:focus.insta {
    color: #74bcc0;
    background-color: transparent;
}
.navbar-inverse.navbar-fixed-top {
	right: 0;
	left: unset;
}
.navbar-fixed-top {
	transition: all 0.2s;
}
.full-logo {
    width: 200px;
    height: 128px;
    display: inline-block;
    background: url('../img/chadrobertsdesign-logo-mobile.jpg') no-repeat top left;
    background-size: 200px;
    float: left;
	position: absolute;
	top: 0;
	left: 20px;
}
.wordmark {
    width: 209px;
    height: 62px;
    display: block;
    vertical-align: bottom;
    background: url('../img/chadrobertsdesign-logo-initials.png') no-repeat center center;
    background-size: 209px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 24px;
}
a.page-link {
	color: #fff;
    display: inline-block;
    font-family: 'Masqualero W01 DemiBold',Georgia, serif;;
    font-size: 33px;
    letter-spacing: 1.08px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    position: absolute;
}
a:hover.page-link {
    color: #74bcc0;
}
.container>.navbar-header {
	margin-right: 0;
	margin-left: 0;
}
.nav-stacked {
	margin-top:3px;
}
.nav-stacked>li {
	padding-bottom: 0;
	display: block;
}
.nav-stacked>li+li {
	display: block;
}
.nav-stacked>li h4 {
	margin: 0;
	font-size: 11px;
}
.nav-stacked>li h4 strong {
	letter-spacing: 0.02em;
	padding-right: 3px;
}
.nav-stacked>li h4 a:hover,
.nav-stacked>li h4 a:active,
.nav-stacked>li h4 a:focus,
.nav-stacked>li.active h4 a, 
.nav-stacked>li.active h4 a:focus, 
.nav-stacked>li.active h4 a:hover {
	color: #74bcc0;
	text-decoration: none;
}
.nav-stacked>li h4 a:hover:after,
.nav-stacked>li h4 a:active:after,
.nav-stacked>li h4 a:focus:after,
.nav-stacked>li.active h4 a:after, 
.nav-stacked>li.active h4 a:focus:after, 
.nav-stacked>li.active h4 a:hover:after  {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: inline-block; /* This will put the pseudo element on its own line. */
	margin-right: -28px;
    width: 28px;
    border-bottom: 3px solid #74bcc0;
}
@media (min-width: 768px) { 
    .navbar {
        -webkit-transition: background 0.2s ease-in-out,padding 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out,padding 0.2s ease-in-out;
        transition: background 0.2s ease-in-out,padding 0.2s ease-in-out;
		z-index: 100;
	    border: none;
	    height: 70px;
	    min-height: 70px;
    }
	.container>.navbar-header {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.navbar-right {
	}
	.navbar-nav>li {
	}
	.navbar-right.navbar-nav>li {
	}
	.navbar-nav>li:last-child {
	}
	.navbar-nav>li>a {
	}
	.top-nav-collapse {
    }
	.navbar-nav>li>a.inline-xs,
	.nav>li.inline-xs {
	}
	.navbar-brand>img {
	}
	.navbar-inverse .navbar-brand>img {
	    height: 46px;
	}
	.full-logo {
	    width: 294px;
	    height: 187px;
	    background: url('../img/chadrobertsdesign-logo.jpg') no-repeat top left;
	    background-size: 294px;
		left: unset;
	}
	.wordmark {
	    width: 134px;
	    height: 40px;
	    background-size: 134px;
		margin-top: 16px;
	}
	a.page-link {
		font-size: 21px;
	}
	.nav-stacked>li h4 {
		font-size: 11px;
	}
	.nav-stacked>li h4 a:hover:after,
	.nav-stacked>li h4 a:active:after,
	.nav-stacked>li h4 a:focus:after,
	.nav-stacked>li.active h4 a:after, 
	.nav-stacked>li.active h4 a:focus:after, 
	.nav-stacked>li.active h4 a:hover:after,
	.panel button.faq-question h4 strong:after  {
	    content: ""; /* This is necessary for the pseudo element to work. */ 
	    display: inline-block; /* This will put the pseudo element on its own line. */
		margin-right: -18px;
	    width: 18px;
	    border-bottom: 2px solid #74bcc0;
		margin-left: 2px;
	}
}

@media (min-width: 992px) { 
	.navbar {
	    height: 80px;
	}
	.navbar-nav>li {

	}
	.navbar-right.navbar-nav>li {
	}
	.navbar-nav>li:last-child {

	}
	.navbar-nav>li>a {
		font-size: 28px;
	}
	.navbar-nav>li:first-child>a {
	}
	.navbar-brand>img {
	}
	.navbar-inverse .navbar-brand>img {
	    height: 56px;
	}
	.full-logo {
	    width: 380px;
	    height: 243px;
	    background-size: 380px;
	}
	.wordmark {
	    width: 173px;
	    height: 52px;
	    background-size: 173px;
		margin-top: 20px;
	}

	a.page-link {
		font-size: 27px;
	}
	.nav-stacked>li h4 {
		font-size: 14px;
	}
	.nav-stacked>li h4 a:hover:after,
	.nav-stacked>li h4 a:active:after,
	.nav-stacked>li h4 a:focus:after,
	.nav-stacked>li.active h4 a:after, 
	.nav-stacked>li.active h4 a:focus:after, 
	.nav-stacked>li.active h4 a:hover:after  {
	    content: ""; /* This is necessary for the pseudo element to work. */ 
	    display: inline-block; /* This will put the pseudo element on its own line. */
		margin-right: -23px;
	    width: 23px;
	    border-bottom: 3px solid #74bcc0;
		margin-left: 3px;
	}
}

@media (min-width: 1200px) { 
	.navbar {
	    height: 84px;
	}
	.navbar-nav>li {
	}
	.navbar-nav>li>a {
	}
	.navbar-brand>img {
	}
	.navbar-inverse .navbar-brand>img {
	    height: 62px;
	}
	.full-logo {
	    width: 460px;
	    height: 293px;
	    background-size: 460px;
	}
	.wordmark {
	    width: 209px;
	    height: 62px;
	    background-size: 209px;
		margin-top: 24px;
	}
	a.page-link {
		font-size: 33px;
	}
	.nav-stacked>li h4 {
		font-size: 16px;
	}
	.nav-stacked>li h4 a:hover:after,
	.nav-stacked>li h4 a:active:after,
	.nav-stacked>li h4 a:focus:after,
	.nav-stacked>li.active h4 a:after, 
	.nav-stacked>li.active h4 a:focus:after, 
	.nav-stacked>li.active h4 a:hover:after  {
	    content: ""; /* This is necessary for the pseudo element to work. */ 
	    display: inline-block; /* This will put the pseudo element on its own line. */
		margin-right: -28px;
	    width: 28px;
	    border-bottom: 3px solid #74bcc0;
		margin-left: 3px;
	}
}



/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#wrapper.toggled {
    padding-right: 0px;
}

#sidebar-wrapper {
    z-index: 1000;
    right: 280px;
    width: 0;
    height: 100%;
    margin-right: -280px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #002a2f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
	width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -280px;
}

@media (min-width: 768px) {
	#sidebar-wrapper {
	    right: 300px;
	    margin-right: -300px;
		padding: 140px 0 0 0;
	    height: 100%;
		
	}
	#wrapper.toggled #sidebar-wrapper {
	    width: 300px;
	}
	#wrapper.toggled #page-content-wrapper {
	    position: absolute;
	    margin-left: -300px;
	}
}

@media (min-width: 992px) {
	#sidebar-wrapper {
	    right: 410px;
	    margin-right: -410px;
		padding: 140px 0 0 0;
	    height: 100%;
		
	}
	#wrapper.toggled #sidebar-wrapper {
	    width: 410px;
	}
	#wrapper.toggled #page-content-wrapper {
	    position: absolute;
	    margin-left: -410px;
	}
}

@media (min-width: 1200px) {

}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    /* top: 0; */
	bottom: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
	padding-bottom: 80px;
	overflow-y: scroll;
	
	/*
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	*/
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 3px;

}
.sidebar-nav li a {
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
	font-size: 24px;
	letter-spacing: 0.03em;
	line-height: 1.3;
	padding: 0;
    display: block;
    text-decoration: none;
    padding: 0 0 0 30px;    
	color: #fff;
}
.sidebar-nav li a {
	color: #fff;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav .menu-secondary-container ul li {
	padding-bottom: 9px;
}
.sidebar-nav .menu-secondary-container ul li a,
.sidebar-nav .desc {
	font-family:'Century Gothic W01 Bold', "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.sidebar-nav .desc {
	display: block;
	color: #fff;
	padding: 0 0 0 30px;
}
.sidebar-nav  a.insta {
	color: #fff;
    padding: 0 0 0 30px;    
}
.copy {
	width: 100%;
	height: auto;
	background: #094047;
	padding: 16px 0 16px 30px;
	position: absolute;
	bottom: 0;
}
.copyright {
	font-family:'Tabular W05 Medium',"Lucida Console", Monaco, monospace;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
}
@media (min-width: 768px) {
	.sidebar-nav {
		position: absolute;
		/* padding-top: 140px; */
		padding-bottom: 280px;
	    width: 410px;
		/* bottom: unset; */
	}
	.sidebar-nav li a {
		font-size: 27px;
	}
	.sidebar-nav .menu-secondary-container ul li a,
	.sidebar-nav .desc {
		font-size: 13px;
	}
	.copy {
		position: fixed;
		padding: 16px 0 16px 30px;
	}
	.copyright {
		font-size: 9px;
	}
}

@media (min-width: 992px) {
	.sidebar-nav {
		/* padding-top: 140px; */
		padding-bottom: 180px;
	    width: 410px;
	}
	.sidebar-nav li a {
		font-size: 27px;
	}
	.sidebar-nav .menu-secondary-container ul li a,
	.sidebar-nav .desc {
		font-size: 13px;
	}
	.copy {
		position: absolute;
		padding: 21px 0 21px 30px;
	}
	.copyright {
		font-size: 9px;
	}
}

@media (min-width: 1200px) {
	.sidebar-nav li a {
		font-size: 33px;
	}
	.sidebar-nav .menu-secondary-container ul li a,
	.sidebar-nav .desc {
		font-size: 16px;
	}
	.sidebar-nav ul li {
		padding-bottom: 6px;
	}
	.copy {
		padding: 25px 0 25px 30px;
	}
	.copyright {
		font-size: 11px;
	}
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
	position: relative;
	float: right;
	top: 22px;  
	z-index: 999;
	display: block;
	width: 34px;
	height: 30px;
	background: transparent;
	border: none;
}
.navbar-default .hamburger {
	right: 10px;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
	outline: none;
}
.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: all 0.2s ease-in-out;
}
.hamburger.is-closed:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px,0,0);
	-webkit-transition: all 0.2s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	position: absolute;
	right: 10px;
	height: 3px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 2px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
	background-color: #fff;
}
.navbar-default .hamburger.is-closed .hamb-top,
.navbar-default .hamburger.is-closed .hamb-middle,
.navbar-default .hamburger.is-closed .hamb-bottom,
.navbar-default .hamburger.is-open .hamb-top,
.navbar-default .hamburger.is-open .hamb-middle,
.navbar-default .hamburger.is-open .hamb-bottom {
	position: absolute;
	right: 0;
	height: 3px;
	width: 100%;
	border: 2px solid #002a2f;
	border-radius: 2px;
}
.navbar-default .hamburger.is-closed .hamb-top,
.navbar-default .hamburger.is-closed .hamb-middle,
.navbar-default .hamburger.is-closed .hamb-bottom {
	background-color: #002a2f;
}
.hamburger.is-closed .hamb-top { 
	top: 5px; 
	-webkit-transition: all 0.2s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
	bottom: 5px;  
	-webkit-transition: all 0.2s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
	bottom: 0;
	-webkit-transition: all 0.2s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: all 0.2s ease-in-out;
}
.hamburger.is-open:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px,0,0);
	-webkit-transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
	.hamburger {
		top: 22px;  
		width: 34px;
		height: 30px;
	}
	.navbar-default .hamburger {
		right:unset;
	}
	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom,
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
		position: absolute;
		right: 0;
		height: 3px;
		width: 100%;
		border: 1px solid #fff;
		border-radius: 2px;
	}
}

@media (min-width: 992px) {
	.hamburger {
		top: 22px;  
		width: 40px;
		height: 36px;
	}
	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom,
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
		position: absolute;
		right: 0;
		height: 3px;
		width: 100%;
		border: 2px solid #fff;
		border-radius: 2px;
	}
}

@media (min-width: 1200px) {
	.hamburger {
		top: 22px;  
		width: 45px;
		height: 40px;
	}
	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom,
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
		position: absolute;
		right: 0;
		height: 3px;
		width: 100%;
		border: 2px solid #fff;
		border-radius: 2px;
	}
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.5);
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
	
}

/************************

	02 - Footer

************************/

footer {
    background: #094047;
	color: #fff;
    padding-top: 30px;
    padding-bottom: 16px;
	padding-left: 5px;
	padding-right: 5px;
}
footer ul {
    padding-left: 0px;
    list-style: none;
	margin-bottom: 30px;
	text-align: left;
}
footer ul li {
	padding-bottom: 5px;
}
footer ul li:last-child {
	padding-bottom: 0px;
}
footer ul li a{
	font-family:'Masqualero W01 DemiBold',Georgia, serif;
	letter-spacing: 0.03em;
	color: ;
	font-size: 24px;
	line-height: 1.3;
}
footer ul li a em {
    font-family: ;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: 0.05em;
	font-size: 16px;
}
footer .menu-secondary-container ul li {
	padding-bottom: 9px;
}
footer .menu-secondary-container ul li a {
	font-family:'Century Gothic W01 Bold', "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
footer a {
	color: #fff;
}
footer a:hover,
footer ul li a:hover,
footer ul li a:hover em {
	color: #74bcc0;
}
footer p {
	font-family:'Century Gothic W01 Light', Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.025em;
	color: #fff;
	padding: 0;
	margin: 0 0 7px;
}
footer p:last-of-type {
	margin-bottom: 7px;
}
footer .copyright {
	font-family:'Tabular W05 Medium',"Lucida Console", Monaco, monospace;
	font-size: 8px;
	text-transform: uppercase;
}
footer hr {
	height: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
footer .btn {
	margin-top: 0;
}

.footer-section {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) { 
	footer {
	    padding-top: 32px;
	    padding-bottom: 32px;
		padding-left: 0px;
		padding-right: 0px;
	}
	footer ul {
		margin-bottom: 6px;
	}
	footer ul li a{
		font-size: 21px;
	}
	footer .menu-secondary-container ul li {
		padding-bottom: 0px;
	}
	footer .menu-secondary-container ul li a {
		font-size: 10px;
	}
	footer p {
		font-size: 11px;
	}
	footer p:last-of-type {
		margin-bottom: 0px;
	}
	footer .copyright {
		font-size: 7px;
	}
	footer .main-logo {
		margin-left: -6px;
	}
	footer hr {
		height: 3px;
	    margin-top: 13px;
	    margin-bottom: 13px;
	}
	footer .fa-3x {
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) { 
	footer {
	    padding-top: 42px;
	    padding-bottom: 42px;
	}
	footer ul {
		margin-bottom: 8px;
	}
	footer ul li a{
		font-size: 27px;
	}
	footer .menu-secondary-container ul li {
		padding-bottom: 6px;
	}
	footer .menu-secondary-container ul li a {
		font-size: 13px;
	}
	footer p {
		font-size: 14px;
	}
	footer p:last-of-type {
		margin-bottom: 5px;
	}
	footer .copyright {
		font-size: 9px;
	}
	footer .main-logo {
		margin-left: -8px;
	}
	footer hr {
		height: 4px;
	    margin-top: 17px;
	    margin-bottom: 17px;
	}
}

@media (min-width: 1200px) { 
	footer {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	footer ul {
		margin-bottom: 10px;
	}
	footer ul li a{
		font-size: 33px;
	}
	footer .menu-secondary-container ul li {
		padding-bottom: 9px;
	}
	footer .menu-secondary-container ul li a {
		font-size: 16px;
	}
	footer p {
		font-size: 17px;
	}
	footer p:last-of-type {
		margin-bottom: 7px;
	}
	footer .copyright {
		font-size: 11px;
	}
	footer .main-logo {
		margin-left: -10px;
	}
	footer hr {
		height: 5px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
}


/************************

	03 - Home Page

************************/

.nav>li {
    position: relative;
    display: inline-block;
}
.nav-tabs {
    border-bottom: 0px;
    text-align: center;
	margin: 8px 0;
}
.nav-tabs>li {
    float: unset;
    margin-bottom: -1px;
    text-align: center;
	padding-bottom: 2px;
}
.nav-tabs>li>a {
	font-family:'Century Gothic W01 Regular', Arial, Helvetica, sans-serif;
	font-size: 13px;
    line-height: 1.8;
    border: 0px;
    border-radius: 0 0 0 0;
	padding: 0;
	margin: 0 7.5px;
	color: #a5a99d;
    border-bottom: 1px solid transparent;
}
.nav-tabs>li>a:hover {
	font-family:'Century Gothic W01 Regular', Arial, Helvetica, sans-serif;
	color: #094047;
    border-bottom: 1px solid transparent;
}
.nav>li>a:hover, 
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	font-family:'Century Gothic W01 Regular', Arial, Helvetica, sans-serif;
	color: #094047;
    cursor: default;
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #094047;
}
.tab-content {
	padding: 0 5px;
}


@media (min-width: 768px) { 
	.nav-tabs {
	    margin: 12px 0;
	}
	.nav-tabs>li>a {
		font-size: 14px;
	    line-height: 1.4;
	}	
	.tab-content {
		padding: 0;
	}

	
}

@media (min-width: 992px) { 
	.nav-tabs {
	    margin: 16px 0;
	}
	.nav-tabs>li>a {
		font-size: 17px;
	}	

	
}

@media (min-width: 1200px) { 
	.nav-tabs {
	    margin: 20px 0;
	}
	.nav-tabs>li>a {
		font-size: 21px;
	}
	
}

/************************

	Accordion

************************/

.panel{
	border: none;
	background-color: none;
	box-shadow: none;
	margin-bottom: 12px;
}
.panel-default>.panel-heading {
    background-image: none;
	padding: 0px;
    background-color: transparent;
    border: none;
}

.panel button {
	border: none;
	background-color: transparent;
	background: none;
	width: 100%;
	letter-spacing: 0;
	font-family: 'Masqualero W01 Light',Georgia,serif !important;
    font-size: 15px;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 4px;
    color: #002a2f;
    padding: 0;
	text-align: left;
}

.panel button:hover,
.panel button:active {
	color:  #74bcc0;
}
.panel button:focus{
	outline: none !important;
	color:  #002a2f;
}
.panel:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0; /* This will center the border. */
    width: 22.4px; /* Change this to whatever width you want. */
    padding-top: 0px; /* This creates some space between the element and the border. */
    border-bottom: 2.56px solid #002a2f; /* This creates the border. Replace black with whatever color you want. */
}
.panel:hover:after {
    border-bottom: 2.56px solid #74bcc0; /* This creates the border. Replace black with whatever color you want. */
}
.panel:hover button {
	color:  #74bcc0;
}
.panel-collapse {
	padding-left: 0px;
}
.faq-block {
	margin-top: 20px;
}
.capability .panel {
	margin-bottom: 0;
}
.capability .panel button {
    border: none;
    background-color: transparent;
    background: none;
    width: 100%;
    letter-spacing: 0;
    font-family: 'Masqualero W01 Light',Georgia,serif !important;
    font-size: 15px;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #002a2f;
    padding: 0;
    text-align: left;
}
.capability .panel button h4 {
	color: #094047;
}
.capability .panel:after {
    content: "";
    display: block;
    border-bottom: 0px solid #002a2f;
}
.capability .panel:hover button h4,
.capability .panel:active button h4,
.capability .panel.active button h4,

.capability .panel button:hover, 
.capability .panel button:active  {
	color: #74bcc0;
}
.capability .panel:hover button h4:after,
.capability .panel:active button h4:after,
.capability .panel.active button h4:after {
    content: "";
    display: inline-block;
    margin-right: -22.4px;
    width: 22.4px;
    border-bottom: 2.56px solid #74bcc0;
	margin-left: 3px;
}

@media (min-width: 768px) { 
	.panel button {
	    font-size: 16px;
	    margin-bottom: 4px;
	    margin-top: 4px;
	}
	.panel:after {
	    content: ""; /* This is necessary for the pseudo element to work. */ 
	    display: block; /* This will put the pseudo element on its own line. */
	    margin: 0; /* This will center the border. */
	    width: 22.4px; /* Change this to whatever width you want. */
	    padding-top: 0px; /* This creates some space between the element and the border. */
	    border-bottom: 2.56px solid #002a2f; /* This creates the border. Replace black with whatever color you want. */
	}
	.panel:hover:after {
	    border-bottom: 2.56px solid #74bcc0; /* This creates the border. Replace black with whatever color you want. */
	}
	.faq-block {
		margin-top: 23px;
	}
}

@media (min-width: 992px) { 
	.panel button {
	    font-size: 20px;
	    margin-bottom: 7px;
	    margin-top: 7px;
	}
	.panel:after {
	    content: ""; /* This is necessary for the pseudo element to work. */ 
	    display: block; /* This will put the pseudo element on its own line. */
	    margin: 0; /* This will center the border. */
	    width: 29px; /* Change this to whatever width you want. */
	    padding-top: 0px; /* This creates some space between the element and the border. */
	    border-bottom: 3.32px solid #002a2f; /* This creates the border. Replace black with whatever color you want. */
	}
	.panel:hover:after {
	    border-bottom: 3.32px solid #74bcc0; /* This creates the border. Replace black with whatever color you want. */
	}
	.faq-block {
		margin-top: 29px;
	}
}

@media (min-width: 1200px) { 
	.panel button {
	    font-size: 24px;
	    margin-bottom: 9px;
	    margin-top: 9px;
	}
	.panel:after {
	    content: ""; /* This is necessary for the pseudo element to work. */ 
	    display: block; /* This will put the pseudo element on its own line. */
	    margin: 0; /* This will center the border. */
	    width: 35px; /* Change this to whatever width you want. */
	    padding-top: 0px; /* This creates some space between the element and the border. */
	    border-bottom: 4px solid #002a2f; /* This creates the border. Replace black with whatever color you want. */
	}
	.panel:hover:after {
	    border-bottom: 4px solid #74bcc0; /* This creates the border. Replace black with whatever color you want. */
	}
	.faq-block {
		margin-top: 35px;
	}
}

/************************

	XX - Utilities

************************/

.no-letterspacing {
	letter-spacing: 0px;
}
.no-padding{
	padding: 0px;
}
.p-30{
	padding: 30px;
}
.p-40{
	padding: 21px;
}
.p-45 {
	padding: 30px;
}
.p-b-5{
	padding-bottom: 5px;
}
.p-t-5{
	padding-top: 5px;
}
.p-b-10{
	padding-bottom: 10px;
}
.p-t-10{
	padding-top: 10px;
}
.p-b-15{
	padding-bottom: 15px;
}
.p-t-15{
	padding-top: 15px;
}
.p-b-20{
	padding-bottom: 20px;
}
.p-t-20{
	padding-top: 20px;
}
.p-b-30{
	padding-bottom: 30px;
}
.p-t-30{
	padding-top: 30px;
}
.p-b-40{
	padding-bottom: 40px;
}
.p-t-40{
	padding-top: 40px;
}
.p-b-50{
	padding-bottom: 50px;
}
.p-t-50{
	padding-top: 50px;
}
.p-b-70{
	padding-bottom: 70px;
}
.p-l-20 {
	padding-left: 30px;
}
.p-t-70{
	padding-top: 70px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-15 {
	margin-top: 15px;
	margin-bottom: 20px;
}
.no-m {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.no-mt {
	margin-top: 0px !important;
}
.no-mb {
	margin-bottom: 0px !important;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 12px;
}
.mb-30 {
	margin-bottom: 19px;
}
.mb-50 {
	margin-bottom: 35px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.m-12{
	margin-top: 6px;
	margin-bottom: 6px;
}
.m-20{
	margin-top: 12px;
	margin-bottom: 12px;
}
.mt30 {
	margin-top:20px;
}
.cs-fill {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
	border-right: 5px solid white;
	border-left: 5px solid white;
}
.cs-fill-right {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 300px; */
    border-left: 5px solid white;
}
.cs-fill-left {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 300px; */
	border-right: 5px solid white;
}
.d-inline {
	display: inline;
}
.container.mb {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.p-l-20 {
		padding-left: 20px;
	}
	.p-l-30 {
		padding-left: 20px;
	}
	.p-40{
		padding: 26px;
	}
	.p-45 {
		padding: 34px;
	}
	.container.mb {
		margin-bottom: 30px;
	}
	.mb-20 {
		margin-bottom: 13px;
	}
	.mb-30 {
		margin-bottom: 19px;
	}
	.m-12{
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.m-20{
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.mt30 {
		margin-top:20px;
	}
	.cs-fill {
	    background-position: center center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	    background-repeat: no-repeat;
	    min-height: 200px;
		border-right: 10px solid white;
		border-left: 10px solid white;
	}
	.cs-fill-left {
	    background-position: center center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	    background-repeat: no-repeat;
	    min-height: 300px;
		border-right: 10px solid white;
	}
	.cs-fill-right {
	    background-position: center center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	    background-repeat: no-repeat;
	    min-height: 300px;
		border-left: 10px solid white;
	}
	.bg-primary.cs {
	    min-height: 300px;
	}
	.row-eq-height {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
	.no-pl {
		padding-left: 0;
	}
	.no-pr {
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.p-l-20 {
		padding-left: 20px;
	}
	.p-l-30 {
		padding-left: 25px;
	}
	.p-40{
		padding: 33px;
	}
	.p-45 {
		padding: 40px;
	}
	.container.mb {
		margin-bottom: 50px;
	}
	.mb-20 {
		margin-bottom: 16px;
	}
	.mb-30 {
		margin-bottom: 25px;
	}
	.m-12{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.m-20{
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.mt30 {
		margin-top:25px;
	}
	.cs-fill {
	    min-height: 200px;
		border-right: 10px solid white;
		border-left: 10px solid white;
	}
	.cs-fill-left {
	    min-height: 390px;
		border-right: 10px solid white;
	}
	.cs-fill-right {
	    min-height: 390px;
		border-left: 10px solid white;
	}
	.bg-primary.cs {
	    min-height: 390px;
	}
}

@media (min-width: 1200px) {
	.p-l-20 {
		padding-left: 20px;
	}
	.p-l-30 {
		padding-left: 30px;
	}
	.p-40{
		padding: 40px;
	}
	.p-45 {
		padding: 45px;
	}
	.container.mb {
		margin-bottom: 70px;
	}
	.no-mt {
		margin-top: 0px !important;
	}
	.mb-15 {
		margin-bottom: 15px;
	}
	.mb-20 {
		margin-bottom: 20px;
	}
	.mb-30 {
		margin-bottom: 30px;
	}
	.m-12{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.m-20{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.mt30 {
		margin-top:30px;
	}
}

@media (min-width: 768px) { 

}

@media (min-width: 992px) { 

}

@media (min-width: 1200px) { 

}