
.heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  color: #00263d;
}
div {
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 600;
  letter-spacing: 1px;
  color: #00263d;
}

p {
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #00263d;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}
.mobile-invisible {
  display: initial;
}
@media (max-width: 768px) { /* for mobile/medium sized things */
  .mobile-invisible {
    display: none;
  }
}

section.wrap {
	height: 100%;
	overflow: auto;
	position: relative;
	width: 100%;
	padding-top: 70px;
	z-index: 10;
}

section.wrap .center {
	margin: 0 auto;
}

 /* WEB NAV */

@media (min-width: 768px) {
	section.wrap {
	width: 80%;
	float: right;
	padding-top: 0px;
	}
}

@media (max-width: 875px) {
	.web-nav img.logo {
		width: 80px !important;
		height: auto;
	}
	
	.web-nav #menu li {
		font-size: 1em !important;
	}
	
	.web-nav #menu {
		padding: 0px 25px 0px 25px !important;
	}
	

}

@media (max-width: 1151px) {
	.web-nav #menu {
		padding: 0px 23px 0px 23px !important;
	}
	
}

/************* WEB NAV *************/

.web-nav {
	background-color: #00263D;
	width: 20%;
	height: 100%;
	overflow: auto;
	float: left;
	z-index: 800;
	position: fixed;
	left: 0px;
	min-height: 600px;
	color: #fff;
}



a.small-text {
	font-size: .7em !important;
}


.web-nav img.logo {
	margin: 70px auto 85px auto;
	display: block;
	width: 100px; 
	height: auto;
	cursor: pointer;
}

.web-nav #menu {
	list-style: none;
	padding: 0px 50px 0 50px; /*need to change for media queries */
	color: #fff;
}

.web-nav #menu li {
	margin-bottom: 10px;
	text-align: right;
	font-size: 1.1em;
	width: 100%;
	height: 35px;
}
.web-nav #menu a {
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
}

.web-nav ul li a:hover, a:focus {
	color: #fcb348;
}
/* #3 */
.web-nav #menu .subs-3.plans-menu-3.show-subs-3 ul.link-subs-3 {
	display: none;
}

.web-nav #menu .subs-3 ul.link-subs-3 {
	list-style-type: none;
	font-size: 0.57em !important;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #a1a1a1;
/*	font-weight: 600;*/
}

.web-nav #menu .subs-3.plans-menu-3.show-subs-3 ul.link-subs-3 {
	display: none;
}
/* #2 */

.web-nav #menu .subs-2.plans-menu-2.show-subs-2 ul.link-subs-2 {
	display: none;
}

.web-nav #menu .subs-2 ul.link-subs-2 {
	list-style-type: none;
	font-size: 0.57em !important;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #a1a1a1;
/*	font-weight: 600;*/
}

/* #3 */

.web-nav #menu .subs-1.plans-menu-1.show-subs-1 ul.link-subs-1 {
	display: none;
}


.web-nav #menu .subs-1 ul.link-subs-1 {
	list-style-type: none;
	font-size: 0.57em !important;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #a1a1a1;
/*	font-weight: 600;*/
}

.web-nav #menu .subs.plans-menu.show-subs ul.link-subs {
	display: none;
}

.web-nav #menu .subs ul.link-subs {
	list-style-type: none;
	font-size: 0.57em !important;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #a1a1a1;
/*	font-weight: 600;*/
}

/************* MOBILE NAV *************/
@media (max-width: 550px) {
	.mobile-expand #menu {
		margin-top: 100px !important;
	}
}

.mobile-nav {
	background-color: #00273d;
	position: fixed;
	z-index: 50;
	top: 0px;
	width: 100%;
	padding: 20px 35px 20px 35px;
}

.mobile-nav img.logo {
	height: 35px;
	cursor: pointer;
}

.mobile-nav i { 
	color: #fff;
	position: absolute;
	right: 35px;
	line-height: 40px;
	cursor: pointer;
}

.mobile-nav i:hover {
	color: #fcb348;
}


/********* expanded ********/

.mobile-expand {
	background-color: #00273d;
	position: fixed;
	overflow: scroll;
	z-index: 100;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 20px 35px 20px 35px;
}

.mobile-nav-footer {
	background-color: #00263d;
	position: absolute;
	margin: 0 auto;
	height: auto;
	bottom: 0;
	text-align: center;	
}

.mobile-nav-footer p {
	font-size: 1em;
}

.mobile-expand #menu {
	position: relative;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.3em;
	list-style-type: none;
	text-align: right;
	margin-right: 30px;
	margin-top: 140px;
}

.mobile-expand #menu a {
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
}

.mobile-expand ul li {
	margin-bottom: 10px;
	text-align: right;
	font-size: 1.2em;
	width: 100%;
	height: 35px;
}

.mobile-expand ul li a:hover {
	color: #fcb348;
}

ul li.smalllink {
	font-size: 0.7em !important;
}
.mobile-expand img.logo {
	height: 35px;
}

.mobile-expand i { 
	color: #fff;
	position: absolute;
	right: 35px;
	line-height: 40px;
	cursor: pointer;
	z-index: 100;
}

.mobile-expand i:hover {
	color: #fcb348;
}

.mobile-expand #menu .subs-3.plan-menu-3.show-subs-3 ul.link-subs-3 {
	display: none;
}

.mobile-expand #menu .subs-3 ul.link-subs-3 {
	list-style-type: none;
	font-size: 0.5em !important;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #a1a1a1;
}


.mobile-expand #menu .subs-2.plan-menu-2.show-subs-2 ul.link-subs-2 {
	display: none;
}

.mobile-expand #menu .subs-2 ul.link-subs-2 {
	list-style-type: none;
	font-size: 0.5em !important;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #a1a1a1;
}

.mobile-expand #menu .subs-1.plan-menu-1.show-subs-1 ul.link-subs-1 {
	display: none;
}

.mobile-expand #menu .subs-1 ul.link-subs-1 {
	list-style-type: none;
	font-size: 0.5em !important;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #a1a1a1;
}

.mobile-expand #menu .subs.plan-menu.show-subs ul.link-subs {
	display: none;
}

.mobile-expand #menu .subs ul.link-subs {
	list-style-type: none;
	font-size: 0.5em !important;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #a1a1a1;
}

/************* INTRO PAGE *************/


section.wrap .mobile-bg {
	background: url("../img/mobile-bg.png") no-repeat center center;
	height: 93vh;
	background-size: cover;
}

section.wrap img.mobile-slogan {
	padding: 30px;
	position: absolute;
	top: 45vh;
}

@media (min-width: 550px) {
	section.wrap img.mobile-slogan {
	padding-left: 60px;
		padding-right: 60px;
}
}
video {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
}


@media (max-width: 768px) {
	.plancontent h1, p {
		text-align: center;
	}
	
	.whoweare p, .contact-info p {
		text-align: left !important;
	}
	
	section.wrap .plancontent .healthplan-logos {
	margin: 0 auto;
}
}

@media (max-width: 420px) {
	
	section.wrap .includes {
		padding: 0px 15px 0px 15px !important;
	}
	
}
/********* EXTRA SMALL SCREEN FOR BUTTONS ************/


@media (max-width: 366px) { 
	
	.mobile-expand #menu {
		margin-right: 0px;
	}
	

	.whoweare, .contact-info {
		padding: 10px 15px 50px 15px !important;
	}
	
	.plancontent {
		padding: 20px 15px 30px 15px !important;
	}
	
	section.wrap .imwell-content {
		padding: 50px 15px 50px 15px !important;
	}
	
	section.wrap .translator-content {
		padding: 50px 15px 50px 15px !important;
	}
	
	h1 {
		font-size: 30px !important;
	}
	
	section.wrap .header-image a {
	width: 100%;
	padding-left: 10% !important;
}

section.wrap .header-image a span {
	width: 35%;
	float: right;
	margin-left: 10% !important;
}
	
	section.wrap .peak-header-img a {
	width: 100%;
	padding-left: 10% !important;
}

section.wrap .peak-header-img a span {
	width: 35%;
	float: right;
	margin-left: 10% !important;
}
	section.wrap .imwell-img-mobile a {
	width: 100%;
	padding-left: 10% !important;
}

section.wrap .imwell-img-mobile a span {
	width: 35%;
	float: right;
	margin-left: 10% !important;
}
	section.wrap .bp-header a {
	width: 100%;
	padding-left: 10% !important;
}

section.wrap .bp-header a span {
	width: 35%;
	float: right;
	margin-left: 10% !important;
}
}

/************* ALL HEALTH PLAN PAGES *************/

h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 800;
	text-transform: uppercase;
}

section.wrap .plancontent .healthplan-logos {
	margin-top: 30px;
	margin-bottom: 30px;
	max-height: 150px;
}
.plancontent {
	padding: 10px 30px 30px 30px;
}

.plancontent ul li {
	font-size: 1.4em;
}


@media (min-width: 768px) { 
	.plancontent {
	padding: 30px 50px 50px 50px;
}
}
	
.header-image {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

section.wrap {
	overflow-x: hidden;
	overflow-y: scroll;
}

.plan-column {
	padding: 15px;
}
.enhanced {
	background-color: #D9E3EC;
	border-radius: 10px;
}

.enhanced a {
  color: #00263d;
	text-decoration: none;
}
.enhanced a:hover {
	color: #fcb348;
}


/* PRIMARY CARE background images */ 
#primary-header-image {
	background: url("../img/primary-mobile.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}

#esl-header-image {
	background: url("../img/esl-mobile.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}

#shortterm-header-image {
	background: url("../img/shortterm-mobile.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}

#alumni-header-image {
	background: url("../img/alumni-mobile.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}

#v2c-header-image {
	background: url("../img/v2c-mobile.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}

#d2udoctors-header-image {
	background: url("../img/d2udoctors-mobile.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}

#vaccine-header-image {
	background: url("../img/vaccine-mobile.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}
#remote-header-image {
	background: url("../img/remote-mobile.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}


@media (min-width: 550px) {
	#primary-header-image {
		background: url("../img/primary-tablet.jpg") no-repeat center center;
		height: 400px;
		background-size: cover;
	}
	#esl-header-image {
		background: url("../img/esl-tablet.jpg") no-repeat center center;
		height: 400px;
		background-size: cover;
	}
	
	#shortterm-header-image {
		background: url("../img/shortterm-tablet.jpg") no-repeat center center;
		height: 400px;
		background-size: cover;
	}
	
	#alumni-header-image {
		background: url("../img/alumni-tablet.jpg") no-repeat center center;
		height: 400px;
		background-size: cover;
	}
	
	#v2c-header-image {
		background: url("../img/v2c-tablet.jpg") no-repeat center center;
		height: 400px;
		background-size: cover;
	}
	
	#d2udoctors-header-image {
		background: url("../img/d2udoctors-tablet.jpg") no-repeat center center;
		height: 400px;
		background-size: cover;
	}
	
	#vaccine-header-image {
		background: url("../img/vaccine-tablet.jpg") no-repeat center center;
		height: 400px;
		background-size: cover;
	}
	
		#remote-header-image {
		background: url("../img/remote-tablet.jpg") no-repeat center center;
		height: 400px;
		background-size: cover;
	}

	
	section.wrap .header-image a {
	top: 410px !important;
}
	#d2udoctors-header-image .d2uicons {
		top: 420px !important;
	}

}
@media (min-width: 768px) {
	section.wrap .header-image a {
	top: 340px !important;
}
	
	#d2udoctors-header-image .d2uicons {
		top: 350px !important;
		max-width: 70%;
	}
}

@media (min-width: 992px) {
	#primary-header-image {
		background: url("../img/primary-web.jpg") no-repeat center center;
		height: 500px;
		background-size: cover;
	}
	
	#esl-header-image {
		background: url("../img/esl-web.jpg") no-repeat center center;
		height: 500px;
		background-size: cover;
	}
	
	#shortterm-header-image {
		background: url("../img/shortterm-web.jpg") no-repeat center center;
		height: 500px;
		background-size: cover;
	}
	
	#alumni-header-image {
		background: url("../img/alumni-web.jpg") no-repeat center center;
		height: 500px;
		background-size: cover;
	}
	
	#v2c-header-image {
		background: url("../img/v2c-web.jpg") no-repeat center center;
		height: 500px;
		background-size: cover;
	}
	
	#d2udoctors-header-image {
		background: url("../img/d2udoctors-web.jpg") no-repeat center center;
		height: 500px;
		background-size: cover;
	}
	#remote-header-image {
		background: url("../img/remote-web.jpg") no-repeat center center;
		height: 500px;
		background-size: cover;
	}
	
	h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

	section.wrap .header-image a {
	top: 440px !important;
}
	#d2udoctors-header-image .d2uicons {
		top: 420px !important;
		max-width: 50% !important;
	}
	
}

#d2udoctors-header-image .d2uicons {
		position: absolute;
		top: 340px;
	max-width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
	}

section.wrap .header-image a {
	position: absolute;
	top: 310px;
	right: 0;
	z-index: 999;
	background-color: #fcb348;
	text-decoration: none;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .header-image a span {
	padding: 0px 40px 0px 40px;
	background-color: #EEA73E;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .header-image a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}


/************ ABOUT US PAGE **************/


@media (min-width: 1100px) { /* larger screen size */ 
	.whoweare {
		position: absolute !important;
		width: 40%;
		left: 0;
		top: 0;
		margin: 0px;
		height: 100% !important;
	}
	
	.contact-info {
		margin: 0px 0px 0px 40%;
		height: 100%;
		overflow: auto;
	}
	
	section.contact {
		padding-top: 0px !important;
	}
}

.whoweare {
	background-color: #E9E9E9;
	height: auto;
	padding: 50px;
}

.contact-info {
	padding: 50px;
	background-color: #fff;
}

section.contact a {
	font-size: 1.2em;
	color: #00273d;
	margin-bottom: 20px;
	text-decoration: none;
}

section.contact a:hover {
	color: #eea73e !important;
}

.italics {
	font-style: italic;
}

@media (min-width: 1100px) {
.policy-link {
	position: absolute;
	bottom: 0;
	padding-bottom: 50px;
	
}
}

/******* PRIVACY PAGE *********/

section.privacy .privacy-content {
	padding: 50px;
}

section.privacy .privacy-content p {
	font-size: 1.1em !important;
	text-align: left;
}

section.privacy .privacy-content h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.1em;
}

section.privacy a {
	color: #00263d;
}

section.privacy a:hover {
	text-decoration: none;
	color: #eea73e;
}

/************ PEAK PAGE ***************/

@media (min-width: 1300px){
	section.wrap .col-mysm-5 {
		width: 45%;
	}
	
	section.wrap .col-mysm-7 {
		width: 55%;
	}
	
	section.wrap .hidden-mylg {
		display: none;
	}
}

@media (max-width: 1299px) {
	section.wrap .hidden-mysm {
		display: none;
	}
}

section.wrap .peak-header-img {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

section.wrap .peak-content {
	padding-top: 80px !important;
	text-align: center;
}
#peak-header-image {
	background: url("../img/peakgirls-tabletsize.jpg") no-repeat center center;
	height: 300px;
	background-size: cover;
}

@media (min-width: 768px) {
	#peak-header-image {
		height: 400px;
	}
}

@media (max-width: 768px) {
	section.wrap .includes h1 {
		text-align: center !important;
	}
}
/* small screen button */ 
section.wrap .peak-header-img a {
	position: absolute;
	top: 340px;
	right: 0;
	z-index: 999;
	background-color: #76c79e;
	text-decoration: none;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .peak-header-img a span {
	padding: 0px 40px 0px 40px;
	background-color: #68BD92;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .peak-header-img a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}


section.wrap a.aos-init:hover, a.aos-init:focus {
	color: #fff;
}


section.wrap .peak-intro {
	padding: 100px 70px 100px 70px;
}

@media (min-width: 1300px) {
	section.wrap .peak-intro {
		padding: 70px;
	}
}
section.wrap .peak-photo .peak-forlarge { 
	display: none;
}

section.wrap .peak-photo .peak-forsmall {
	display: inline;
/*	float: right;*/
/*	max-width: 100%;*/
	height: 100%;
}

@media (min-width: 1300px) {
section.wrap .peak-photo .peak-forlarge {
	display: inline;
	}
	section.wrap .peak-photo .peak-forsmall {
	display: none;
}
}

section.wrap .peak-photo {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
section.wrap .peak-photo img {
	position: relative;
	padding-bottom: 30px;
	height: 100%;
}

@media (min-width: 1930px) {
	section.wrap .peak-photo img {
	float: right;
}
}

section.wrap .peak-highlight {
	background-color: #e5eff3;
	border-radius: 10px;
	padding: 50px;
	margin: 70px 70px 70px 70px;

}

section.wrap img.peak-highlight-icon {
	padding: 50px;

}

@media (min-width: 768px) {
	section.wrap .peak-padding {
		display: flex;
		align-items: center;
	}

	section.wrap img.peak-highlight-icon {
		padding: 0px;
	}
}

section.wrap .peak-padding p {
	margin-bottom: 0px;
}

section.wrap .peak-padding a {
	color: #1373a0;
	text-decoration: none;
}

section.wrap .peak-padding a:hover, a:focus {
	color: #68BD92;
}
/* large button */

section.wrap .peak-photo a {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #76c79e;
	text-decoration: none;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .peak-photo a span {
	padding: 0px 40px 0px 40px;
	background-color: #68BD92;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .peak-photo a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

section.wrap .includes {
	padding: 0px 70px 0px 70px;
}

section.wrap .includes h1 {
	color: #1373a0;
}

section.wrap .includes ul {
	margin-bottom: 0px !important;
}
section.wrap .includes ul li {
	font-size: 1.4em;
	margin-bottom: 1em;
}


/*************** IM WELL PAGE **************/
/*
section.wrap .left-side {
	height: 100%;
}
*/

section.wrap .imwell-img {
	background: url("../img/imwell-header.jpg");
	position: fixed;
	height: 100%;
	width: 35%;
/*	background-size: cover;*/
}

section.wrap .imwell-img-mobile {
	background: url("../img/imwell-mobile.jpg");
	position: absolute;
	height: 300px;
	z-index: 1;
}

section.wrap .imwell-content {
	top: 300px;
	padding: 50px;
	overflow: hidden;
}

section.wrap .imwell-img-mobile a {
	position: absolute;
	top: 240px;
	right: 0;
	z-index: 999;
	background-color: #77c342;
	text-decoration: none;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .imwell-img-mobile a span {
	padding: 0px 40px 0px 40px;
	background-color: #6CB638;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .imwell-img-mobile a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

/* diversity page */

section.wrap .diversity-img {
	background: url("../img/diversity-header.jpg");
	position: fixed;
	height: 100%;
	width: 35%;
	background-size: cover;
}


section.wrap .diversity-img-mobile a {
	position: absolute;
	top: 240px;
	right: 0;
	z-index: 999;
	background-color: #EEA73E;
	text-decoration: none;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .diversity-img-mobile a span {
	padding: 0px 40px 0px 40px;
	background-color: #fcb348;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .diversity-img-mobile a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}


section.wrap .diversity-img-mobile {
	background: url("../img/diversity-mobile.jpg");
	position: absolute;
	height: 300px;
	z-index: 1;
}

@media (min-width: 550px) {
	
	section.wrap .imwell-img-mobile {
	background: url("../img/imwell-tablet.jpg");
		position: absolute;
		z-index: 1;
	}
	
	section.wrap .imwell-content {
		top: 400px;
		position: absolute;
		z-index: 999;
	}
	
	section.wrap .imwell-img-mobile a {
		top: 250px !important;
	}
	
	section.wrap .translator-img-mobile {
	background: url("../img/translator-tablet.jpg") !important;
		position: absolute;
		z-index: 1;
	}
	
	section.wrap .j1visa-img-mobile {
		background: url("../img/j1visa-tablet.jpg") !important;
		position: absolute;
		z-index: 1;
	}
	section.wrap .diversity-img-mobile {
	background: url("../img/diversity-tablet.jpg");
		position: absolute;
		z-index: 1;
	}
	
	section.wrap .diversity-img-mobile a {
		top: 250px !important;
	}
	
}

@media (min-width: 768px) {
	section.wrap .imwell-img-mobile {
	background: url("../img/imwell-tablet.jpg");
		position: absolute;
		z-index: 1;
		height: 400px;
	}
	
	section.wrap .translator-img-mobile {
	background: url("../img/translator-tablet.jpg");
		position: absolute;
		z-index: 1;
		height: 400px;
	}
	
	section.wrap .j1visa-img-mobile {
	background: url("../img/j1visa-tablet.jpg");
		position: absolute;
		z-index: 1;
		height: 400px;
	}
	
	section.wrap .diversity-img-mobile {
	background: url("../img/diversity-tablet.jpg");
		position: absolute;
		z-index: 1;
		height: 400px;
	}
	
	section.wrap .imwell-img-mobile a {
	top: 340px !important;
	}
	
	section.wrap .diversity-img-mobile a {
	top: 340px !important;
	}
}

@media (min-width: 992px) {
section.wrap .imwell-content {
/*	position: absolute;*/
	right: 0;
	padding: 50px 50px 50px 0px;
	top: 0;
	}
	
}

section.wrap .imwell-content h1 {
	padding-top: 0px;
	color: #3673bb;
}

section.wrap .imwell-content .imwell-logo {
	height: 100px;
	width: auto;
}

section.wrap .imwell-img a {
	position: absolute;
	bottom: 0;
	right: -50px;
	background-color: #77c342;
	text-decoration: none;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .imwell-img a span {
	padding: 0px 40px 0px 40px;
	background-color: #6CB638;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .imwell-img a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

section.wrap .imwell-content h3 {
	font-weight: 600;
	color: #3673bb;
}

section.wrap .imwell-icons img {
	width: 100px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

section.wrap .imwell-icons p {
	line-height: 1em;
	text-align: center;
	margin-bottom: 0px !important;
}



section.wrap .diversity-img a {
	position: absolute;
	bottom: 0;
	right: -50px;
	background-color: #EEA73E;
	text-decoration: none;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .diversity-img a span {
	padding: 0px 40px 0px 40px;
	background-color: #fcb348;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .diversity-img a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

section.wrap .dark-blue {
	color: #00263d !important;
}


/**************** BACKPACK PAGE ****************/

section.wrap .bp-header {
	background: url("../img/backpack-headerImg.png");
	height: 300px;
}

section.wrap .bp-header .logo-md {
	display: none;
}

section.wrap .bp-header .bp-sm {
	display: none;
}

section.wrap .bp-photo .bp-lg {
	display: none;
}

section.wrap .bp-header .logo-sm {
	max-height: 220px;
	margin: 0 auto;
	padding-top: 30px;
}

section.wrap .bp-content {
	position: absolute;
}
section.wrap .bp-text {
	padding: 100px 30px 80px 30px;
}
section.wrap .col-bp-lg-5 ul li {
	font-size: 1.4em;
}

@media (min-width: 580px){
	
	section.wrap .bp-header .bp-sm {
		display: inline-block !important;
		max-height: 410px;
		margin-top: 10px;
	}
	
	section.wrap .bp-header .col-bp-logo-sm {
		width: 58.333333%;
		display: inline-block !important;
	}
}

@media (min-width: 768px) {
	section.wrap .bp-header a {
		top: 240px !important;
	}
	
	section.wrap .bp-text {
		padding: 110px 80px 50px 80px;
	}
}

@media (min-width: 1490px) { /* switching the backpack mock photos */ 
	section.wrap .bp-header .bp-sm {
		display: none !important;
	}
	
	section.wrap .bp-header {
		height: 30vh;
	}
	
	section.wrap .bp-photo .bp-lg {
		display: inline-block !important;
		height: 93vh;
/*		position: fixed;*/
/*		bottom: 0 !important;*/
		z-index: 500;
		float: right;
/*		right: 0 !important;*/
	}
	
	section.wrap .bp-header a {
		display: none !important;
	}
	
	section.wrap .bp-photo a {
		display: inline-block !important;
	}
	section.wrap .col-bp-lg-5 {
		width: 60% !important;
		position: absolute;
/*		display: inline-block !important;*/
	}
	
	section.wrap .col-bp-lg-7 {
		width: 35% !important;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	
	section.wrap .bp-content {
		position: relative;
		height: 70vh;
	}
	
	section.wrap .bp-header .logo-md {
		display: inline-block !important;
		margin-left: 80px;
		margin-top: 11vh;
		height: 9vh;
	}
	
	section.wrap .bp-header .logo-sm {
		display: none !important;
	}
	
	section.wrap .bp-text {
		padding: 50px 80px 50px 80px;
	}
	
}

@media (min-width: 1675px) {
	section.wrap .col-bp-lg-5 {
		width: 60% !important;
	}
}


/* SMALL BUTTON */

section.wrap .bp-header a {
	position: absolute;
	top: 320px;
	left: 0;
	z-index: 999;
	background-color: #fcb348;
	text-decoration: none;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .bp-header a span {
	padding: 0px 40px 0px 40px;
	background-color: #EEA73E;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .bp-header a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}


/* BUTTON */

section.wrap .bp-photo a {
	position: absolute;
	bottom: 0;
	right: 29%;
	z-index: 999;
	background-color: #fcb348;
	text-decoration: none;
	height: 80px;
	display: none; /* inline-block */
	line-height: 80px;
	padding-left: 60px;
	font-size: 1.2em;
	font-weight: 600;
}

section.wrap .bp-photo a span {
	padding: 0px 40px 0px 40px;
	background-color: #EEA73E;
	right: 0;
	margin-left: 60px;
	display: inline-block;
}

section.wrap .bp-photo a span i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

/* NEW TO CANADA PAGE */

.newcomer-header .blue-box
{
	height: 300px;
	position: relative;
	background-color: #bccfdf;
}

.newcomer-header .blue-box h1 {
	text-align: center !important;
	position: relative;
	top: 50%;
	bottom: 50%;
	margin: 0;
	transform: translate(0%, -50%);
	font-size: 5em;
}

.newcomer-content img.vaccine-icon-mobile {
	margin: 0 auto !important;
	padding-left: 50px;
	padding-right:  50px;
	padding-bottom: 40px;
	max-width: 300px;
}


/* TRANSLATOR PAGE */

section.wrap .translator-img {
	background: url("../img/translator-header.jpg");
	position: fixed;
	height: 100%;
	width: 35%;
	background-size: cover;
}

section.wrap .translator-img-mobile {
	background: url("../img/translator-mobile.jpg");
	position: absolute;
	height: 300px;
	z-index: 1;
}

section.wrap .translator-content {
	top: 300px;
	text-align: center;
	overflow: hidden;
}

section.wrap img.translator-lang {
	max-width: 80%;
	margin: 0 auto;
}

/***** J1 VISA PAGE ****/

section.wrap .j1visa-img {
	background: url("../img/j1visa-header.jpg");
	position: fixed;
	height: 100%;
	width: 35%;
	background-size: cover;
}

section.wrap .j1visa-img-mobile {
	background: url("../img/j1visa-mobile.jpg");
	position: absolute;
	height: 300px;
	z-index: 1;
}

section.wrap .translator-content ul li {
	font-size: 1.4em;
	text-align: left;
}

/*** continuity of care PAGE ***/

section.wrap img.continuity-logo {
	padding: 50px;
	margin: 0 auto;
}

section.wrap img.continuity-icons {
	padding: 35px 0px 35px 0px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	section.wrap  img.continuity-icons {
		padding: 35px 150px 35px 150px;
	}
}

section.wrap .continuitycontent {
	text-align: center;
	padding-bottom: 80px;
}

@media (min-width: 550px) {
	
	section.wrap .translator-content {
		top: 400px;
		position: absolute;
		z-index: 999;
	}
	
	.newcomer-header .blue-box h1 {
	font-size: 7em;
}
	
	.newcomer-header .newcomer-content {
		padding-top: 100px !important;
	}
}

@media (min-width: 768px) {
	section.wrap .translator-content {
		top: 300px;
	}
	
	.newcomer-header img.vaccine-icon {
	position: absolute;
	max-width: 200px;
	top: 250px;
	padding-left: 20px;
}	
	
	section.wrap .vaccine-img {
	position: fixed;
	background: url("../img/vaccine-bg.jpg");
	height: 100%;
		right: 0;
	background-size: cover;
		width: 45%;
}
	
	section.wrap img.continuity-logo {
	padding: 100px;
}


/*
	section.wrap .vaccine-content {
		float: right;
	}
*/
}

@media (min-width: 992px) {
	section.wrap .translator-content {
/*	position: absolute;*/
	right: 0;
	padding: 50px 50px 50px 0px;
	top: 0;
	overflow: hidden;
	text-align: left;
	}
	
	section.wrap img.translator-lang {
		margin: 0;
	}
	
}

@media (min-width: 1280px){
	.newcomer-header img.vaccine-icon {
		left: 7%;
}
}

/************ AGENTS PAGE ***********/

section.wrap .agents-bg {
	background: url("../img/agents-mobile.jpg") no-repeat center center;
	background-size: cover;
	height: 400px;
	display: flex;
	flex-direction: column;
}

section.wrap .agents-header {
	padding-left: 0px !important;
	padding-right: 0px;
	width: auto;
	margin-top: auto;
}

section.wrap .agents-header h1 {
	background-color: #fcb348;
	padding: 40px;
	color: #fff;
	margin: 0 !important;
	font-weight: 900;
	font-size: 1.5em !important;	
}


section.wrap .bp-text .agents-icon img.agents-icon-each {
	margin: 0 auto;
	padding: 20px;
}

	
section.wrap .bp-text .agents-icon p {
	text-align: center;
}

section.wrap .bp-text .agents-text a {
	color: #00263d;
	font-weight: 900;
}

section.wrap .bp-text .agents-text a:hover, a:active {
	color: #fcb348;
	text-decoration: none;
}

@media (min-width: 450px) {
	section.wrap .agents-header h1 {
	font-size: 2em !important;
}
}

@media (min-width: 768px) {
	section.wrap .agents-header h1 {
	font-size: 2em !important;
}
}

@media (min-width: 550px) {
	section.wrap .agents-bg {
	background: url("../img/agents-tablet.jpg") no-repeat center center;
	background-size: cover;
		height: 500px;
}
	
	section.wrap .agents-header h1 {
	font-size: 2.5em !important;
	}

}
@media (min-width: 992px){
		section.wrap .agents-bg {
	background: url("../img/agents-web.jpg") no-repeat center center;
	background-size: cover;
		height: 60%;
}
	section.wrap .agents-header h1 {
	font-size: 3.7em !important;
	}
}


/*********** SAP PAGE **********/

section.wrap img.sap-logo {
	margin: 0 auto;
	padding: 50px;
}

section.wrap .plancontent .sap-services-web {
	margin: 0 auto;
}


@media (min-width: 768px) {
	section.wrap img.sap-logo {
	padding: 50px 100px 50px 100px;
}
	
}

@media (min-width: 1200px) {
	section.wrap .plancontent .sap-services-web {
		padding: 0px 100px 0px 100px;
	}
}



/*********** PUBLICATIONS PAGE **********/

section.wrap .publications-content {
	text-align: center;
	padding: 30px 0 30px 0;
}

 
section.wrap .read-more-btn {
	padding: 10px 25px;
	border-radius: 20px;
	background-color: #00263D;
	color: #fff;
}

section.wrap .read-more-btn:hover, .read-more-btn:focus {
	background-color: #fcb348;
}

@media (min-width: 992px) {
	section.wrap .publications-text {
		height: 250px;
	}
}

@media (min-width: 1140px) {
	section.wrap .publications-text {
		height: 190px;
	}
}

@media (min-width: 1679px) {
	section.wrap .publications-text {
		height: 130px;
	}
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*********** REMOTE PAGE **********/

section.wrap img.remote-logo {
	padding: 60px 70px 70px 70px;
}

@media (min-width: 1150px) {
	section.wrap img.remote-logo {
		max-width: 850px;
		margin: 0 auto;
	}
}

section.wrap .remote-content h3 {
	margin-top: 50px;
}


/****** VIRTUAL HEALTH HUB PAGE *********/


.healthhub-logo {
	padding: 100px 50px 50px 50px;
	margin: 0 auto;

}

@media (min-width: 1200px) {
	.healthhub-logo {
		padding: 100px 100px 50px 100px;
	}
	.agentservices-logo {
	padding: 0px 100px 0px 100px;
}
}