.elementor-kit-6{--e-global-color-primary:#44687D;--e-global-color-secondary:#DBE4EA;--e-global-color-text:#44687D;--e-global-color-accent:#7B95A3;--e-global-color-b48e3ba:#ECECEC;--e-global-color-2d6bec2:#FDFDFD;--e-global-color-a341607:#343434;--e-global-color-9746d98:#6C6C6C;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FDFDFD;font-family:"Oswald", Sans-serif;font-size:20px;font-weight:600;color:var( --e-global-color-primary );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:15px 15px 15px 15px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-2d6bec2 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#343434;font-family:"Oswald", Sans-serif;font-size:65px;}.elementor-kit-6 h2{color:#44687D;font-family:"Oswald", Sans-serif;font-size:60px;}.elementor-kit-6 h3{color:#44687D;font-family:"Oswald", Sans-serif;font-size:35px;}.elementor-kit-6 h4{color:#343434;font-family:"Oswald", Sans-serif;font-size:32px;font-weight:400;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-family:"Oswald", Sans-serif;font-size:26px;font-weight:400;}.elementor-kit-6 h6{color:var( --e-global-color-primary );font-family:"Oswald", Sans-serif;font-size:24px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* *****************************
    COMMON STYLES FOR TAB PAGES
    
******************************** */

.sc-tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 500;
    font-size: 1.5em;
    font-family: Oswald, Sans-serif;
}

.tab-content, .section-content{
    display:none;
}

.tab-content h5.size-chart-header{
    color: #44687d;
    margin: 60px 0;
}

/* Nav */
.sc-tabs nav {
	text-align: center;
}

.sc-tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	list-style: none;
	-ms-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-ms-box-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.sc-tabs nav ul li {
    margin: 0 0.5em;
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}

.sc-tabs nav a {
    padding: 0 .5em .5em .5em;
    color: #FDFDFD75;
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sc-tabs nav a:hover,
.sc-tabs nav a:focus{
    color: #FDFDFD;
}

.sc-tabs nav a:focus {
	outline: none;
}

.sc-tabs nav a span {
	vertical-align: top;
	font-size: 0.75em;
}

.sc-tabs nav a.tab-active {
	color: #FDFDFD;
}

.sc-tabs nav a:hover::after,
.sc-tabs nav a:focus::after,
.sc-tabs nav a.tab-active::after {
    position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #FDFDFD;
	content: '';
	-moz-transition: background-color 0.3s, -webkit-transform 0.3s;
	-o-transition: background-color 0.3s, -webkit-transform 0.3s;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
	-moz-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	-moz-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
	-o-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
	-ms-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
	-webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
	transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 360px){
    .tab-content h5.size-chart-header{
        margin: 40px 0;
        font-size: 24px;
    }
}

@media screen and (max-width: 58em) { /*928px*/
    .sc-tabs {
        font-size: 1.4em;
    }
	.sc-tabs nav ul {
		display: block;
		box-shadow: none;
	}
	.sc-tabs nav ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
	}
	
	.sc-tabs nav a:before {
	    margin-right: 0;
	}
	
	.sc-tabs nav a.tab-active {
    	color: #44687D;
    }
    
    .sc-tabs nav a span {
    	vertical-align: middle;
    }
	
	.sc-tabs nav a.tab-active::after {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
    	transform: translate3d(0,0,0);
    	background: #DBE4EA;
    }

}


/* ******************************
    COMMON STYLES FOR RESPONSIVE TABLES SCROLLING 
********************************* */

#sc-table::after,
#sc-responsive-table .table__column--persistent-wrap::after{
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#sc-table::before,
#sc-responsive-table .table__column--persistent-wrap::before{
  /* White color gradient on the right */
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 35px;
  background: -webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0));
  z-index: 5;
  pointer-events: none;
}

.table-end::before,
.table-end .table__column--persistent-wrap::before
{
  /* the gradient disappears when user is at the end of the table */
  display: none;
}

.sc-scroll-right{
  /* small right arrow that indicates it's possible to scroll right */
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: url("/source/555754148a8993a2064dc67a1f930cab/small-arrow.svg") no-repeat center center;
  z-index: 6;
  -webkit-animation: sc-scroll-right 1.5s infinite;
  -moz-animation: sc-scroll-right 1.5s infinite;
  animation: sc-scroll-right 1.5s infinite;
}

.no-cssgradients #sc-table::before,
.no-cssgradients #sc-responsive-table .table__column--persistent-wrap::before{
  /* remove the gradient using modernizr if css gradients are not supported */
  display: none;
}

@media only screen and (min-width: 870px) { /* responisve table viewport width */
  .sc-scroll-right {
    display: none;
  }
}

@-webkit-keyframes sc-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
  }
}
@-moz-keyframes sc-scroll-right {
  0%, 100% {
    -moz-transform: translateX(0);
  }

  50% {
    -moz-transform: translateX(3px);
  }
}
@keyframes sc-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}/* End custom CSS */