/*FONTS*/
	@font-face {
	    font-family: 'Born Ready Slanted';
	    src: url('/fonts/BornReadySlanted-Regular.ttf') format('ttf'),
	    	url('/fonts/BornReadySlanted-Regular.woff2') format('woff2'),
	        url('/fonts/BornReadySlanted-Regular.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	
	/*GENERAL*/
	.bioLink {
		color: #233B65;
	}
	.card img {max-width: 100%;}
	.accordion .card button {white-space: break-spaces;}
	body {font-family: source-sans-pro, sans-serif;}
	.justify-center {justify-content: center;}
	.relative {position: relative;}
	.show-sm {display: none;}
	.inline {display: inline-block;}
	.uppercase {text-transform: uppercase;}
	.font-italic {font-style: italic;}
	.va-top {vertical-align: top;}
	.hov-dec-no:hover {text-decoration: none;}
	.font-bold {font-weight: bold;}
	.light-gray {color: #DDDDDD;}
	.hov-gray:hover {color:#c0c0c0;}
	.trans {transition: linear .2s;}
	.trans:hover {transition: linear .2s;}
	.hov-light:hover {opacity: .8;}
	.h-300 {height: 270px;}
	.font-35 {font-size: 35px;}
	.font-28 {font-size: 28px;}
	.border-l-gray {border-left:1px solid #DDDDDD;}
	.navy {color:#233B65;}
	.inherit-position {position: inherit;}
	.fit-cover {object-fit:cover;}
	.vert-center {
		position: absolute;
		max-width: 95%;
		top:50%;
		transform: translateY(-50%);
	}
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.freeform-column button[type="submit"], .green-btn, .green-alt-btn, .white-btn {
		font-weight: bold;
		outline:none !important;
	    border-radius: 7px;
	    text-transform: uppercase;
	    background:transparent;
	    text-align: center;
	    display: inline-block;
	    max-width:350px;
	    transition: linear .2s;
        padding: 3px 32px;
        font-size: 18px;
        font-family: proxima-nova, sans-serif;
        margin-right: 10px;
	}
	.green-btn:hover, .green-alt-btn:hover, .white-btn:hover, .freeform-column button[type="submit"]:hover {
		transition: linear .2s;
		text-decoration: none;
	}
	.green-btn, .freeform-column button[type="submit"] {
	    color:#0D9BA8 !important;
	    border:2px solid #0D9BA8;
    }
    .green-btn:hover, .freeform-column button[type="submit"]:hover {
	    color:#fff !important;
	    background:#0D9BA8;
    }
    .green-alt-btn {
	    color:#fff !important;
	    background:#0D9BA8;
	    border:2px solid #0D9BA8;
    }
    .green-alt-btn:hover {
	    color:#0D9BA8 !important;
	    background:transparent;
	    border:2px solid #0D9BA8;
    }
    .white-btn {
	    color: white !important;
	    border:2px solid white;
    }
    .white-btn:hover {
	    color:#0D9BA8 !important;
	    background: white;
    }
	
	/*TOP ALERT*/
	.top-alert {background:#233B65;position: relative;padding:10px 0;}
	.top-alert a {display:block;text-align: center;color:#fff !important;font-weight: bold;font-size:18px;}
	.top-alert a i {position:relative;transition: linear .2s;right:0;}
	.top-alert a:hover i {transition: linear .2s;right:-3px;}
	.top-alert-close {position: absolute;right:10px;top:.5rem;}
	.top-alert-close {text-decoration: none !important;}
	.top-alert-close i {right:0 !important;}
	#stayInformedNotice {background:#3b3e48;padding-bottom:0;}
	#stayInformedNotice p {color: white;text-align: center;font-weight: bold;}
	
	/*NAVIGATION*/
	.navigation {
	    box-shadow: 0px 0px 6px rgba(0,0,0,.19);
	    z-index: 10;
	}
	.navigation .logo {
		max-width:84px;
	}
	.navigation .parent.relative {position: relative;}
	.navigation .submenu.standard {
		display: none;
	    position: absolute;
	    list-style: none;
	    left: 0;
	    background: white;
	    padding: 0;
	    width: 150px;
	    margin: 0;
	}
	.navigation .submenu.standard a {
	    padding: 10px 7px !important;
	    margin: 0 !important;
	    display: block !important;
	    width: 100% !important;
	}
	.navigation .parent:hover .submenu.standard {display:block;}
	
	@media screen and (max-width: 768px){
		.navigation .submenu.standard {position: relative;top:0;left:0;width:100%;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);}
		.navigation .parent:hover .submenu.standard {display:none;}
		.main-nav a.link {margin:0 !important;border:0 !important;}
		.top-nav li:first-child a {margin:0 !important;}
		.top-nav .green-alt-btn {margin:0 !important;}
	}
	
	/*TOP NAV*/
	.top-nav {
	    padding: 8px 0;
	    margin: 0;
	    list-style: none;
	    display: flex;
	    justify-content: flex-end;
	}
	.top-nav:before {
	    content: " ";
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 47px;
	    z-index: -1;
	    width: 100%;
	    background-image: linear-gradient(147deg, #FFFFFF 0%, #FFFFFF 31%, #ececec 100%);
	}
	.top-nav li:nth-child(2) a {
		padding: 5px 10px;
	    display: block;
	    text-transform: uppercase;
	    margin-right: 15px;
	    color: #222222;
	    font-weight: 600;
	    transition: linear .2s;
	    font-family: proxima-nova, sans-serif;
	    font-weight: bold;
	}
	.top-nav li:nth-child(2) a:hover {
		transition: linear .2s;
		text-decoration: none;
		color:#0D9BA8;
	}
	
	.top-nav li:first-child span {
		padding: 5px 10px;
		display: block;
		text-transform: uppercase;
		margin-right: 15px;
		color: #222222;
		font-weight: 600;
		transition: linear .2s;
		font-family: proxima-nova, sans-serif;
		font-weight: bold;
	}
	
	/*MAIN NAV*/
	.main-nav {
		padding: 11px 0 0;
	    margin: 0;
	    list-style: none;
	    display: flex;
	    justify-content: flex-end;
	}
	.main-nav a.link {
		padding: 5px 10px 11px;
	    display: block;
	    text-transform: uppercase;
	    margin-right: 7px;
		margin-left: 7px;
	    font-family: proxima-nova, sans-serif;
	    font-weight: bold;
	    color: #73737E;
	    border-bottom: 2px solid #fff;
	    transition: linear .2s;
	}
	.main-nav a.link:hover {
		color:#233B65;
		border-color:#233B65;
		transition: linear .2s;
		text-decoration: none;
	}
	.main-menu-opener {
	    font-size: 36px;
	    color: #233B65;
	    padding: 17px 0;
	    display: block;
	    transition: linear .2s;
	}
	.main-menu-opener:hover {
		color:#0D9BA8;
		transition: linear .2s;
	}
	.mega-menu {
	    opacity: 0;
	    display: none;
	    position: absolute;
	    left: 0;
	    width: 100%;
	    background: #fff;
	    top: 94px;
	    height: 300px;
	    z-index: 9;
	    -webkit-box-shadow: inset 0px 14px 12px -10px rgba(0,0,0,0.19);
	    -moz-box-shadow: inset 0px 14px 12px -10px rgba(0,0,0,0.19);
	    box-shadow: inset 0px 14px 12px -10px rgba(0, 0, 0, 0.19);
	    transition: linear .2s;
	    padding: 1rem;
	}
	.parent:hover .mega-menu {opacity: 1;display:block;transition: linear .2s;}
	
	li.parent {
		text-align: center;
		place-self: flex-end;
		line-height: 1.2
	}
	
	/*HP BANNER*/
	.home-banner {min-height:600px;position: relative;/* background-image: linear-gradient(140deg, rgba(50, 73, 114, 0.85) 0%, rgba(9, 109, 118, 0.85) 100%); */}
	.home-banner img {max-width: 100%;max-height: 600px;display: block;margin: 0 auto;}
	.home-banner .text {/*background-image: linear-gradient(140deg, rgba(50, 73, 114, 0.85) 0%, rgba(9, 109, 118, 0.85) 100%);*/background-image: linear-gradient(140deg, rgba(7, 30, 70, 0.85) 0%, rgba(4, 43, 38, 0.85) 100%);position: absolute;left:0;bottom:0;width:100%;text-align: center;padding:45px 15px;color:#fff;}
	.home-banner h1 {text-transform: uppercase;font-weight: bold;font-family: proxima-nova, sans-serif;font-weight: 800;font-size: 56px;line-height: 1;}
	.home-banner h2 {margin:0;font-style: italic;font-family: source-sans-pro, sans-serif;}
	
	/*HP SEARCH*/
	.search form {
		position: relative;
		margin-top:-25px;
	}
	.search input[type="search"] {
		border-radius: 25px;
		border:1px solid #DDDDDD;
		border-bottom: 4px solid #DDDDDD;
		font-weight: bold;
		padding:10px 20px;
		font-size: 18px;
		width:100%;
	}
	.search-shows {
		border-radius: 25px;
		border:1px solid #DDDDDD;
		border-bottom: 4px solid #DDDDDD;
		font-weight: bold;
		padding:10px 20px;
		font-size: 18px;
		width:100%;
	}
	.search button {
		padding:0;
		margin:0;
		outline:none;
		color:#0D9BA8;
		font-weight: bold;
		border:0;
		position: absolute;
		right:20px;
		top:10px;
		background:transparent;
		font-size: 18px;
		transition: linear .2s;
		cursor: pointer;
	}
	.search button:hover {color:#0a8691;transition: linear .2s;}
	.search button i {margin-right:5px;}
	
	/*HP CTA CAROUSEL*/
	.cta-carousel .item {padding:10px;}
	.cta-carousel .item a {
		display:block;
		border-left:3px solid #fff;
		border-radius: 25px;
		transition: linear .2s;
		margin:0 auto;
		padding: 10px 20px;
		text-align: center;
		color:#343537;
		text-decoration: none;
		text-transform: uppercase;
	}
	.cta p {font-size: 18px;}
	.cta-carousel h3 {font-size: 18px;font-weight: bold;}
	.cta-carousel .item img {width:130x;height:130px;display: block;margin:0 auto 15px;}
	.cta-carousel .item .hovercon-2 {display: none;}
	.cta-carousel .item a:hover {
		border-left:3px solid #233B65;
		transition: linear .2s;
	    box-shadow: 5px 0px 5px rgba(0,0,0,.1);
		color:#343537;
		text-decoration: none;
	}
	.cta-carousel .item a:hover .hovercon-1 {display: none;}
	.cta-carousel .item a:hover .hovercon-2 {display: block;}
	.cta-carousel .owl-nav {display: block !important;}
	.cta-carousel .owl-prev {
		position: absolute;
	    top: 50%;
	    outline: none !important;
	    background: transparent !important;
        color: #dadada !important;
	    font-size: 40px !important;
	    left: -20px;
	    transform: translateY(-50%);
	}
	.cta-carousel .owl-next {
		outline: none !important;
	    background: transparent !important;
		position: absolute;
	    top: 50%;
        color: #dadada !important;
	    font-size: 40px !important;
	    right: -20px;
	    transform: translateY(-50%);
	}
	
	/*HP RESULTS*/
	.results {background-image: linear-gradient(146deg, rgb(245, 245, 246) 0%, #ececec 100%);}
	.results h2 {
		color:#3B3D49;
		text-align: center;
	    font-size: 56px;
		text-transform: uppercase;
		line-height: 1;
		font-family: proxima-nova, sans-serif;
	    font-weight: 800;
	}
	.results .subheading {
		color: #3b3e48;
		text-align: center;
		font-size: 24px;
		font-style: italic;
	    margin-bottom: 35px;
	}
	.results img {
		margin: 0 auto 15px;
		display:block;
		width:130px;
		height:130px;
	}
	.results h3 {
		text-align: center;
		color: #3b3e48;
		font-weight: 800;
		font-size: 48px;
	}
	.results .description {
		text-align: center;
		color: #3b3e48;
	    font-size: 20px;
	    line-height: 1;
	}
	
	/*HP CTA*/
	.cta h2 {
		color: #2C2F37;
	    font-weight: 800;
	    font-family: proxima-nova, sans-serif;
	    font-size: 48px;
	    font-weight: 800;
    }
    .cta h3 {
	    font-family: 'Born Ready Slanted', cursive;
	    color:#2C2F37;
        font-size: 40px;
    }
    .cta-tilt {
	    position: absolute;
	    left: -48px;
	    top: 93px;
	    color: #D0D0D0 !important;
	    text-transform: uppercase;
	    font-weight: bold;
	    font-size: 48px !important;
	    font-family: proxima-nova, sans-serif !important;
	    transform: rotate(-90deg) translateY(-50%);
    }
    
    /*HP VIDEO*/
    .video-col-content {
	    background: rgba(0,0,0,.6);
	    margin:0 -15px;
	    padding:6rem 0;
	}
    .video-col-content img {
	    width:350px;
	    margin:0 auto;
	    display: block;
	    padding-bottom:45px;
    }
    .video-col-content .description {
        max-width: 500px;
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	    color: white;
	    font-size: 24px;
    }
    .play-video {
	    display: block;
	    text-align: center;
	    margin: 35px auto 45px;
	    border: 2px solid white;
	    width: 150px;
	    height: 150px;
	    border-radius: 50%;
	    position: relative;
	    background: rgba(255,255,255,0);
	    transition: linear .2s;
    }
    .play-video i {
        position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-30%,-40%);
	    font-size: 45px;
	    color: white;
    }
    .play-video:hover {
	    background: rgba(255,255,255,.2);
	    transition: linear .2s;
    }
    
    /*HP SHOWS*/
    .shows .show-col {
	    text-decoration: none !important;
    }
    .shows h2 {
        color: #2C2F37;
	    font-family: proxima-nova, sans-serif;
	    font-weight: 800;
	    font-size: 48px;
	    text-align: center;
    }
    .shows h3, .show-title {
      color: black !important;
	    font-weight: bold;
	    text-align: left;
	    padding: 15px 0;
	    font-size: 20px;
	    margin:0;
	    font-size: 24px;
	    padding-bottom:0;
    }
		.search-box i {
			position: absolute;
			top: 18px;
			right: 36px;
			color: #0D9BA8;
		}
		.show-filters .filter-box {
			margin-top: 1.5rem;
			margin-bottom: 0.5rem;
		}
    .show-station {
	    color:#cacaca !important;
	    margin:0;
	    padding:0;
	    text-align: center;
	    display: block;
	    font-size: 24px;
    }
    .show-image {position: relative;}
    .show-rating {
	    position: absolute;
	    right: -20px;
	    padding: 15px;
	    bottom: 25px;
	    border: 5px solid white;
	    border-radius: 50%;
    }
    .show-rating-alt {
	    padding: 10px;
	    width:0;
	    margin-right:5px;
	    position: relative;
	    top:2px;
	    display:inline-block;
		border: 3px solid #E9E9E9;
	    border-radius: 50%;
    }
    .show-rating-age {
	    position: absolute;
	    right: -20px;
	    font-size: 24px;
	    padding: 15px;
	    color: white;
	    font-style: italic;
	    font-weight: bold;
	    bottom: 25px;
	    border: 5px solid #E9E9E9;
	    border-radius: 50%;
			min-width: 76px;
			min-height: 76px;
			text-align: center;
    }
    .show-rating.good, .show-rating-alt.good, .show-rating-age.good {background: #3BC33F;}
    .show-rating.caution, .show-rating-alt.caution, .show-rating-age.caution {background: #FFB800;}
    .show-rating.bad, .show-rating-alt.bad, .show-rating-age.bad {background: #C33B3B;}
    .recommended:before {
	   content: 'RECOMMENDED';
		   position: absolute;
		   left: -64px;
		   top: 90px;
		   color: #fefefe !important;
		   text-transform: uppercase;
		   font-weight: bold;
		   font-size: 25px;
		   font-family: proxima-nova, sans-serif !important;
		   transform: rotate(-90deg) translateY(-50%);
		   z-index: 1;
		   text-shadow: #030302 1px 0 8px;
	   }
    .show-ratings-block {
	    background-image: linear-gradient(146deg, #FCFCFC 0%, #F5F5F5 100%);
    }
		
		/* .review-summary p:last-of-type {
			width: 80%;
		} */
		
		.seal-of-approval {
			width: 28%;
			position: absolute;
			bottom: 110px;
			right: -19px;
			background-color: #E9E9E9;
			border-radius: 50%;
			border: 3px solid	#E9E9E9;
			min-width: 76px;
		}
    
    /*HP RESOURCE*/
    .resource h2 {
	    color: #2C2F37;
	    font-family: proxima-nova, sans-serif;
	    font-weight: 800;
	    font-size: 48px;
    }
    .resource p {
	    font-size: 20px;
    }
    
    /*PAGE BANNER*/
    .green-blue-overlay {
	    position: absolute;
	    left:0;
	    top:0;
	    width:100%;
	    height: 100%;
	    opacity: 1;
			background-image: linear-gradient(140deg, #233B65 0%, #096C75 100%);
    }
  	.page-banner-heading {
    	padding: 8rem 0px;
	    text-align: center;
	    font-family: proxima-nova,sans-serif;
	    font-weight: 800;
	    color: white;
	    font-size: 40px;
	    line-height: 1;
    }
    .page-banner-subheading {
      padding: 0px 0px 8rem;
	    text-align: center;
	    font-family: proxima-nova,sans-serif;
	    font-weight: 800;
	    color: white;
	    font-size: 25px;
	    line-height: 1;
    }
    .banner-logo-link {
			position: relative;
			width: 113px;
		}
    .banner-logo {
			position: absolute;
			bottom: 11px;
			left: -60px;
			width: 80px;
			/* z-index: 2;
			margin-top: -100px; */
		}
		
		.page-button {
			font-weight: bold;
			outline: none !important;
			border-radius: 7px;
			text-transform: uppercase;
			background: transparent;
			text-align: center;
			display: inline-block;
			max-width: 350px;
			transition: linear .2s;
			padding: 3px 32px;
			font-size: 18px;
			font-family: proxima-nova, sans-serif;
			margin-right: 10px;
			color: #0D9BA8 !important;
			border: 2px solid #0D9BA8;
		}
		.page-button:hover {
			transition: linear .2s;
			text-decoration: none;
			color: #fff !important;
			background: #0D9BA8;
		}
    
    /*PAGE CONTENT*/
    .columns p {
	    font-size: 18px;
    }
    .columns .column-heading {
	    font-weight: 800;
	    color:#2C2F37;
        font-size: 40px;
	    font-family: proxima-nova, sans-serif;
    }
    .boxes {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
    }
    .boxes .box {
	    flex: 1 0 auto;
	    height: 100%;
	    background:#F3F3F3;
	    padding:15px;
	    border-radius:7px;
	    text-align: center;
    }
    .accordion h2 button {
	    color:#46464B;
	    font-weight: bold;
        font-size: 28px;
        font-family: proxima-nova, sans-serif;
	    text-decoration: none !important;
    }
    .accordion .card-header {
		background: #F3F3F3;
	    transition: linear .2s;
	    border:0;
	    padding:0;
    }
    .accordion .card:hover h2 button {
	    color:#fff;
	    text-decoration: none;
    }
    .accordion .card {
        border: 1px solid #E7E7E9;
	    border-radius: 7px;
	    margin-bottom: 10px;
    }
    .accordion .card button {
	    width: 100%;
	    text-align: left;
	    padding: 20px;
	    line-height: 1;
    }
    .accordion .card button i {
	    float: right;
	    color:#D0D0D1;
	    font-size:22px;
    }
    .accordion .card.active .card-header {
	    background: #fff;
    }
    .accordion .card.active .card-header h2 {
	    color: #233B65;
	    font-family: proxima-nova, sans-serif;
	    font-weight: 700;
    }
	.accordion .card:hover .card-header {
	    background: #233B65;
	    transition: linear .2s;
	    border-radius: 7px;
    }
    .card-body p {
	    font-size: 18px;
    }
    .form-col form, .light-gray-bg {
        background-image: linear-gradient(146deg, #FCFCFC 0%, #F5F5F5 100%);
	    border-radius: 12px;
	    padding: 25px 35px;
    }
    .light-gray-bg h2 {margin: 0;}
   
    .form-col form input[type="text"], .form-col form textarea, .form-col input[type="email"], .form-col form select {
	    border:1px solid #DDDDDD;
	    border-radius: 5px;
	    padding:10px 10px;
	    background:#fff;
	    color:#3A3A3A;
	    font-family: source-sans-pro, sans-serif;
    }
    .form-col form select {height:46px;}
    .form-col form input[type="text"]::placeholder, .form-col form textarea::placeholder, .form-col form input[type="text"]:-ms-input-placeholder, .form-col form textarea::-ms-input-placeholder, .form-col form input[type="text"]-ms-input-:placeholder, .form-col form textarea::-ms-input-placeholder, .form-col input[type="email"]::placeholder, .form-col input[type="email"]:-ms-input-placeholder, .form-col input[type="email"]::-ms-input-placeholder {
	    color:#3A3A3A;
	    font-family: source-sans-pro, sans-serif;
    }
    
    /*STAY INFORMED*/
    .stay-informed {background-image: linear-gradient(140deg, #233B65 0%, #096C75 100%);}
	.stay-informed h2 {
		color: #fff;
	    font-weight: 800;
	    font-size: 38px;
	    text-align: center;
	    font-family: proxima-nova, sans-serif;
	    font-weight: 800;
	}
    .stay-informed form input {
	    width: 100%;
	    color:#3b3e48;
	    border:none;
	    background: white;
	    padding:6px 15px;
	    font-family: proxima-nova, sans-serif;
	    border-radius: 7px;
    }
    
    /*FOOTER*/
    footer {
	    text-align:center;
	    color:#fff;
	    background-image: linear-gradient(134deg, #131A28 0%, #151A26 100%);
	}
	footer .white-btn {margin-top: 25px;}
    footer .white-btn:hover {color:#131A28;}
    footer .logo {
	    width:100px;
	    margin:0 auto;
	    display:block;
	}
    .footer-nav a {
        font-size: 18px;
	    font-family: proxima-nova, sans-serif;
	    text-align: center;
	    display: block;
	    color: white;
	    text-transform: uppercase;
	    padding: 30px 0;
    }
    footer p {margin-bottom:5px;}
    footer p a {color: white !important;}
    footer .socials a {
        color: white;
	    font-size: 22px;
	    padding: 10px;
    }
    footer .socials a:hover {
	    color: #ffffff;
    }
    
    /*END FOOTER*/
    .end-footer {background:#0E1118;color:#fff; text-align: center;font-size:12px;}
    .end-footer a {color:#fff !important;text-decoration: underline;}
    
    /*NEWS*/
    .news-tags {
	    color:#8e8d8d;
	    font-size:14px;
	    margin-top:15px;
    }
    .news-index a {
	    color: #222222;
	    text-decoration: none !important;
    }
	.blockquote.design1 {
		position: relative;
	}
    .blockquote.design1:after {
	    content:url('/images/quote.png');
	    position: absolute;
	    right: 0;
	    top:0;
    }
    .blockquote.design1 .quote {
	    color: #233B65;
	    font-size: 30px;
	    font-style: italic;
	    font-weight: 600;
    }
    .blockquote.design2 {
	    border-left:3px solid #233B65;
    }
    .blockquote.design2 .quote {
	    color:#233B65;
	    padding-left:15px;
    }
    
    /*MOBILE*/
    @media screen and (max-width: 768px) {
		.page-banner h1 {font-size: 30px;}
	    .hidden-sm {display: none;}
	    .show-sm {display: block;}
	    .vert-center {
			position: relative;
			max-width: 100%;
			top:0;
			transform: translateY(0);
		}
		.top-nav:before {display:none !important;}
		.mega-menu {display:none !important;}
		.pmb-4 {padding-bottom:2rem;}
		.main-nav, .top-nav {display: block;text-align: center;}
		.main-nav li, .top-nav li {display: block;}
		.stay-informed input {
			text-align: center;
			margin-bottom:10px;
		}
		.stay-informed form {text-align: center;}
		.footer-nav a {padding:5px 0;}
		footer .logo, footer .white-btn {margin-bottom:15px;}
		.home-banner .text {height:100%;}
		.home-banner {min-height: 200px;}
		.home-banner h1 {
			line-height: 1;
			font-size: 28px;
			margin-bottom: 5px;
		}
		.resource h2 {margin-top:15px;}
		.video-col-content {padding-left:10px; padding-right:10px;}
		.home-banner h2 {
			font-size: 16px;
		}
		.show-image.inner {float: none !important;}
		.show-image.inner img {
		    max-width: 250px;
		    display: block;
		    margin: 0 auto;
		}
		.show-image.inner .show-rating-age {right:0 ;}
		.recommended:before {display: none;}
		.show-rating {right:-15px;}
		.shows h2 {word-break: break-all;}
    }
    .blog {    background-image: linear-gradient(146deg, rgb(245, 245, 246) 0%, #ececec 100%);
}
    .btn-primary{

font-weight: bold;
    outline: none !important;
    border-radius: 7px;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    display: inline-block;
    max-width: 350px;
    transition: linear .2s;
    padding: 3px 15px;
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    margin-right: 10px;
    color: #0D9BA8 !important;
    border: 2px solid #0D9BA8;}
    .btn-primary:hover {
    color: #fff !important;
    background-color: #0D9BA8;
    border-color: #0D9BA8;
}
.columns .column-heading {
    font-weight: 800;
    color: #2C2F37;
    font-size: 38px;
    font-family: proxima-nova, sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
        display: block;
}
.card-title {
    margin-bottom: 0px;
}
.blog p {font-size: 18px;}
.blog h2 {
    color: #2C2F37;
    font-weight: 800;
    font-family: proxima-nova, sans-serif;
    font-size: 48px;
    font-weight: 800;
    padding-bottom: 20px;
    text-align: center;
}
h3.font-bold {padding-top: 10px;}
h4.font-bold {padding-top: 10px;}
.shows-img {	width: 100%;
	max-width: 300px !important;}
@media screen and (max-width: 1400px){
	.banner-logo {
		/* bottom: -94px; */
		left: 0px;
	}
}
/* @media screen and (max-width: 1199px){
	.banner-logo {
		bottom: -117px;
		left: 0px;
	}
} */
/* @media screen and (max-width: 991px){
	.banner-logo {
		bottom: -87px;
	}
} */
@media screen and (max-width: 768px){
	.banner-logo-link {
		margin: 0 auto;
	}
	.banner-logo {
			position: relative;
			bottom: 98px;
			left: 0px;
			margin-bottom: -94px;
	}
	.seal-of-approval {
		right: 0px;
		width: 15%;
	}
}
/* @media screen and (max-width: 576px){
	.review-summary p:last-of-type {
		width: 100%;
	}
	
	.seal-of-approval {
		width: 50%;
		float: revert;
		margin-top: 0px;
	}
} */