/* Added by Choots as a temporary depository of custom css which will be moved to theme as appropriate before live */
.fullwidth {
    padding: 0px !important;
}
/*.central-wrapper {
	width:100%;
}*/
.central-wrapper {
    width: 1200px;
    margin: 0 auto;
}
.central-wrapper .wpb_row {
	width:100%;
	margin:0 auto;
  /* padding-bottom: 40px; */
}
.vc_column_container {
	max-width:1200px;
	margin:0 auto;
	float:none !important;
}
.accordion {
    border-bottom: 0px solid transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 40px;
}
.accordion:last-of-type {
  margin-bottom: 90px;
}
.accordion li {
	font-family: OpenSans-Regular;
	font-size: 16px;
}
.custom-bold {
     font-weight: bold;
}

.custom-center {
     text-align: center;
}

/* Begin Hector CSS */
.page-title-block {
    background-color: #b0a7c2;
}

.page-title-block .page-title-block-header h1 {
    font-size: 40px !important;
}
.top-cta {
	background-color: #f1f1f1;
	padding: 40px 15%;
	margin-top: 90px;
	margin-bottom: 10px !important;
}
.top-cta p {
	font-family: OpenSans-Light;
	font-size: 23px;
	color: #302542;
}

.row div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.owl-carousel .item {
	background: #42bdc2;
	padding: 30px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.owl-carousel .item {
	background-color: transparent;
	padding: 0px 25px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.owl-carousel .item img {
	padding-top:30px;
}
.owl-prev {
	position: absolute;
	top: 42%;
	left: -11px;
	background-color: transparent !important;
	background-image: url('/wordpress/wp-content/uploads/2015/10/carousel-arrow-clear.png') !important;
	background-repeat: no-repeat !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	width: 21px;
	height: 39px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
  opacity: 1 !important;
}
.owl-next {
	position: absolute;
	top: 42%;
	right: -11px;
	background-color: transparent !important;
	background-image: url('/wordpress/wp-content/uploads/2015/10/carousel-arrow-clear.png') !important;
	background-repeat: no-repeat !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	width: 21px;
	height: 39px;
  opacity: 1 !important;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 0.5 !important;
}
.owl-theme .owl-controls.clickable .owl-buttons div.disabled:hover {
  opacity: 0 !important;
}
.cta-grey-global {
  margin-top: 90px !important;
}
#main .central-wrapper {
    padding-bottom: 70px;
}
.cta-top-global {
    margin-bottom: 30px !important;
}
.affiliate-heading {
	font-size:35px;
	font-family:Quicksand;
	color:#302542;
	text-transform:uppercase;
	padding:24px 0px 0px 45px;
	letter-spacing:-1px;
}

.icon-cirlcle {
	background-color:#b0a7c2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding:15px 18px;
	height:70px;
	width:70px;
}

.aff-heading-icon {
	font-size:36px;
	color:#2f283d;
}

.aff-heading-col {
	margin-top:30px;
}

.aff-heading-row-first, .aff-heading-row-last {
	border-bottom:1px solid #cccccc;
	margin-bottom:30px;
	padding-top:30px;
	min-height:172px;
}

.aff-heading-row-first {
	margin-left:0px;
	margin-right:-30px;
}

.aff-heading-row-last {
	margin-left:-30px;
	margin-right:0px;
}
.list {
	margin-top:10px;
}
.aff-list {
	color:#302542;
	font-size:16px;
	font-family:OpenSans-Regular;
	list-style:none;
}
.aff-list li:before{
   content: "\003E";
   margin-right:15px;
}

.aff-quote {
	font-family: OpenSans-Regular;
	font-size:15px;
	font-style:italic;
	line-height:25px;
}

.aff-sig {
	margin-top:8px;
	color:#645975;
	font-family: OpenSans-CondBold;
	font-size:15px;

}
.top-aff-row {
	margin-bottom:5px;
}
#purple-row-bg {
	background-color:#e8e6f1;
}

.aff-bottom-outer-row {
	margin-top:60px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.aff-bottom-inner {
	background-color:#f1f1f1;
	border-right:20px solid #fff;
	min-height:285px;
}
.aff-bottom-inner li {
    font-size: 16px;
}
.aff-bottom-inner:last-child {
	border-right:0px solid #fff;
}
.aff-bottom-row {
	background-color:#302542;
	min-height:60px;

}
.aff-bottom-col {
	padding-top: 10px;
}
.icon-cirlcle-bottom {
	background-color:#d8d2e1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding:10px 10px;
	height:40px;
	width:40px;
}
.aff-bottom-icon {
	font-size:21px;
	color:#2f283d;
}
.aff-heading-bottom-col {
}
.affiliate-heading-bottom {
	font-size:35px;
	font-family:Quicksand;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding-top: 19px;
	padding-left:20px;
}
.aff-bottom-inner .aff-list {
	margin: 30px 0px 80px 0px;
	padding-left:5px;
}
.pair-row div {
	margin-top:140px;
	margin-bottom:140px;
}
.pair-row a {
	color:#00adee;
	text-decoration:underline;
	font-family:OpenSans-Regular;
	font-size:20px;
}

.acc-heading-1 {
	color:#302542;
	font-family:OpenSans-Regular;
	font-size:26px !important;
	padding:10px 0px;
  line-height: 36px !important;
}

.acc-heading-2 {
	color:#808184;
	font-size:20px !important;
	font-family: OpenSans-Light;
	padding:10px 0px;
}
.accord-right-list {
	color: #302542;
	font-family: OpenSans-Regular;
	font-size: 16px;
	list-style:none;
}
.accord-right-list li:before{
   content: "\003E";
   margin-right:15px;
}
.accord-right-list a {
	color: #00adee;
	text-decoration: underline;
	font-family: OpenSans-Regular;
}
/* Bottom CTA */
.bg-grey {
	background-color: #f1f1f1 !important;
	padding: 90px 0px;
	margin-top:100px;
}
.grow-cta {
	color: #231f20;
	font-family: Quicksand;
	letter-spacing: 1px;
	font-size: 32px;
	padding: 20px 0px 30px 0px;
	line-height:34px;
}
.affiliate-heading-bottom {
  margin-left: -20px;
}
/* End Bottom CTA */

@media all and (min-width: 766px) and (max-width: 1024px) {

}
@media only screen and (max-width: 1230px) {
.owl-prev {
	left: -35px;
}
.owl-next {
	right: -35px;
}
}
/* Large Devices Only */
@media only screen and (min-width: 550px) {

}

/* Bootstrap Medium Devices */
@media (max-width: 1200px) {

.aff-heading-col {
	margin-top:15px;
}
.page-title-block-content {
    padding-top: 25px !important;
}

}
@media (max-width: 1230px) and (min-width: 1200px) {

}

/* Footer Fixes */
@media (max-width: 1000px) and (min-width: 992px) {

}

/* Bootstrap Small Devices */
@media (max-width: 992px) {
.owl-prev {
	left: -0px;
}
.owl-next {
	right: -0px;
}
}

/* Bootstrap Small Devices */
@media only screen and (max-width: 800px) {
  .affiliate-heading-bottom {
    margin-left: 0px;
  }
}
/* Bootstrap Small Devices */
@media only screen and (max-width: 768px) {
.central-wrapper {
    width: 100%;;
}
.top-cta {
    margin-top: 20px;
}
.icon-cirlcle, .icon-cirlcle-bottom {
	margin:0 auto;
}
.aff-heading-row-first, .aff-heading-row-last {
    border-bottom: 2px solid transparent;
	margin-left:0px;
	margin-right:0px;
}
.affiliate-heading {
	padding: 10px 20px;
}
.aff-list {
	padding-left:0px;
}
.owl-prev {
	left: -20px;
}
.owl-next {
	right: -20px;
}
.aff-bottom-row {
	min-height:110px;
}
.pair-row div {
	margin-top:80px;
	margin-bottom:80px;
}
.aff-bottom-inner {
	background-color:#f1f1f1;
	border-right:0px solid #fff;
	margin-bottom:30px;
}
.page-title-block-content {
    padding-top: 38px !important;
}
.page-title-block .page-title-block-header h1 {
    font-size: 29px !important;
}
}
/* Small Devices */
@media only screen and (max-width: 550px) {
/* Bottom CTA */
.grow-cta {
	line-height: 40px;
}
/* End Bottom CTA */
}
