/** Shopify CDN: Minification failed

Line 76:46 Unexpected "{"
Line 416:15 Expected identifier but found whitespace
Line 416:16 Unexpected "3px"
Line 416:27 Unexpected "{"
Line 416:37 Expected ":"
Line 422:15 Expected identifier but found whitespace
Line 422:16 Unexpected "3px"
Line 422:27 Unexpected "{"
Line 422:37 Expected ":"
Line 886:19 Expected identifier but found whitespace
... and 5 more hidden warnings

**/
/***SUPPORT APGES - Added by Twelve Dozen****/

/* SIM SERVICES */
.sim-services {
	margin-top: 54px;
	padding: 0 30px;
	text-align: center;
}
.sim-services .item {
	float: left;
	width: 25%;
	padding: 0 50px;
	margin-bottom: 80px;
	font-size: 14px;
	font-weight: normal;
}
.sim-services .icon {
	width: 100%;
  	height:100%;
	display: flex;
	align-items: center;
}
.sim-services .icon img {
	margin: 0 auto;
	width:100%;
}
.sim-services .title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
@media (max-width:1199px){
	.sim-services { margin-top: 27px; }
	.sim-services .item {
		margin-bottom: 24px;
		padding: 0 5px;
	}
}
@media (max-width:767px){
	.sim-services { padding: 0; }
	.sim-services .item {
		width: 50%;
		padding: 0 50px;
	}
}

.clear {
    clear: both;
}

/****SUPPORT PAGES****/

#shopify-section-support-tabs .shogun-accordion-wrapper > .shogun-accordion{
  	background:none; 
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
#shopify-section-support-tabs .shogun-accordion-wrapper .shogun-accordion { margin: 30px 0 !important;}
#shopify-section-support-tabs .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading { background: #fff !important;  padding: 20px !important;}
#shopify-section-support-tabs .shogun-accordion-title{color: #000 !important;}
#shopify-section-support-tabs .shogun-accordion-body{background:#fff  !important;}
.support-tabs .nav-tabs > li.active > a:hover,{background: #000; color:#fff;} 
.page-support .image-with-text-section{min-height:350px; background-size: contain !important; padding:0 20px !important; background-repeat: no-repeat !important; background-position:center center !important;}
.support-kids-text, .support-kids-text .rte-setting.featured-row__subtext p {color:#fff !important;}
.SupportMImage img{text-align:center; margin:auto;}

.spacetalkSmall{margin-bottom:-10px; display:inline-block;}

@media (max-width:769px){.page-support .image-with-text-section{display:none !important;}}
@media (min-width:770px){.SupportMImage{display:none;}}

.support-download div{display: block; border-radius: 0px; float: left;  width: 100%;}

/*Kids*/
.supportPageKids .has-child-tab .nav-tabs li.active { background: #68BBB9;}
.supportPageKids .nav-tabs > li.active > a, .supportPageKids .nav-tabs > li.active > a:focus {
    font-weight: bold; border-bottom: #68BBB9; background: #68BBB9; color: #fff;
    -webkit-border-radius:5px;  -moz-border-radius:5px;  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/*Life*/
.supportPageLife .has-child-tab .nav-tabs li.active { background: #D2DDE7;}
.supportPageLife .nav-tabs > li.active > a,.supportPageLife  .nav-tabs > li.active > a:focus {
    font-weight: bold; border-bottom: #D2DDE7; background: #D2DDE7; color: #000;
    -webkit-border-radius:5px;  -moz-border-radius:5px;  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


/*Adventurer*/
.supportPageAdventurer .has-child-tab .nav-tabs li.active { background: #D3E736;}
.supportPageAdventurer .nav-tabs > li.active > a, .supportPageAdventurer .nav-tabs > li.active > a:focus {
    font-weight: bold; border-bottom: #D3E736; background: #D3E736; color: #000 !important;
    -webkit-border-radius:5px;  -moz-border-radius:5px;  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.image .image-badge[src*=no-image] {
    display: none;
}

/*Download Buttons*/

html .btn.btn-hollow {
	color: #000;
	border: 0px solid #ebebeb;
	padding: 10px 50px;
	background-color: #fff;
	line-height: 34px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
html .btn.btn-hollow:hover,
html .btn.btn-hollow:focus {
	background-color: #ebebeb;
}

.f-left { float: left; }
.f-right { float: right; }

/**From Bootsrap.css**/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}
.fade.in {
  opacity: 1
}

.collapse {
  display: none
}
.collapse.in {
  display: block
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title > a {
  color: inherit
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}
.nav > li {
  position: relative;
  display: block
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee
}
.nav > li.disabled > a {
  color: #999
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}
.nav > li > a > img {
  max-width: none
}
.nav-tabs {
  border-bottom: 1px solid #ddd
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}
.nav-tabs.nav-justified > li {
  float: none
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff
  }
}
.nav-pills > li {
  float: left
}
.nav-pills > li > a {
  border-radius: 4px
}
.nav-pills > li + li {
  margin-left: 2px
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca
}
.nav-stacked > li {
  float: none
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0
}
.nav-justified {
  width: 100%
}
.nav-justified > li {
  float: none
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto
}
@media (min-width:768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%
  }
  .nav-justified > li > a {
    margin-bottom: 0
  }
}
.nav-tabs-justified {
  border-bottom: 0
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd
}
@media (min-width:768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff
  }
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}
@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}
@media (min-width:768px) {
  .navbar-header {
    float: left

  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
  overflow-y: auto
}
@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }
  .navbar-collapse.in {
    overflow-y: visible
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

/* TABS */
.nav-tabs {
	border-bottom: 0px solid #ddd;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
}
.nav-tabs > li {
	float: none;
	display: inline-block;
}
@media (max-width:767px) {
  .nav-tabs > li {
	display: block;
	}
}
.nav-tabs > li > a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border-bottom: 3px solid transparent;
	padding: 12px 27px;
	margin-right: 0px;
	color: #000;
}
.nav-tabs > li:last-child > a { margin-right: 0; }
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background-color: transparent;
	border-bottom: 3px solid {{ settings.color_button }};
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	border-bottom: 3px solid {{ settings.color_button }};
	border-left: none;
	border-right: none;
	border-top: none;
	color: #000;
}
.tab-content {
	padding: 69px 0px;
	font-size: 18px;
	font-weight: 300;
}
@media (max-width:767px){
	.tab-content { padding: 20px 0; }
}
/* Child Tab */
.has-child-tab .nav-tabs{
	float: left;
	width: 290px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #dddddd;
}
.has-child-tab .tab-content{
	margin-left: 340px;
	padding: 0;
}
.has-child-tab .nav-tabs li{
	background: #fff;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #dddddd;
	margin: 0;
}
.has-child-tab .nav-tabs li:last-child{
	border: none;
}
.has-child-tab .nav-tabs li a{
	border: none;
  	border-bottom:3px transparent solid;
	font-family: inherit;
	padding: 23px 28px 21px;
}
.has-child-tab .nav-tabs li.active{
	background: #000;
}
.has-child-tab .nav-tabs li.active a{
	color: #fff;
}
p.no-question{padding: 15px 30px;}
@media (max-width:767px){
	.has-child-tab .nav-tabs{
		width: 100%;
		margin-bottom: 30px;
		float: none;
	}
	.has-child-tab .tab-content{
		margin: 0;
	}
}

/***SUPPORT APGES - Added by Twelve Dozen****/
.panel {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
.panel-group .panel + .panel { margin-top: 0; }
.panel-group .panel {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.panel-default > .panel-heading {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 15px;
    border-radius:0px;
}
.panel-default > .panel-heading h4 {
	font-family: inherit;
	font-size: 24px;
}
.panel-group .panel-heading + .panel-collapse .panel-body { border-top: none; }
.panel-group .panel-heading + .panel-collapse.in .panel-body {
	border-top: 5px solid #ddd;
	margin-top: -1px;
}
.panel-body {
	border-bottom: 1px solid #ddd;
	padding: 22px 0;
}
/* ACCORDION - added by Twelve Dozen */

/* SUPPORT */
.support-box {color:#000; max-width:650px; margin:0 auto;}
.support-box .featured-row__subtext{font-size:20px;}
.support-box .h3{font-weight:bold; font-size:50px;}
#shopify-section-support-image-with-text .col-sm-6{padding:0px !important;}

.image-with-text-section.support-box {
  	margin-bottom: -72px;
  	background-size: cover;
  	padding-top:50px;
    background-position: 80% 100%;
    background-repeat: no-repeat;
}
.support-box .rte-setting.featured-row__subtext p {
    color: #000;
}
.image-with-text-section.support-box .content { padding: 0 72px; }
.image-with-text-section.support-box .featured-row__subtext { padding-bottom: 70px; }
@media (min-width:1366px){
	.image-with-text-section.support-box .container { width: 1270px; }
}
@media (max-width:767px){
	.image-with-text-section.support-box .image img { width: 250px; }
	.image-with-text-section.support-box .content { padding: 0 5px; }
	.image-with-text-section.support-box .featured-row__subtext {
		font-size: 18px;
		padding-bottom: 25px;
	}
}

.page-support {
  margin-top:30px;
}
/* download */
.support-download { margin-top: -34px; }
.support-download > div {
	clear: both;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.support-download > div > span {
	padding: 15px 0;
	line-height: 30px;
}
@media (max-width:767px){
	.support-download { margin-top: -0; }
}
/* contact */
.support-contact h2 {
	font-weight: 500;
	font-family: Roboto;
}
.support-contact .address {
	display: table;
	margin: 0 auto;
}
.support-contact address { line-height: 28px; }
.support-tabs .tab-content .support-contact table {
	font-size: 18px;
	font-weight: 300;
	width: auto;
	line-height: 28px;
}
.support-tabs .tab-content .support-contact table td { padding: 0 17.5px; }
.support-tabs .tab-content .support-contact table td:first-child { padding-left: 0; }
.support-tabs .tab-content .support-contact table td:last-child { padding-right: 0; }
.support-contact a { color: #252878; }
@media (max-width:767px){
	.support-contact .address { display: block; }
	.support-tabs .tab-content .support-contact table { font-size: 16px; }
	.support-tabs .tab-content .support-contact table td { padding: 0 5px; }
}

/* SUPPORT TABS */
.support-tab-section { position: relative; }
.before-suport img { width: 100%; }
.support-tabs {
	/*background-color: #f4f4f4;*/
	padding-top: 80px;
	padding-bottom: 180px;
	margin-bottom: -168px;
}
.support-tabs .panel-group .panel + .panel { margin-top: 0; }
.support-tabs .panel-default > .panel-heading { padding: 15px; }
.support-tabs .panel-group .panel-heading + .panel-collapse.in .panel-body { border-top: 5px solid #0096ff; }
.support-tabs .panel-title > a { color: #3f3f42; }
.support-tabs .panel-title > a.collapsed { color: #bbb; }
.support-tabs .tab-content table {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
}
.support-tabs .tab-content table td {
	vertical-align: top;
	padding: 10px 10px;
}
.support-tabs .tab-content h3 {
    font-family: inherit;
    font-size: 18px;
}
#tab3 tr {
    border-bottom: 2px solid #ddd;
}
#tab3 td:nth-child(even) {
  text-align:right;
}
/* faq */
.support-faqs .item { margin-bottom: 62px; }
.support-faqs .item:last-child { margin-bottom: 0; }
.support-faqs .title {
	font-size: 36px;
	font-family: inherit;
	color: #0f0b30;
	margin-bottom: 10px;
}
.support-faqs .description { line-height: 28px; }
.support-faqs .description p { margin-bottom: 28px; }
.support-faqs .description p:last-child { margin-bottom: 0; }
@media (min-width:1366px){
	.support-tabs .container { width: 1270px; }
}
@media (max-width:767px){
	.support-tabs { padding: 25px 5px 132px; }
	.support-tabs .tab-content table td { padding: 0; }
	.support-faqs .item { margin-bottom: 25px; }
	.support-faqs .title { font-size: 24px; }
	.support-faqs .description {
		font-size: 18px;
		font-weight: 300;
	}
}
/* faq (new) */
.support-faqs {
	border: 0px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.support-faqs .panel-group { margin-bottom: 0; }

.support-faqs .panel-heading {
	background-color: #fff;
	text-align: left;
}
.support-tabs .support-faqs .panel-default > .panel-heading {
	padding: 0;
	border-bottom: none;
}
.support-faqs .panel-heading a {
	color: #121026;
	display: block;
	padding: 24px 29px;
	border-bottom: 1px solid #ddd;
}
.support-faqs .panel-heading a.collapsed { color: #121026; }
.support-faqs .panel-default:last-child .panel-heading a.collapsed { border-bottom: 0; }
.support-faqs .panel-body { padding: 0; }
.support-tabs .support-faqs .panel-group .panel-heading + .panel-collapse.in .panel-body {
	border-top: none;
	margin-top: 0;
}
.support-faqs .panel-group .panel-default .panel-heading a {
	padding-right: 80px;
	background-position: right 29px center;
	background-repeat: no-repeat;
	background-image: url("https://cdn.shopify.com/s/files/1/2141/2237/files/minus-black.png?v=1596166830");
   -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
}

.support-faqs .panel-group .panel-default .panel-heading a.collapsed { background-image: url("https://cdn.shopify.com/s/files/1/2141/2237/files/plus-black.png?v=1596166687");}
.support-faqs .panel-group .panel-default:last-child .panel-body { border-bottom: none; }
.support-faqs .panel-group.child .panel-heading { background-color: transparent; }
.support-faqs .panel-group.child .panel-default .panel-heading a { border-bottom: 1px solid #ddd; }
.support-faqs .panel-group.child .panel-default:last-child .panel-heading a.collapsed { border-bottom: none; }
.support-faqs .panel-group.child .panel-default .panel-heading a { background-image: url("minus-grey.png"); }
.support-faqs .panel-group.child .panel-default .panel-heading a.collapsed { background-image: url("plus-grey.png");  background-color: #f2f2f2;}

.supportPageKids .support-faqs .panel-group.child .panel-default .panel-heading a.collapsed{background:#E2F1F0;}
.supportPageKids .panel-group .panel { background:#eef9f8;}

.supportPageAdventurer .support-faqs .panel-group.child .panel-default .panel-heading a.collapsed{background:#F2F9C8;}
.supportPageAdventurer .panel-group .panel { background:#fbfee7;}

.supportPageLife .support-faqs .panel-group.child .panel-default .panel-heading a.collapsed{background:#e5ecf3;}
.supportPageLife .panel-group .panel { background:#dbe6ef;}

.support-faqs .panel-group.child .panel-default .panel-body {
	border-bottom: 1px solid #ddd;
	padding: 25px 29px;
	line-height: 28px;
}
.support-faqs .panel-group.child .panel-default:last-child .panel-body { border-bottom: none; }


/* SECTION: IMAGE WITH TEXT */

.image-with-text-section.top-box .content { padding: 0 50px; }
.image-with-text-section .fullwidth { width: 100%; }
.image-with-text-section .box {
	background-color: #f5f6f7;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: 0 0 20px -5px #666;
	-moz-box-shadow: 0 0 20px -5px #666;
	-webkit-box-shadow: 0 0 35px -5px #666;
	overflow: hidden;
}
.image-with-text-section .box { background-color: #fff; }
.image-with-text-section .row {
	align-items: center;
    display: flex;
    justify-content: space-between;
}
.image-with-text-section .align-center { margin: 0 auto; text-align:center;}

.image-with-text-section .text {
	max-width: 100%;
	font-weight: 300;
	font-size: 18px;
}
.image-with-text-section .after-text-content { margin-top: 22px; }
.image-with-text-section .featured-row__subtext {
	font-size: 18px;
	max-width: 100%;
	margin-bottom: 36px;
}
.image-with-text-section .featured-row__subtext p:last-child { margin-bottom: 14px; }
.image-with-text-section .h3 {
	font-size: 40px;
  font-weight:bold;
	font-family: inherit;
	margin-bottom: 15px;
}
@media (min-width:1366px){
	.image-with-text-section .container { width: 1330px; }
}

@media (min-width: 768px) {
/*.image-with-text-section .image{margin-bottom:-7px;}*/
}

@media (max-width: 1199px) {
.top-box .content {padding-right: 25px;}
.image-with-text-section .text {padding-bottom:30px;}  
}
@media (max-width:767px){
	.image-with-text-section .row { display: block; }
	.image-with-text-section .box {
		border-radius: 70px;
		-moz-border-radius: 70px;
		-webkit-border-radius: 70px;
	}
	.image-with-text-section img.align-center {
		margin-bottom: 30px;
	}
	.image-with-text-section .content.box { padding: 40px 35px 33px }
	.image-with-text-section .fullwidth .text { padding: 0 21px; }
	.image-with-text-section .h3 {
		font-size: 24px;
		margin-bottom:13px;
	}
	.image-with-text-section .featured-row__subtext {
		font-size: 16px;
		width: 100% !important;
	}
}
/* specials */
.image-with-text-section.top-box {
	margin-top: -50px;
	margin-bottom: 22px;
	position: relative;
  z-index: 1;
}
@media (min-width:1200px) {
	.image-with-text-section.top-box {
		margin-top: -94px;
	}
}
.image-with-text-section.top-box .content { padding-bottom: 10px; }
/* .image-with-text-section.top-box .text { margin-top: -21px; } */
.image-with-text-section.top-box .m-bottom-25 { margin-bottom: 0; }
.image-with-text-section.fun-box { margin-top: -70px; }
.image-with-text-section.fun-box .content {
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width:767px){
	/*.image-with-text-section.top-box { margin-top: -111px; }*/
	.image-with-text-section.top-box .content { padding-bottom: 33px; }
	.image-with-text-section.fun-box {
		margin-top: 0;
		margin-bottom: -27px;
	}
	.image-with-text-section.fun-box .m-bottom-25 { margin-bottom: 10px; }
	.image-with-text-section.new-app-box {
		margin-top: -10px
		border-bottom: 1px solid #eee;
		padding-bottom: 40px;
	}
	.image-with-text-section.new-app-box .after-text-content a {
		display: inline-block;
		margin-right: 0 !important;
		max-width: 49%;
	}
	.image-with-text-section.watches-box { margin-top: -10px; }
}
@media (min-width:1366px){
	.image-with-text-section.know-where-box .h3 { /*white-space: nowrap;*/ }
}
@media (max-width:767px){
	.image-with-text-section.know-where-box .h3 { white-space: normal; }
}
@media (min-width:1366px){
	.image-with-text-section.new-app-box .image { padding-right: 35px; }
	.image-with-text-section.new-app-box .text { padding-left: 35px; }
}

/* SECTION: IMAGE WITH TEXT OVERLAY */
.image-with-text-overlay-section { position: relative; }
.image-with-text-overlay-section .background-image img {
	max-width: none;
	min-width: 100%;
}
.image-with-text-overlay-section .background-image img.mobile-image { max-width: 100%; }
.image-with-text-overlay-section .content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	color: #fff;
}
.image-with-text-overlay-section .h1 {
	font-size: 36px;
	font-family: inherit;
	margin-bottom: 22px;
	max-width: 100%;
}
.image-with-text-overlay-section .text {
	font-size: 20px;
	max-width: 100%;
}
.image-with-text-overlay-section .mega-subtitle {
	margin: 0;
	max-width: 100%;
	font-size: 18px;
	max-width: 100%;
}
.image-with-text-overlay-section .text .btn {
	margin-top: 30px;
	align-items: center;
    display: flex;
}
.image-with-text-overlay-section .text .btn .play-icon { margin-right: 10px; }
@media (max-width:767px){
	.image-with-text-overlay-section .text .btn .play-icon {
		margin-right: 6px;
	}
	.image-with-text-overlay-section .content {
		padding: 39px 24px;
		position: static;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		background-color: {{ settings.color_button }};
	}
}

/****Image with text****/

//newly installed font code start

/*
@font-face {
		font-family: "Plaax_56_Ney_Heavy_205TF";
		src: url("Plaax_56_Ney_Heavy_205TF.woff2") format("woff2"),
		url("Plaax_56_Ney_Heavy_205TF.woff") format("woff2");
}	

h1 { font-family: "Plaax_56_Ney_Heavy_205TF"!important; }


@font-face {
		font-family: "Plaax_36_Ney_Regular_205TF";
		src: url("Plaax_36_Ney_Regular_205TF.woff2") format("woff2"),
		url("Plaax_36_Ney_Regular_205TF.woff") format("woff2");
}

h2 { font-family: "Plaax_36_Ney_Regular_205TF"!important; }

@font-face {
		font-family: "Plaax_46_Ney_Bold_205TF";
		src: url("Plaax_46_Ney_Bold_205TF.woff2") format("woff2"),
		url("Plaax_46_Ney_Bold_205TF.woff") format("woff2");
}

h3 { font-family: "Plaax_46_Ney_Bold_205TF"!important; }

@font-face {
		font-family: "Plaax_26_Ney_Light_205TF";
		src: url("Plaax_26_Ney_Light_205TF.woff2") format("woff2"),
		url("Plaax_26_Ney_Light_205TF.woff") format("woff2");
}

h4 { font-family: "Plaax_26_Ney_Light_205TF"!important; }


@font-face {
		font-family: "Plaax_36_Ney_Regular_205TF";
		src: url("Plaax_36_Ney_Regular_205TF.woff2") format("woff2"),
		url("Plaax_36_Ney_Regular_205TF.woff") format("woff2");
}

p { font-family: "Plaax_36_Ney_Regular_205TF"!important; }*/


//newly installed font code ends

/*****Added by Twelve Dozen******/

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
  padding: 15px
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}
.panel-title > a {
  color: inherit
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}
.panel > .list-group {
  margin-bottom: 0
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0
}
.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0
}
.panel-group {
  margin-bottom: 20px
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden
}
.panel-group .panel + .panel {
  margin-top: 5px
}
.panel-group .panel-heading {
  border-bottom: 0
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd
}
.panel-group .panel-footer {
  border-top: 0
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}
.panel-default {
  border-color: #ddd
}
.panel-default > .panel-heading {
  /*color: #333;
  background-color: #f5f5f5;
  border-color: #ddd*/
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd
}
.panel-primary {
  border-color: #428bca
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca
}
.panel-success {
  border-color: #d6e9c6
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6
}
.panel-info {
  border-color: #bce8f1
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1
}
.panel-warning {
  border-color: #faebcc
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc
}
.panel-danger {
  border-color: #ebccd1
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1
}

/*COLOUMNS AND ROW FROM BOOTSTRAP*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left
}
.col-xs-12 {
  width: 100%
}
.col-xs-11 {
  width: 91.66666667%
}
.col-xs-10 {
  width: 83.33333333%
}
.col-xs-9 {
  width: 75%
}
.col-xs-8 {
  width: 66.66666667%
}
.col-xs-7 {
  width: 58.33333333%
}
.col-xs-6 {
  width: 50%
}
.col-xs-5 {
  width: 41.66666667%
}
.col-xs-4 {
  width: 33.33333333%
}
.col-xs-3 {
  width: 25%
}
.col-xs-2 {
  width: 16.66666667%
}
.col-xs-1 {
  width: 8.33333333%
}
.col-xs-pull-12 {
  right: 100%
}
.col-xs-pull-11 {
  right: 91.66666667%
}
.col-xs-pull-10 {
  right: 83.33333333%
}
.col-xs-pull-9 {
  right: 75%
}
.col-xs-pull-8 {
  right: 66.66666667%
}
.col-xs-pull-7 {
  right: 58.33333333%
}
.col-xs-pull-6 {
  right: 50%
}
.col-xs-pull-5 {
  right: 41.66666667%
}
.col-xs-pull-4 {
  right: 33.33333333%
}
.col-xs-pull-3 {
  right: 25%
}
.col-xs-pull-2 {
  right: 16.66666667%
}
.col-xs-pull-1 {
  right: 8.33333333%
}
.col-xs-pull-0 {
  right: 0
}
.col-xs-push-12 {
  left: 100%
}
.col-xs-push-11 {
  left: 91.66666667%
}
.col-xs-push-10 {
  left: 83.33333333%
}
.col-xs-push-9 {
  left: 75%
}
.col-xs-push-8 {
  left: 66.66666667%
}
.col-xs-push-7 {
  left: 58.33333333%
}
.col-xs-push-6 {
  left: 50%
}
.col-xs-push-5 {
  left: 41.66666667%
}
.col-xs-push-4 {
  left: 33.33333333%
}
.col-xs-push-3 {
  left: 25%
}
.col-xs-push-2 {
  left: 16.66666667%
}
.col-xs-push-1 {
  left: 8.33333333%
}
.col-xs-push-0 {
  left: 0
}
.col-xs-offset-12 {
  margin-left: 100%
}
.col-xs-offset-11 {
  margin-left: 91.66666667%
}
.col-xs-offset-10 {
  margin-left: 83.33333333%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-8 {
  margin-left: 66.66666667%
}
.col-xs-offset-7 {
  margin-left: 58.33333333%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-5 {
  margin-left: 41.66666667%
}
.col-xs-offset-4 {
  margin-left: 33.33333333%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-2 {
  margin-left: 16.66666667%
}
.col-xs-offset-1 {
  margin-left: 8.33333333%
}
.col-xs-offset-0 {
  margin-left: 0
}
@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-11 {
    width: 91.66666667%
  }
  .col-sm-10 {
    width: 83.33333333%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-8 {
    width: 66.66666667%
  }
  .col-sm-7 {
    width: 58.33333333%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-5 {
    width: 41.66666667%
  }
  .col-sm-4 {
    width: 33.33333333%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-2 {
    width: 16.66666667%
  }
  .col-sm-1 {
    width: 8.33333333%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-pull-11 {
    right: 91.66666667%
  }
  .col-sm-pull-10 {
    right: 83.33333333%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-8 {
    right: 66.66666667%
  }
  .col-sm-pull-7 {
    right: 58.33333333%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-5 {
    right: 41.66666667%
  }
  .col-sm-pull-4 {
    right: 33.33333333%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-2 {
    right: 16.66666667%
  }
  .col-sm-pull-1 {
    right: 8.33333333%
  }
  .col-sm-pull-0 {
    right: 0
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-push-11 {
    left: 91.66666667%
  }
  .col-sm-push-10 {
    left: 83.33333333%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-8 {
    left: 66.66666667%
  }
  .col-sm-push-7 {
    left: 58.33333333%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-5 {
    left: 41.66666667%
  }
  .col-sm-push-4 {
    left: 33.33333333%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-2 {
    left: 16.66666667%
  }
  .col-sm-push-1 {
    left: 8.33333333%
  }
  .col-sm-push-0 {
    left: 0
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
}
@media (min-width:992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-11 {
    width: 91.66666667%
  }
  .col-md-10 {
    width: 83.33333333%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-8 {
    width: 66.66666667%
  }
  .col-md-7 {
    width: 58.33333333%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-5 {
    width: 41.66666667%
  }
  .col-md-4 {
    width: 33.33333333%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-2 {
    width: 16.66666667%
  }
  .col-md-1 {
    width: 8.33333333%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-pull-11 {
    right: 91.66666667%
  }
  .col-md-pull-10 {
    right: 83.33333333%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-8 {
    right: 66.66666667%
  }
  .col-md-pull-7 {
    right: 58.33333333%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-5 {
    right: 41.66666667%
  }
  .col-md-pull-4 {
    right: 33.33333333%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-2 {
    right: 16.66666667%
  }
  .col-md-pull-1 {
    right: 8.33333333%
  }
  .col-md-pull-0 {
    right: 0
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-push-11 {
    left: 91.66666667%
  }
  .col-md-push-10 {
    left: 83.33333333%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-8 {
    left: 66.66666667%
  }
  .col-md-push-7 {
    left: 58.33333333%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-5 {
    left: 41.66666667%
  }
  .col-md-push-4 {
    left: 33.33333333%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-2 {
    left: 16.66666667%
  }
  .col-md-push-1 {
    left: 8.33333333%
  }
  .col-md-push-0 {
    left: 0
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
}
@media (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-11 {
    width: 91.66666667%
  }
  .col-lg-10 {
    width: 83.33333333%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-8 {
    width: 66.66666667%
  }
  .col-lg-7 {
    width: 58.33333333%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-5 {
    width: 41.66666667%
  }
  .col-lg-4 {
    width: 33.33333333%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-2 {
    width: 16.66666667%
  }
  .col-lg-1 {
    width: 8.33333333%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-pull-11 {
    right: 91.66666667%
  }
  .col-lg-pull-10 {
    right: 83.33333333%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-8 {
    right: 66.66666667%
  }
  .col-lg-pull-7 {
    right: 58.33333333%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-5 {
    right: 41.66666667%
  }
  .col-lg-pull-4 {
    right: 33.33333333%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-2 {
    right: 16.66666667%
  }
  .col-lg-pull-1 {
    right: 8.33333333%
  }
  .col-lg-pull-0 {
    right: 0
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-push-11 {
    left: 91.66666667%
  }
  .col-lg-push-10 {
    left: 83.33333333%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-8 {
    left: 66.66666667%
  }
  .col-lg-push-7 {
    left: 58.33333333%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-5 {
    left: 41.66666667%
  }
  .col-lg-push-4 {
    left: 33.33333333%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-2 {
    left: 16.66666667%
  }
  .col-lg-push-1 {
    left: 8.33333333%
  }
  .col-lg-push-0 {
    left: 0
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table
  }
  tr.visible-xs {
    display: table-row !important
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }
  table.visible-sm {
    display: table
  }
  tr.visible-sm {
    display: table-row !important
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }
  table.visible-md {
    display: table
  }
  tr.visible-md {
    display: table-row !important
  }
  th.visible-md, td.visible-md {
    display: table-cell !important
  }
}
@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }
  table.visible-lg {
    display: table
  }
  tr.visible-lg {
    display: table-row !important
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important
  }
}
@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}
@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

/*Shogun Overview Pages*/

.stickyDesktopFixed {
    position: fixed!important;
    top: 55px;
    z-index: 999;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.stickyDesktop {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  background: #fff;
}

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/


.grid__item {
    float: left;
    width: 100%;
}

@media (min-width:992px) {
  .grid__item {
    padding-left: 30px;
}
}

/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }
  /* Halves */
  .small--one-half {
    width: 50%; }
  /* Thirds */
  .small--one-third {
    width: 33.33333%; }
  .small--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .small--one-quarter {
    width: 25%; }
  .small--two-quarters {
    width: 50%; }
  .small--three-quarters {
    width: 75%; }
  /* Fifths */
  .small--one-fifth {
    width: 20%; }
  .small--two-fifths {
    width: 40%; }
  .small--three-fifths {
    width: 60%; }
  .small--four-fifths {
    width: 80%; }
  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }
  .small--two-sixths {
    width: 33.33333%; }
  .small--three-sixths {
    width: 50%; }
  .small--four-sixths {
    width: 66.66667%; }
  .small--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }
  .small--two-eighths {
    width: 25%; }
  .small--three-eighths {
    width: 37.5%; }
  .small--four-eighths {
    width: 50%; }
  .small--five-eighths {
    width: 62.5%; }
  .small--six-eighths {
    width: 75%; }
  .small--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .small--one-tenth {
    width: 10%; }
  .small--two-tenths {
    width: 20%; }
  .small--three-tenths {
    width: 30%; }
  .small--four-tenths {
    width: 40%; }
  .small--five-tenths {
    width: 50%; }
  .small--six-tenths {
    width: 60%; }
  .small--seven-tenths {
    width: 70%; }
  .small--eight-tenths {
    width: 80%; }
  .small--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }
  .small--two-twelfths {
    width: 16.66667%; }
  .small--three-twelfths {
    width: 25%; }
  .small--four-twelfths {
    width: 33.33333%; }
  .small--five-twelfths {
    width: 41.66667%; }
  .small--six-twelfths {
    width: 50%; }
  .small--seven-twelfths {
    width: 58.33333%; }
  .small--eight-twelfths {
    width: 66.66667%; }
  .small--nine-twelfths {
    width: 75%; }
  .small--ten-twelfths {
    width: 83.33333%; }
  .small--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small--show {
    display: block !important; }
  .small--hide {
    display: none !important; }
  .small--text-left {
    text-align: left !important; }
  .small--text-right {
    text-align: right !important; }
  .small--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }
  /* Halves */
  .medium-up--one-half {
    width: 50%; }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }
  .medium-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }
  .medium-up--two-quarters {
    width: 50%; }
  .medium-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }
  .medium-up--two-fifths {
    width: 40%; }
  .medium-up--three-fifths {
    width: 60%; }
  .medium-up--four-fifths {
    width: 80%; }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }
  .medium-up--two-sixths {
    width: 33.33333%; }
  .medium-up--three-sixths {
    width: 50%; }
  .medium-up--four-sixths {
    width: 66.66667%; }
  .medium-up--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }
  .medium-up--two-eighths {
    width: 25%; }
  .medium-up--three-eighths {
    width: 37.5%; }
  .medium-up--four-eighths {
    width: 50%; }
  .medium-up--five-eighths {
    width: 62.5%; }
  .medium-up--six-eighths {
    width: 75%; }
  .medium-up--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }
  .medium-up--two-tenths {
    width: 20%; }
  .medium-up--three-tenths {
    width: 30%; }
  .medium-up--four-tenths {
    width: 40%; }
  .medium-up--five-tenths {
    width: 50%; }
  .medium-up--six-tenths {
    width: 60%; }
  .medium-up--seven-tenths {
    width: 70%; }
  .medium-up--eight-tenths {
    width: 80%; }
  .medium-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }
  .medium-up--two-twelfths {
    width: 16.66667%; }
  .medium-up--three-twelfths {
    width: 25%; }
  .medium-up--four-twelfths {
    width: 33.33333%; }
  .medium-up--five-twelfths {
    width: 41.66667%; }
  .medium-up--six-twelfths {
    width: 50%; }
  .medium-up--seven-twelfths {
    width: 58.33333%; }
  .medium-up--eight-twelfths {
    width: 66.66667%; }
  .medium-up--nine-twelfths {
    width: 75%; }
  .medium-up--ten-twelfths {
    width: 83.33333%; }
  .medium-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } }

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }
  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }
  .small--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }
  .small--push-two-quarters {
    left: 50%; }
  .small--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }
  .small--push-two-fifths {
    left: 40%; }
  .small--push-three-fifths {
    left: 60%; }
  .small--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }
  .small--push-two-sixths {
    left: 33.33333%; }
  .small--push-three-sixths {
    left: 50%; }
  .small--push-four-sixths {
    left: 66.66667%; }
  .small--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }
  .small--push-two-eighths {
    left: 25%; }
  .small--push-three-eighths {
    left: 37.5%; }
  .small--push-four-eighths {
    left: 50%; }
  .small--push-five-eighths {
    left: 62.5%; }
  .small--push-six-eighths {
    left: 75%; }
  .small--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }
  .small--push-two-tenths {
    left: 20%; }
  .small--push-three-tenths {
    left: 30%; }
  .small--push-four-tenths {
    left: 40%; }
  .small--push-five-tenths {
    left: 50%; }
  .small--push-six-tenths {
    left: 60%; }
  .small--push-seven-tenths {
    left: 70%; }
  .small--push-eight-tenths {
    left: 80%; }
  .small--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }
  .small--push-two-twelfths {
    left: 16.66667%; }
  .small--push-three-twelfths {
    left: 25%; }
  .small--push-four-twelfths {
    left: 33.33333%; }
  .small--push-five-twelfths {
    left: 41.66667%; }
  .small--push-six-twelfths {
    left: 50%; }
  .small--push-seven-twelfths {
    left: 58.33333%; }
  .small--push-eight-twelfths {
    left: 66.66667%; }
  .small--push-nine-twelfths {
    left: 75%; }
  .small--push-ten-twelfths {
    left: 83.33333%; }
  .small--push-eleven-twelfths {
    left: 91.66667%; } }

@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }
  .medium-up--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }
  .medium-up--push-two-quarters {
    left: 50%; }
  .medium-up--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }
  .medium-up--push-two-fifths {
    left: 40%; }
  .medium-up--push-three-fifths {
    left: 60%; }
  .medium-up--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }
  .medium-up--push-two-sixths {
    left: 33.33333%; }
  .medium-up--push-three-sixths {
    left: 50%; }
  .medium-up--push-four-sixths {
    left: 66.66667%; }
  .medium-up--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }
  .medium-up--push-two-eighths {
    left: 25%; }
  .medium-up--push-three-eighths {
    left: 37.5%; }
  .medium-up--push-four-eighths {
    left: 50%; }
  .medium-up--push-five-eighths {
    left: 62.5%; }
  .medium-up--push-six-eighths {
    left: 75%; }
  .medium-up--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }
  .medium-up--push-two-tenths {
    left: 20%; }
  .medium-up--push-three-tenths {
    left: 30%; }
  .medium-up--push-four-tenths {
    left: 40%; }
  .medium-up--push-five-tenths {
    left: 50%; }
  .medium-up--push-six-tenths {
    left: 60%; }
  .medium-up--push-seven-tenths {
    left: 70%; }
  .medium-up--push-eight-tenths {
    left: 80%; }
  .medium-up--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }
  .medium-up--push-two-twelfths {
    left: 16.66667%; }
  .medium-up--push-three-twelfths {
    left: 25%; }
  .medium-up--push-four-twelfths {
    left: 33.33333%; }
  .medium-up--push-five-twelfths {
    left: 41.66667%; }
  .medium-up--push-six-twelfths {
    left: 50%; }
  .medium-up--push-seven-twelfths {
    left: 58.33333%; }
  .medium-up--push-eight-twelfths {
    left: 66.66667%; }
  .medium-up--push-nine-twelfths {
    left: 75%; }
  .medium-up--push-ten-twelfths {
    left: 83.33333%; }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
.empty-page-content {
  padding: 125px 55px; }
  @media only screen and (max-width: 749px) {
    .empty-page-content {
      padding-left: 22px;
      padding-right: 22px; } }

.grid--half-gutters {
  margin-left: -15px; }
  .grid--half-gutters > .grid__item {
    padding-left: 15px; }

.grid--double-gutters {
  margin-left: -60px; }
  .grid--double-gutters > .grid__item {
    padding-left: 60px; }

.grid--flush-bottom {
  margin-bottom: -55px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 55px; }

.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*================ #Basic Styles ================*/
.page-width {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.main-content {
  display: block;
  padding-top: 35px; }
  @media only screen and (min-width: 750px) {
    .main-content {
      padding-top: 55px; } }

.section-header {
  margin-bottom: 35px; }
  @media only screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 55px; } }

.page-width {
  padding-left: 55px;
  padding-right: 55px; }
  @media only screen and (max-width: 749px) {
    .page-width {
      padding-left: 15px;
      padding-right: 15px; } }

/*================ #Feature Row ================*/

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 749px) {
    .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media only screen and (max-width: 749px) {
    .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%;
      max-width: 100%; } }

.feature-row__image-wrapper {
  margin: 0 auto 19.44444px;
  position: relative;
  width: 100%; }

.feature-row__image {
  display: block;
  margin: 0 auto; }
  .feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0; }
  @media only screen and (max-width: 749px) {
    .feature-row__image {
      order: 1; } }

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media only screen and (max-width: 749px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 0; } }

@media only screen and (min-width: 750px) {
  .feature-row__text--left {
    padding-left: 35px; }
  .feature-row__text--right {
    padding-right: 35px; } }

@media only screen and (min-width: 750px) {
  .featured-row__subtext {
    font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em); } }

/*================ Adds a background color pulsating animation ================*/
[data-image-loading-animation] {
  background-color: var(--global-color-image-loader-primary);
  -moz-animation: image-loader 2s 400ms infinite;
  -o-animation: image-loader 2s 400ms infinite;
  -webkit-animation: image-loader 2s 400ms infinite;
  animation: image-loader 2s 400ms infinite; }
  .no-js [data-image-loading-animation] {
    animation-name: none; }


/*Image w Text - mobile image controller*/
@media only screen and (min-width: 767px) {
.desktopSize{display:block;}
.MobileSize{display:none;}
}

@media only screen and (max-width: 767px) {
.desktopSize{display:none;}
.MobileSize{display:block;}
}