@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');
/* ---------- Core Styles ---------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #122d59;
  color: #fff;
}
::selection {
  background: #122d59;
  color: #fff;
}
body {
  background: #333;
  color: #676767;
  font-family: "Source Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color-adjust: economy;
}
.clear {
  clear: both;
}
/* ---------- Core Text Styles ---------- */
h1,
.h1{
  font-size: 22px;
  line-height: 36px;
  color: #474747;
  margin: 0 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2,
.h2{
  font-size: 32px;
  line-height: 32px;
  color: #b99547;
  margin: 0 0 5px 0;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
}
h2.new-h2{
	    font-size:22px;
	    font-weight:700;
	    font-style:normal;
	    color:#474747;
	    letter-spacing:1px;
	    text-transform:uppercase;
	}
h3,
.h3{
  font-size: 28px;
  line-height: 28px;
  color: #474747;
  margin: 0 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h4,
.h4{
  font-size: 24px;
  line-height: 24px;
  color: #b99547;
  margin: 0 0 5px 0;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
}
h5,
.h5{
  font-size: 20px;
  line-height: 20px;
  color: #474747;
  margin: 0 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h6,
.h6{
  font-size: 16px;
  line-height: 16px;
  color: #b99547;
  margin: 0 0 5px 0;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
}
p{
	margin: 0 0 10px 0;
}
ul{
  padding: 0;
}
ul li{

}
ol{
  padding: 0;
}
ol li{

}
/* ---------- Top Header ---------- */
.top-header{
	display: none;
  padding: 7px 20px;
  background: #f7f7f7;
}
.top-header .top-header-container{
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.top-header .top-header-container .location-container{
  float: right;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #d8d8d8;
}
.top-header .top-header-container .location-container span{
  font-weight: 600;
  font-style: italic;
  color: #b99547;
}
.top-header .top-header-container .location-container a{
  text-decoration: none;
  color: #717171;
}
.top-header .top-header-container .location-container a:hover{
	color: #333;
}
.top-header .top-header-container .phone-container{
  float: right;
}
.top-header .top-header-container .phone-container span{
  font-weight: 600;
  font-style: italic;
  color: #b99547;
}
.top-header .top-header-container .phone-container a{
  text-decoration: none;
  color: #717171;
}
.top-header .top-header-container .phone-container a:hover{
	color: #333;
}
/* ---------- Full Header ---------- */
.full_header {
  top: 0px;
  position: sticky;
  position: -webkit-sticky;
  display: none;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 10px 20px;
}
.full_header .jqueryslidemenu{
  max-width: 1200px;
  margin: 0 auto;
}
.full_header .jqueryslidemenu a.logo{
  display: inline-block;
  float: left;
  width: 250px;
  margin: 0 50px 0 0;
}
.full_header .jqueryslidemenu a.logo img{
	width: 150%;
	height: auto;
}
.full_header .jqueryslidemenu ul{
	float: right;
  margin: 16px 0;
  list-style: none;
}
.full_header .jqueryslidemenu ul li{
	float: left;
}
.full_header .jqueryslidemenu ul li a{
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #525252;
  padding: 5px 14px;
}
.full_header .jqueryslidemenu ul li a:hover{
  color: #7b7b7b;
}
/* ---------- Mobile Header ---------- */
.mobile_header {
  background: #FFF;
  color: #FFF;
  font-weight: 700;
  padding: 7px 0 8px 0;
  text-align: left;
  width: 100%;
  z-index: 999;
  font-size: 25px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.mobile_header .logo_area {
  padding: 0px 50px 0 50px;
  text-align: center;
}
.mobile_header .phone {
  position: absolute;
  right: 10px;
  top: 7px;
}
.mobile_header .cart_link {
  right: 32px;
  position: absolute;
  top: 6px;
}
.mobile_header a {
  color: #333333;
  position: absolute;
  text-decoration: none;
}
.mobile_header a#menu_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.logo_area a {
  display: inline-block;
  position: inherit;
}
.mobile_header .logo_area img {
  height: auto;
  width:48%;
}
.mobile_photo_video {
  display: inherit;
}
.full_photo_video {
  display: none;
}
/* ---------- Banner ---------- */
.banner-container {
	position: relative;
}

.banner-container:hover .banner-next,
.banner-container:hover .banner-previous  {
	opacity: 1;
	cursor: pointer;
}

.ms-banner {
	display: inline-flex;
	width: 100%;
	overflow: hidden;
  margin: 0;
}

.ms-banner li {
	width: 100%;
	flex-shrink: 0;
	position: relative;
	opacity: 0;
}

.ms-banner li .banner-details {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  text-align: left;
  color: #fff;
  z-index: 1;
  background: rgba(17, 45, 90, 0.8);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
}

.banner-container .banner-details .small-title {
  margin: 0 0 0 0;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
  color: #b99547;
}

.banner-container .banner-details .title {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-container .banner-details .description {
  max-width: 400px;
  margin: 0 0 25px 0;
  display: none;
}

.banner-container .banner-details a {
  font-size: 16px;
  line-height: 16px;
  padding: 5px 0;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  background: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.banner-container .banner-details a:hover {
  color: #fff;
}
.banner-container .banner-details a::after{
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 70px);
  height: 2px;
  bottom: 0;
  left: 0;
  background: #b99547;
  z-index: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.banner-container .banner-details a:hover::after{
	width: 100%;
}

.banner-container .banner-previous,
.banner-container .banner-next{
	cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2
}
.banner-container .banner-previous:hover,
.banner-container .banner-next:hover{
	background: #fff;
	color: #333;
}
.banner-container .banner-previous{
  right: 40px;
}

.ms-banner li img {
	position: relative;
  margin: 0 0 -7px;
}

.ms-banner li:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.ms-banner li:after {
	content: '';
	background: linear-gradient(to bottom, transparent, #333 200%);
}

.ms-banner .top-right {
	top: 15% !important;
	left: 85% !important;
	transform: translate(-85%, -15%) !important;
	text-align: right !important;
}

.ms-banner .top-center {
	top: 15% !important;
	transform: translate(-50%, -15%) !important;
}

.ms-banner .top-left {
	top: 15% !important;
	left: 15% !important;
	transform: translate(-15%, -15%) !important;
	text-align: left !important;
}

.ms-banner .middle-right {
	left: 85% !important;
	transform: translate(-85%, -50%) !important;
	text-align: right !important;
}

.ms-banner .middle-left {
	left: 15% !important;
	transform: translate(-15%, -50%) !important;
	text-align: left !important;
}

.ms-banner .bottom-right {
	top: 85% !important;
	left: 85% !important;
	transform: translate(-85%, -85%) !important;
	text-align: right !important;
}

.ms-banner .bottom-center {
	top: 85% !important;
	transform: translate(-50%, -85%) !important;
}

.ms-banner .bottom-left {
	top: 85% !important;
	left: 15% !important;
	transform: translate(-15%, -85%) !important;
	text-align: left !important;
}

.ms-banner .left {
	left: 15% !important;
	transform: translate(-15%, -50%) !important;
	text-align: left !important;
}

.ms-banner .right {
	left: 75% !important;
	transform: translate(-75%, -50%) !important;
	text-align: right !important;
}

.banner_pagination {
  display: none;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  color: #fff;
  z-index: 1;
}

.banner_pagination > div {
  margin: 0 3px;
  cursor: pointer;
}

.banner_pagination > div:hover {
  color: rgba(0, 0, 0, 0.3);
}

.banner_pagination > .active {
  color: #3575e1;
}

@media screen and (max-width: 960px) {
	.banner-container .banner-scroll-down {
		display:none;
	}
}
@media screen and (max-width: 735px) {
	.ms-banner li img {
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		height:auto;
	}
}
@media screen and (max-width: 600px) {
	.ms-banner li .banner-details .small-title {

	}
	.ms-banner li .banner-details .title {
		margin-bottom:6px;
	}
	.ms-banner li .banner-details .description {
		margin-bottom:10px;
	}
	.ms-banner li .banner-details a {
		padding: 1px 10px;
		font-size: 10px;
	}
}

/* ---------- Signature ---------- */
#signature {
  background: #333333;
  margin: 0;
  padding: 10px 10px 10px 10px;
}
#signature .signature_content {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}
#signature .signature_content p,
#signature .signature_content a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
#signature .signature_content a.cpa-logo{
	
}
#signature .signature_content a.cpa-logo img{
  width: 150px;
  height: auto;
  opacity: .7;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#signature .signature_content a.cpa-logo img:hover{
  opacity: 1;
}
/* ---------- Main Content Styles ---------- */
.content_container {
  padding: 50px 20px;
  background: #fff;
  position: relative;
}
.content_container .content{
	max-width: 1200px;
	margin: 0 auto;
  position: relative;
}
.content_container .content .content-holder{

}
.content_container .content .content-holder .editable_content{

}
.content_container .content ul.page_list{
	list-style: none;
}
.content_container .content ul.page_list li{
  width: calc(100% - 30px);
  max-height: 370px;
  float: left;
  margin: 15px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  position: relative;
}
.content_container .content ul.page_list li img{
	width: 100%;
	height: auto;
}
.content_container .content ul.page_list li .page-item-content{
  padding: 10px;
}
.content_container .content ul.page_list li .page-item-content .small-title{
  font-size: 16px;
  line-height: 16px;
  color: #717171;
  margin: 0 0 0 0;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
}
.content_container .content ul.page_list li .page-item-content .title{
	font-size: 22px;
	line-height: 22px;
  color: #474747;
  margin: 0 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_container .content ul.page_list li .page-item-content .description{
  font-size: 14px;
  line-height: 20px;
  color: #676767;
  height: 120px;
  overflow: hidden;
}
/* ---------- Individual Strip Styles ---------- */
/* ---------- Welcome Strip Styles ---------- */
.home_pages{

}
.home_pages .content{

}
.home_pages .content .content-holder{

}
.home_pages .content h1{
	margin: 0 0 10px 0;
}
.home_pages .content h6{
	margin: 0 0 0 0;
}
.home_pages .content .editable_content{

}
.home_pages .content .image-container{
  width: 450px;
  height: 300px;
  background: url(../images/layout/welcome-image.jpg) center center no-repeat;
  background-size: cover;
  float: right;
  position: relative;
  display: none;
}
/* .home_pages .content .image-container::after{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/layout/welcome-box.png) right bottom no-repeat;
  background-size: 450px 300px;
  position: absolute;
  top: 53px;
  left: 54px;
  z-index: 0;
} */
/* ---------- About Strip Styles ---------- */
.about_pages{
	background: #f7f7f7;
	padding: 0;
}
.about_pages .large-image-container{
	width: 100%;
	height: 250px;
  background: url(../images/layout/about-image.jpg) center center no-repeat;
  background-size: cover;
	position: relative;
}
.about_pages .content{
	width: 100%;
	height: auto;
}
.about_pages .content .edit_section{
	top: 5px;
	left: 5px;
}
.about_pages .content .content-holder{
	padding: 50px 20px;
}
.about_pages .content .content-holder h1{
	margin: 0 0 0 0;
}
.about_pages .content .content-holder h6{
	margin: 0 0 10px 0;
}
/* ---------- Call To Action Styles ---------- */
.call-to-action{
	background: #122d59;
}
.call-to-action .content{
	text-align: center;
}
.call-to-action .content h1{
	color: #fff;
	margin: 0 0 20px;
}
.call-to-action .content h6{
	margin: 0 0 0 0;
}
.call-to-action .content p{
	color: #fff;
	font-style: italic;
	max-width: 500px;
	margin: 0 auto 30px;
}
.call-to-action .content a{
	color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #b99547;
  padding: 7px 35px 5px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.call-to-action .content a:hover{
	background: #b99547;
}
/* ---------- News Strip Styles ---------- */
.news_pages{

}
.news_pages .content{

}
.news_pages .content h1{
	margin: 0 0 50px;
	text-align: center;
}
.news_pages .content h6{
	margin: 0 0 0 0;
	text-align: center;
}
.news_pages .content ul.page_list li{
  width: 100%;
  height: auto;
  max-height: 100%;
  background: none;
  border: none;
  margin: 0 0 30px;
  text-align: center;
}
.news_pages .content ul.page_list li .article_image{
  float: none;
  margin: 0 auto 25px;
}

.news_pages .content ul.page_list li .article_image img{
  max-width: 400px;
}
.news_pages .content ul.page_list li .page-item-content .title{
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 0 0;
}
.news_pages .content ul.page_list li .page-item-content .small-title{
	margin: 0 0 21px;
  color: #b99547;
}
.news_pages .content ul.page_list li .page-item-content{
  padding: 0;
  text-align: center;
  width: 100%;
  float: none;
}
.news_pages .content ul.page_list li .page-item-content pre.description{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #676767;
  font-family: "Source Sans", sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: auto;
  height: auto;
}
.news_pages .content ul.page_list li.faq-block h5.toggle_faq{
  padding: 12px 20px 10px;
  background: #122d59;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.news_pages .content ul.page_list li.faq-block h5.toggle_faq img{
  position: absolute;
  right: 15px;
  top: 13px;
  height: 15px;
  width: auto;
  margin: 0;
  float: none;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.news_pages .content ul.page_list li.faq-block h5.active img{
	transform: rotate(180deg);
}
.news_pages .content ul.page_list li.faq-block div.toggler{
  background: #f7f7f7;
  /* border-bottom: 1px solid #e6e6e6; */
  padding: 0px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.news_pages .content ul.page_list li.faq-block div.toggler .archive_item{
	text-align: left;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 40px 20px 20px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.news_pages .content ul.page_list li.faq-block div.toggler .archive-title{
  color: #474747;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.news_pages .content ul.page_list li.faq-block div.toggler .archive-date{
  float: right;
  font-size: 14px;
  font-style: italic;
  color: #999;
}
/* ---------- Services Strip Styles ---------- */
.services_pages{
	background: #f7f7f7;
}
.services_pages .content{

}
.services_pages .content .content-holder{
	text-align: center;
	margin-bottom: 30px;
}
.services_pages .content .content-holder h1{
	margin: 0 0 30px;
}
.services_pages .content .content-holder h6{
	margin: 0 0 0 0;
}
.services_pages .content .content-holder p{
	margin: 0 0 50px;
}
.services_pages .content .content-holder .editable_content{

}
.services_pages .content ul.page_list{
	list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.services_pages .content ul.page_list li{
  background: none;
  border: none;
  text-align: center;
  max-height: 100%;
  margin-bottom: 30px;
}
.services_pages .content ul.page_list li img{
  width: 130px;
  height: auto;
  border-radius: 50%;
  border: 3px solid #122d59;
  margin: 0 auto 20px;
}
.services_pages .content ul.page_list li .small-title{
  color: #717171;
  margin: 0 0 0 0;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
}
.services_pages .content ul.page_list li .title{
  font-size: 24px;
  line-height: 24px;
  color: #474747;
  margin: 0 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services_pages .content ul.page_list li .description{

}
/* ---------- Reviews Strip Styles ---------- */
.reviews_pages{
	background: url(../images/layout/review-background.jpg) center center no-repeat fixed;
	background-size: cover;
	position: relative;
}
.reviews_pages .reviews-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(17, 45, 90, 0.8);
}
.reviews_pages .content{
	position: relative;
	z-index: 2;
}
.reviews_pages .content{
	text-align: center;
}
.reviews_pages .content h1{
	margin: 0 0 50px;
	color: #fff;
}
.reviews_pages .content h6{
	margin: 0 0 -5px;
}
.reviews_pages .content ul.page_list{

}
.reviews_pages .content ul.page_list li{
	width: calc(100% - 40px);
	height: auto;
	margin: 0 20px 30px;
	text-align: center;
	border: none;
	background: none;
}
.reviews_pages .content ul.page_list li i.quote-circle{
  font-size: 30px;
  line-height: 30px;
  height: 60px;
  width: 60px;
  border: 2px solid #b99547;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  color: #fff;
}
.reviews_pages .content ul.page_list li .review{
  font-size: 16px;
  line-height: 25px;
  max-height: 275px;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0 20px;
  color: #fff;
}
.reviews_pages .content ul.page_list li .name{
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
/* ---------- Support Strip Styles ---------- */
.support_pages{
	background: #f7f7f7;
}
.support_pages .content{

}
.support_pages .content h1{
	text-align: center;
	margin: 0 0 40px;
}
.support_pages .content h6{
	text-align: center;
	margin: 0 0 -5px;
}
.support_pages .content ul.page_list li{
	height: auto;
	width: 100%;
	margin: 0 0 30px 0;
	border: none;
	background: none;
	float: none;
}
.support_pages .content ul.page_list li .remove_page{
	top: 0;
}
/* ---------- Single Gallery Strip Styles ---------- */
.single_gallery_pages{

}
.single_gallery_pages .content{

}
.single_gallery_pages .content .editable_content{

}
/* ---------- Contact Strip Styles ---------- */
.contact_pages{
	background: #f7f7f7;
}
.contact_pages .content{

}
.contact_pages .content h1{
	margin: 0 0 30px;
}
.contact_pages .content h6{
	margin: 0 0 0 0;
}
.map_holder{
	margin: 0 0 -9px 0;
}
.content_container .content .left-contact{
	position: relative;
  padding: 30px 0;
}
.content_container .content .left-contact .contact_info{

}
.content_container .content .left-contact .contact_info ul{
	list-style: none;
	margin: 0;
}
.content_container .content .left-contact .contact_info ul li{
	margin: 0 0 20px 0;
}
.content_container .content .left-contact .contact_info ul li i{
  width: 50px;
  height: 50px;
  float: left;
  border: 2px solid #122d59;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  color: #b99547;
  margin: 0 20px 0 0;
}
.content_container .content .left-contact .contact_info ul li span{
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0;
  display: inline-block;
}
.content_container .content .left-contact .contact_info ul li span strong{

}
.content_container .content .left-contact .contact_info ul li span a{
  color: #676767;
  text-decoration: none;
}
.content_container .content .left-contact .contact_info ul li span a:hover{
  color: #999;
  text-decoration: none;
}
.content_container .content .right-contact{
	position: relative;
	padding: 30px 0;
}
.content_container .content .right-contact .form_holder{

}
.content_container .content .right-contact .form_holder form{

}
.content_container .content .right-contact .form_holder form .full_width{

}
.content_container .content .right-contact .form_holder form .full_width label{

}
.content_container .content .right-contact .form_holder form .full_width input{
  font-family: "Source Sans", sans-serif;
  width: 100%;
  height: auto;
  padding: 7px 5px;
  font-size: 16px;
  color: #6d6d6d;
  letter-spacing: 1px;
  margin: 0 0 15px;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #7b7b7b;
  background: #f7f7f7;
}
.content_container .content .right-contact .form_holder form .full_width textarea{
  font-family: "Source Sans", sans-serif;
  width: 100%;
  height: auto;
  padding: 7px 5px;
  font-size: 16px;
  line-height: 22px;
  color: #6d6d6d;
  letter-spacing: 1px;
  margin: 0 0 15px;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #7b7b7b;
  background: #f7f7f7;
  min-height: 100px;
}
.content_container .content .right-contact .form_holder form button{
  background: none;
  cursor: pointer;
  float: left;
  color: #333;
  border-radius: 0;
  font-weight: 600;
  margin: 15px 0;
  width: auto;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #b99547;
  padding: 7px 55px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.content_container .content .right-contact .form_holder form button:hover{
	background: #b99547;
	color: #fff;
}
/* ---------- FAQ Styles ---------- */
.support_pages .content ul.page_list li.faq-block {
  margin: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
h5.toggle_faq {
  color: #333333;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
}
.faq-block div.toggler {
  padding: 10px 0 10px 55px;
}
span.faq-icon,
h5.toggle_faq {
  transition: 0.3s ease;
  transition-delay: 0.4s;
  cursor: pointer;
}
h5.toggle_faq{
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  min-height: 40px;
  margin-bottom: 0;
}
span.faq-icon {
  background: none;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0;
  left: 0;
  border-right: 1px solid #e6e6e6;
}
i.faq-icon {
  display: block;
  height: 2px;
  width: 10px;
  background-color: #333;
  position: absolute;
}
span.faq-icon .one {
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
}
span.faq-icon .two {
  transform: rotate(180deg);
  transition: 0.4s ease-in-out;
}
h5.toggle_faq.active .one {
  transform: rotate(-45deg);
  transition: 0.4s ease-in-out;
  background-color: #fff;
}
h5.toggle_faq.active .two {
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
  background-color: #fff;
}
span.faq-icon,
h5.toggle_faq {
  transition: 0.3s ease;
  transition-delay: 0.4s;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
h5.toggle_faq.active span {
  background-color: #122d59;
}
/* ---------- Swipe Box ---------- */
.swipebox_full{
	margin: 0;
	padding: 0;
  display: flex;
  flex-wrap:wrap;
}
.swipebox_full div{
	margin: 10px;
}
.swipebox_full .article_image{
  width: calc(100% - 20px);
  height: auto;
  margin: 0 10px 20px;
}
.swipebox_full a{
  width: 100%;
}
.swipebox_full a img{
  width: 100%;
  height: auto;
}
/* ---------- Error Page ---------- */
.error-page{
	padding: 0 20px;
}
.error-page .content{
	min-height: calc(100vh - 148px);
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-page .content h4{
	margin-bottom: 40px;
}
.error-page .content p{
	margin-bottom: 40px;
}
.error-page .content a.return-btn{
  background: none;
  cursor: pointer;
  color: #333;
  border-radius: 0;
  font-weight: 600;
  margin: 0 auto;
  width: auto;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #b99547;
  padding: 7px 55px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.error-page .content a.return-btn:hover{
	background: #b99547;
	color: #fff;
}
/* ---------- Media Queries ---------- */
@media screen and (min-width: 600px){
	h1,
	.h1{
	  font-size: 22px;
	  letter-spacing:1px;
	  line-height: 40px;
	}
	h2,
	.h2{
	  font-size: 35px;
	  line-height: 35px;
	}
	h2.new-h2{
	    font-size:22px;
	    font-weight:700;
	    font-style:normal;
	    color:#474747;
	    letter-spacing:1px;
	    text-transform:uppercase;
	}
	h3,
	.h3{
	  font-size: 30px;
	  line-height: 30px;
	}
	h4,
	.h4{
	  font-size: 25px;
	  line-height: 25px;
	}
	h5,
	.h5{
	  font-size: 20px;
	  line-height: 20px;
	}
	h6,
	.h6{
	  font-size: 18px;
	  line-height: 18px;
	}
	.swipebox_full div{
	  width: calc(50% - 20px);
	}
	.services_pages .content ul.page_list li{
	  width: calc(50% - 30px);
	}
}
@media screen and (min-width: 767px) {
  span.faq-icon {
    width: 40px;
    height: 40px;
  }
	h5.toggle_faq {
		padding-left: 55px;
	}
  i.faq-icon {
    width: 15px;
  }
}
@media screen and (min-width: 960px){
	h1,
	.h1{
	  font-size: 45px;
	  line-height: 45px;
	}
	h2,
	.h2{
	  font-size: 40px;
	  line-height: 40px;
	}
	h3,
	.h3{
	  font-size: 35px;
	  line-height: 35px;
	}
	h4,
	.h4{
	  font-size: 30px;
	  line-height: 30px;
	}
	h5,
	.h5{
	  font-size: 25px;
	  line-height: 25px;
	}
	h6,
	.h6{
	  font-size: 20px;
	  line-height: 20px;
	}
	.top-header{
		display: block;
	}
  .full_header {
    display: block;
  }
  .mobile_header {
    display: none;
  }
	.swipebox_full div{
	  width: calc(25% - 20px);
	}
	.banner-container ul.ms-banner li .banner-details {
    padding: 0px 100px;
	}
	.banner-container ul.ms-banner li .banner-details .small-title{
		margin: 0 0 0 0;
	  font-size: 22px;
	  line-height: 22px;
	}
	.banner-container ul.ms-banner li .banner-details .title{
	  font-size: 50px;
	  line-height: 50px;
	  margin: 0 0 15px 0;
	}
	.banner-container ul.ms-banner li .banner-details .description{
	  display: block;
	}
	.banner-container ul.ms-banner li .banner-details a{
	  display: inline-block;
	}
	.content_container {
	  padding: 100px 20px;
	}
	.home_pages .content .image-container{
		display: block;
	}
	.home_pages .content .content-holder {
    width: calc(100% - 500px);
    float: left;
    display: block;
	}
	.about_pages .large-image-container {
    width: 480px;
    height: 500px;
    float: left;
  }
  .about_pages .content {
    width: calc(100% - 480px);
    /*height: 500px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
	.about_pages .content .content-holder{
		padding: 0 50px;
	}
	.news_pages .content ul.page_list li img {
    float: left;
    margin: 0 25px 0 0;
	}
	.services_pages .content ul.page_list li{
	  width: calc(25% - 30px);
	}
	.reviews_pages .content ul.page_list li{
		width: calc(33.3333% - 40px);
	}
	.content_container .content .left-contact{
		width: 50%;
		float: left;
    padding: 0;
	}
	.content_container .content .right-contact{
		width: 50%;
		float: right;
    padding: 0;
	}
	.about_pages{
		padding: 50px 0px;
	}
	.home_pages .content h1{
		margin: 0 0 30px 0;
	}
	.about_pages .content .content-holder h6{
		margin: 0 0 30px 0;
	}
	.call-to-action .content h1{
		margin: 0 0 30px;
	}
	.news_pages .content ul.page_list li{
		text-align: left;
	}
	.news_pages .content ul.page_list li .page-item-content{
		text-align: left;
	  width: calc(100% - 425px);
	  float: right;
	}
	.news_pages .content ul.page_list li .article_image {
    float: left;
    margin: 0 0 0 0;
	}
	span.faq-icon,
	h5.toggle_faq {
	  transition: 0.3s ease;
	  transition-delay: 0.4s;
	  font-weight: 500;
	  font-size: 20px;
	  line-height: 25px;
	}
	.error-page{
		padding: 0 20px;
	}
}
@media screen and (min-width: 1085px){
	.full_header .jqueryslidemenu ul li a {
    letter-spacing: 1px;
    padding: 5px 20px;
  }
}
@media screen and (min-width: 1170px){
	.full_header .jqueryslidemenu ul li a {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 1240px){
	h1,
	.h1{
	  font-size: 30px;
	  line-height: 50px;
	}
	h2,
	.h2{
	  font-size: 45px;
	  line-height: 45px;
	}
	h2.new-h2{
	    font-size:30px;
	    font-weight:700;
	    font-style:normal;
	    color:#474747;
	    letter-spacing:1px;
	    text-transform:uppercase;
	}
	h3,
	.h3{
	  font-size: 40px;
	  line-height: 40px;
	}
	h4,
	.h4{
	  font-size: 35px;
	  line-height: 35px;
	}
	h5,
	.h5{
	  font-size: 30px;
	  line-height: 30px;
	}
	h6,
	.h6{
	  font-size: 25px;
	  line-height: 25px;
	}
	.about_pages .large-image-container {
    width: 600px;
  }
  .about_pages .content {
    width: calc(100% - 600px);
  }
}
