@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400,300);

html {
  box-sizing: border-box;
}

/**, *::after, *::before {
  box-sizing: inherit;
}*/

/*
320px is 20em is $xs-screen
480px is 30em is $sm-screen
768px is 48em is $tabp-screen
1024px is 64em is $tabl-screen
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #F5F4ED;

	border: 0;
	/*border-radius: 3px;*/
	color: #F5F4ED;
	cursor: pointer;
	display: inline-block;
    font-family: "proxima-nova", sans-serif;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	
	line-height: 1;
  /*padding: 0.75em 1.5em;*/
	text-align: center;
	text-decoration: none;
    transition: background-color 150ms ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
  white-space: nowrap;
}
/*button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: red;
  color: #fff;
}*/

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
	cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #008ad0;
}

fieldset {
	background-color: transparent;
	border: 0;
	margin: 0;
  padding: 0;
}

legend {
    font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
	padding-top:2px;
    display: block;
	font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
	display: block;
    font-family: "proxima-nova", sans-serif;
  font-size: 1em;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
    transition: border-color 150ms ease;
  width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: silver;
}
/*input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
	border-color: #008ad0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 121, 183, 0.7);
  outline: none;
}*/
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
	background-color: #f2f2f2;
  cursor: not-allowed;
  color:#d2cdc2 !important;
}
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  /*border: 1px solid #f0f0f0;*/
}
input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9b9b9d;
}
input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #9b9b9d;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
	display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

html {
  box-sizing: border-box;
}
/*
*,
*::before,
*::after {
  box-sizing: inherit;
}*/

html,
body {
  height: 100%;
}

ul,
ol {
	list-style-type: none;
    margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
    font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
	margin: 0;
  max-width: 100%;
}

table {
	border-collapse: collapse;
  margin: 0.75em 0;
	table-layout: fixed;
  width: 100%;
}

th {
	border-bottom: 1px solid #b4b4b4;
	font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
    border-bottom: 1px solid #f0f0f0;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
	color: #58585b;
    font-family: "proxima-nova", sans-serif;
	font-size: 1em;
	line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 1.333em;
	line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: normal;
}

h1.on-light,
h2.on-light,
h3.on-light,
h4.on-light,
h5.on-light,
h6.on-light {
  color: #004a80;
}

h1.on-dark,
h2.on-dark,
h3.on-dark,
h4.on-dark,
h5.on-dark,
h6.on-dark {
  color: white;
}

p {
  margin: 0 0 0.75em;
}

p.on-light {
  color: #58585b !important;
}

p.on-dark {
  color: white !important;
}

a:active, a:focus, a:hover {
  color: #00689c;
}

hr {
	border-bottom: 1px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
  margin: 1.5em 0;
}

h1 {
	font-size: 36px;
  line-height: 42px;
}

h1.on-light {
  color: #004a80;
}

h1.on-dark {
  color: white;
}

h2 {
    font-family: "proxima-nova", sans-serif;
	font-size: 32px;
    line-height: 42px;
  color: #004a80;
}

h2.on-light {
  color: #004a80;
}

h2.on-dark {
  color: white;
}

h2.dotted-headline {
	text-align: center;
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 36px;
	line-height: 42px;
    background-image: url("../images/headline_dot_accent.png");
    background-position: center bottom;
	background-repeat: no-repeat;
    padding-bottom: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	h2.dotted-headline {
        background-image: url("../images/headline_dot_accent_2x.png");
        background-size: 60px 4px;
	}
}

h3 {
    font-family: "proxima-nova", sans-serif;
	font-size: 22px;
	line-height: 30px;
    color: #004a80;
    display: inline-block;
}

h3.on-light {
  color: #004a80;
}

h3.on-dark {
  color: white;
}

h3>a:after {
    content: '';
	display: block;
	height: 2px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
  position: relative;
}

@media screen and (max-width:64em) {
	h3>a:after {
		background: transparent;
    width: 100%;
	}
}

h3>a:hover:after {
	width: 100%;
  background: rgba(0, 171, 242, 0.2);
}

p {
	font-size: 18px;
	line-height: 28px;
  color: #58585b;
}

p.on-light {
  color: #004a80;
}

p.on-dark {
  color: white;
}

p.hero-text {
	font-size: 22px;
	line-height: 36px;
  color: white;
}

.unit.banner h1 {
  color: #004a80;
}

.unit.banner h1.dotted-underline {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 30px;
	line-height: 50px;
    background-image: url("../images/headline_dot_accent.png");
    background-position: left bottom;
  background-repeat: no-repeat;
}

.unit.banner h1.dotted-underline-event {
	font-family: "Whitman Display Light", Georgia, Times, serif;
    font-size: 29px;
    line-height: 50px;
    background-image: url("../images/headline_dot_accent.png");
	background-repeat: no-repeat;
     
}

@media only screen and (-webkit-min-device-pixel-ratio:1.3),
only screen and (-webkit-min-device-pixel-ratio:1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
	.unit.banner h1.dotted-underline {
        background-image: url("../images/headline_dot_accent_2x.png");
    background-size: 60px 4px;
	}
}

@media screen and (max-width:30em) {
	.unit.banner h1.dotted-underline {
		font-size: 26px;
		line-height: 32px;
		white-space: nowrap;
    padding-bottom: 5px;
	}
}

@media screen and (max-width:48em) {
	.unit.banner h1 {
    font-size: 28px;
	}
}

.unit.banner h1.on-light {
  color: #004a80;
}

.unit.banner h1.on-dark {
  color: white;
}

.unit.hero h1 {
	font-size: 80px;
  color: white;
}

.unit.feature h2 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 48px;
	line-height: 60px;
  color: #004a80;
}

.unit.feature h2.on-light {
  color: #004a80;
}

.unit.feature h2.on-dark {
  color: white;
}

.unit.feature h3 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 36px;
	line-height: 42px;
  color: #004a80;
}

.unit.feature h3.on-light {
  color: #004a80;
}

.unit.feature h3.on-dark {
  color: white;
}

.unit.feature h4 {
    font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 19px;
    font-weight: bold;
    letter-spacing: 0.8em;
  text-transform: uppercase;
}

.unit.feature h4.on-light {
  color: #004a80;
}

.unit.feature h4.on-dark {
  color: white;
}

.unit.feature p {
	font-size: 18px;
	line-height: 28px;
  color: #58585b;
}

.unit.feature p.on-light {
  color: #004a80;
}

.unit.feature p.on-dark {
  color: white;
}

.learn-more-link, #hero-owl-fa-program.owl-carousel .slide-content ul li a {
	display: inline-block;
	margin: 0;
    color: #004A80;
    border-bottom: 1px solid #00ACF2;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease;
	font-size: 16px;
  line-height: 24px;
}
.learn-more-link:hover, #hero-owl-fa-program.owl-carousel .slide-content ul li a:hover {
  color: #00ACF2;
}

.unit.callout h3 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 24px;
	line-height: 42px;
  color: #004a80;
}

.unit.callout p {
	font-size: 16px;
  line-height: 24px;
}

footer p.legal-copy {
    color: white;
    font-family: "Whitman Display Light", Georgia, Times, serif;
	line-height: 20px;
  font-size: 14px;
}

.btn-test .column {
  max-width: 200px;
}

.btn-cont.white {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
  /*
          min-width: 200px;
          max-width: 250px;
  */
    transition: all 0.2s ease;
    background: white;
    transition: all 0.2s ease;
  background: white;
}

.btn-cont.white:hover {
  background: #00acf2;
}

.btn-cont.white:hover button {
    background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  transition: all 0.2s ease;
}

.btn-cont.white:hover button .btn-icon:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white:hover button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}

.btn-cont.white button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
    background: white;
	box-shadow: inset 0 0 0 1px #008ad0;
  color: #008ad0;
}

.btn-cont.white button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.white button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.white button .btn-icon:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.white:hover {
  background: #00acf2;
}

.btn-cont.white:hover button {
	background: #00acf2;
    color: white;
  box-shadow: inset 0 0 0 1px white;
}

.btn-cont.white:hover button .btn-icon:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.white:hover button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.white.internal {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
  /*
          min-width: 200px;
          max-width: 250px;
  */
    transition: all 0.2s ease;
    background: white;
    transition: all 0.2s ease;
  background: white;
}

.btn-cont.white.internal:hover {
  background: #00acf2;
}

.btn-cont.white.internal:hover button {
    background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
    transition: all 0.2s ease;
  box-shadow: none;
}

.btn-cont.white.internal:hover button .btn-icon:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white.internal:hover button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}

.btn-cont.white.internal button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
    background: white;
	box-shadow: inset 0 0 0 1px #008ad0;
	color: #008ad0;
  box-shadow: none;
}

.btn-cont.white.internal button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.white.internal button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.white.internal button .btn-icon:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.white.internal:hover {
  background: #00acf2;
}

.btn-cont.white.internal:hover button {
	background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.white.internal:hover button .btn-icon:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.white.internal:hover button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.white.watch {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
  /*
          min-width: 200px;
          max-width: 250px;
  */
    transition: all 0.2s ease;
    background: white;
    transition: all 0.2s ease;
  background: white;
}

.btn-cont.white.watch:hover {
  background: #00acf2;
}

.btn-cont.white.watch:hover button {
    background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
    transition: all 0.2s ease;
  box-shadow: none;
}

.btn-cont.white.watch:hover button .btn-icon:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white.watch:hover button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}

.btn-cont.white.watch button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
    background: white;
	box-shadow: inset 0 0 0 1px #008ad0;
	color: #008ad0;
  box-shadow: none;
}

.btn-cont.white.watch button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.white.watch button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow.png");
  background-image: url("../images/button_watch_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white.watch button .btn-icon:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.white.watch button .btn-icon:after {
        background-image: url("../images/button_watch_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.white.watch:hover {
  background: #00acf2;
}

.btn-cont.white.watch:hover button {
	background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.white.watch:hover button .btn-icon:after {
    background-image: url("../images/button_right_arrow_white.png");
  background-image: url("../images/button_watch.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white.watch:hover button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.white.watch:hover button .btn-icon:after {
        background-image: url("../images/button_watch_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.white.mail {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
  /*
          min-width: 200px;
          max-width: 250px;
  */
    transition: all 0.2s ease;
    background: white;
    transition: all 0.2s ease;
  background: white;
}

.btn-cont.white.mail:hover {
  background: #00acf2;
}

.btn-cont.white.mail:hover button {
    background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
    transition: all 0.2s ease;
  box-shadow: none;
}

.btn-cont.white.mail:hover button .btn-icon:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white.mail:hover button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}

.btn-cont.white.mail button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
    background: white;
	box-shadow: inset 0 0 0 1px #008ad0;
	color: #008ad0;
  box-shadow: none;
}

.btn-cont.white.mail button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.white.mail button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	top: -4px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow.png");
    background-image: url("../images/button_mail_white.png");
  background-image: url("../images/button_mail.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white.mail button .btn-icon:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white.mail button .btn-icon:after {
        background-image: url("../images/button_mail_white_2x.png");
    background-size: 24px 16px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.white.mail button .btn-icon:after {
        background-image: url("../images/button_mail_2x.png");
    background-size: 24px 16px;
	}
}

.btn-cont.white.mail:hover {
  background: #00acf2;
}

.btn-cont.white.mail:hover button {
	background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.white.mail:hover button .btn-icon:after {
    background-image: url("../images/button_right_arrow_white.png");
  background-image: url("../images/button_mail_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.white.mail:hover button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.white.mail:hover button .btn-icon:after {
        background-image: url("../images/button_mail_white_2x.png");
    background-size: 24px 16px;
	}
}

.btn-cont.light {
    margin: 20px 0 0 0;
	padding: 5px;
    border-radius: 0;
	text-align: center;
	display: inline-block;
    width: 200px;
    transition: all 0.2s ease
}

.btn-cont.light button {
	display: block;
	width: 100%;
    border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
  padding: 0 0 30px 0;
}

.btn-cont.light button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.light button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.light button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.light.internal {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease
}

.btn-cont.light.internal button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
  box-shadow: none;
}

.btn-cont.light.internal button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.light.internal button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.light.internal button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.medium {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #008ad0;
}

.btn-cont.medium:hover {
  background: #00acf2;
}

.btn-cont.medium:hover button {
	background: #00acf2;
    color: white;
  box-shadow: inset 0 0 0 1px white;
}

.btn-cont.medium button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #008ad0;
  box-shadow: inset 0 0 0 1px white;
}

.btn-cont.medium button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.medium button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.medium button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.medium.internal {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #008ad0;
}

.btn-cont.medium.internal:hover {
  background: #00acf2;
}

.btn-cont.medium.internal:hover button {
	background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.medium.internal button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #008ad0;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.medium.internal button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.medium.internal button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.medium.internal button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.medium.clear-filters {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #008ad0;
}

.btn-cont.medium.clear-filters:hover {
  background: #00acf2;
}

.btn-cont.medium.clear-filters:hover button {
	background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.medium.clear-filters button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #008ad0;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.medium.clear-filters button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.medium.clear-filters button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow_white.png");
  background-image: url("../images/button_refresh.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.medium.clear-filters button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.medium.clear-filters button .btn-icon:after {
        background-image: url("../images/button_refresh_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.medium.watch {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #008ad0;
}

.btn-cont.medium.watch:hover {
  background: #00acf2;
}

.btn-cont.medium.watch:hover button {
	background: #00acf2;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.medium.watch button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #008ad0;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.medium.watch button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.medium.watch button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow_white.png");
  background-image: url("../images/button_watch_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.medium.watch button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.medium.watch button .btn-icon:after {
        background-image: url("../images/button_watch_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.dark {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.dark:hover {
  background: #008ad0;
}

.btn-cont.dark:hover button {
	background: #008ad0;
    color: white;
  box-shadow: inset 0 0 0 1px white;
}

.btn-cont.dark button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
  box-shadow: inset 0 0 0 1px white;
}

.btn-cont.dark button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.dark button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.dark button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.dark.internal {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.dark.internal:hover {
  background: #008ad0;
}

.btn-cont.dark.internal:hover button {
	background: #008ad0;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.internal button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.internal button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.dark.internal button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.dark.internal button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.dark.btn-upload {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.dark.btn-upload:hover {
  background: #008ad0;
}

.btn-cont.dark.btn-upload:hover button {
	background: #008ad0;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.btn-upload button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.btn-upload button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.dark.btn-upload button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow_white.png");
    background-image: url("../images/button_upload_white.png");
	margin-top: 8px;
  height: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.dark.btn-upload button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.dark.btn-upload button .btn-icon:after {
        background-image: url("../images/button_upload_white_2x.png");
    background-size: 26px 20px;
	}
}

.btn-cont.dark.btn-dropbox {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.dark.btn-dropbox:hover {
  background: #008ad0;
}

.btn-cont.dark.btn-dropbox:hover button {
	background: #008ad0;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.btn-dropbox button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.btn-dropbox button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.dark.btn-dropbox button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow_white.png");
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.dark.btn-dropbox button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.dark.btn-dropbox button .btn-icon:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.dark.btn-add {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.dark.btn-add:hover {
  background: #008ad0;
}

.btn-cont.dark.btn-add:hover button {
	background: #008ad0;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.btn-add button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.btn-add button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.dark.btn-add button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow_white.png");
  background-image: url("../images/button_add.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.dark.btn-add button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.dark.btn-add button .btn-icon:after {
        background-image: url("../images/button_add_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.dark.clear-filters {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.dark.clear-filters:hover {
  background: #008ad0;
}

.btn-cont.dark.clear-filters:hover button {
	background: #008ad0;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.clear-filters button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.clear-filters button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.dark.clear-filters button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow_white.png");
  background-image: url("../images/button_refresh.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.dark.clear-filters button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.dark.clear-filters button .btn-icon:after {
        background-image: url("../images/button_refresh_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.dark.mail {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.dark.mail:hover {
  background: #008ad0;
}

.btn-cont.dark.mail:hover button {
	background: #008ad0;
    color: white;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.mail button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.dark.mail button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.dark.mail button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	top: -4px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
    background-image: url("../images/button_right_arrow_white.png");
  background-image: url("../images/button_mail_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.dark.mail button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .btn-cont.dark.mail button .btn-icon:after {
        background-image: url("../images/button_mail_white_2x.png");
    background-size: 24px 16px;
	}
}

.btn-cont.green {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
  /*
          min-width: 200px;
          max-width: 250px;
  */
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.green:hover {
  background: #50960a;
}

.btn-cont.green:hover button {
  background: #50960a;
}

.btn-cont.green button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
  box-shadow: inset 0 0 0 1px white;
}

.btn-cont.green button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.green button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.green button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.green.internal {
    margin: 20px 0 0 0;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	width: 200px;
  /*
          min-width: 200px;
          max-width: 250px;
  */
    transition: all 0.2s ease;
  background: #03c07c;
}

.btn-cont.green.internal:hover {
  background: #50960a;
}

.btn-cont.green.internal:hover button {
  background: #50960a;
}

.btn-cont.green.internal button {
	display: block;
	width: 100%;
	border-radius: 0;
    color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	letter-spacing: .7px;
	padding: 0;
	line-height: 40px;
    transition: all 0.2s ease;
	margin: 0;
	height: 42px;
    padding: 0 0 30px 0;
	background: #03c07c;
    box-shadow: inset 0 0 0 1px white;
  box-shadow: none;
}

.btn-cont.green.internal button .btn-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 33px;
  transition: all 0.2s ease;
}

.btn-cont.green.internal button .btn-icon:after {
	content: "";
	position: absolute;
	top: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 10px;
    transition: all 0.2s ease;
	margin-top: 6px;
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.btn-cont.green.internal button .btn-icon:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.btn-cont.btn-wide {
  width: 284px !important;
}

.btn-cont.btn-full {
  width: 100% !important;
}

@media screen and (max-width:48em) {
	.btn-cont.btn-full {
    max-width: 100% !important;
	}
}

.btn-cont.btn-extra-wide {
  width: 356px !important;
}

.btn-cont.btn-fill {
  width: 100% !important;
}

.btn-cont.after-upload {
  background-color: #000036 !important;
}

.btn-cont.after-upload button {
  background-color: #000036 !important;
}

@media screen and (max-width:30em) {
	.btn-cont {
		width: 100%!important;
    max-width: 295px;
	}
}

footer .btn-cont {
	float: none;
	width: 75%!important;
  margin-top: 40px;
}

@media screen and (max-width:80em) {
	footer .btn-cont {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 73.1442570605%;
    float: none;
	}

	footer .btn-cont:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:48em) {
	footer .btn-cont {
		float: right;
		width: 50%;
    margin-top: 10px !important;
	}
}

@media screen and (max-width:30em) {
	footer .btn-cont {
    width: 136px !important;
	}

	footer .btn-cont .btn-icon {
    padding-right: 0 !important;
	}

	footer .btn-cont .btn-icon:after {
    content: none !important;
	}
}

.ie .btn-icon:after {
  top: -11px !important;
}

.gecko .btn-cont button .btn-icon {
  top: 0 !important;
}

body {
	margin: 0;
	padding: 0;
  -webkit-font-smoothing: antialiased;
}

.clear {
  clear: both;
}

@media screen and (max-width:64em) {
	.no-scroll {
    overflow: visible !important;
	}
}

a img {
  border: 0px;
}

.close-button {
	float: right;
	color: #58585b;
	text-transform: uppercase;
	position: relative;
	transform: translateY(100%);
  margin-right: 10%;
}

.close-button:after {
	content: "X";
	font-size: 30px;
	position: absolute;
	font-weight: 100;
	top: 0;
  margin-left: 20%;
}

a.back-btn {
	display: inline-block;
	float: right;
	color: #58585b;
	position: relative;
	padding-right: 40px;
  margin-top: 15px;
}

a.back-btn:hover {
  color: #008ad0;
}

a.back-btn:hover .close-toggle-bar {
  background: #008ad0;
}

a.back-btn:hover #close-toggle-text {
  background: transparent !important;
}

a.back-btn #close-toggle-text {
	min-width: 50px;
	display: inline-block;
	margin-top: 2px;
  letter-spacing: 1px;
}

a.back-btn .close-toggle-bar {
	display: block;
	width: 28px;
	height: 1px;
	margin: 3px 0;
	background: #58585b;
	transition: all .3s ease;
	position: absolute;
  right: 0;
}

a.back-btn .close-toggle-bar:nth-of-type(2) {
	top: 40%;
  transform: rotate(45deg);
}

a.back-btn .close-toggle-bar:nth-of-type(3) {
	top: 40%;
  transform: rotate(-45deg);
}

#body-menu-overlay {
	display: none;
  opacity: 0;
}

#body-menu-overlay.has-overlay {
	display: block;
    opacity: 0.3;
    background: black;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
  z-index: 8;
}

.container {
  /*padding: 100px 0;*/
}

.container::after {
	clear: both;
	content: "";
  display: block;
}

@media screen and (max-width:64em) {
	.container {
    /*padding: 50px 0;*/
	}
}

.container .unit {
	max-width: 1440px;
	/*margin-left: auto;*/
	margin-right: auto;
  line-height: 1em;
}
@media screen and (min-width: 1920px) { 
.container .unit { 
max-width: 1920PX;
} 
}

.container .unit::after {
    clear: both;
    content: "";
  display: block;
}

.container .unit::after {
	clear: both;
	content: "";
  display: block;
}

@media screen and (min-width:64em) and (max-width:72.5em) {
	.container .unit {
    padding: 50px 20px;
	}
}

@media screen and (max-width:64em) {
	.container .unit {
    /*padding: 50px 20px;*/
	}
}

@media screen and (max-width:64em) {
	.container .unit.-no-mobile-pad {
	padding: 0;
}
}

.container .unit.grid-width .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}

.container .unit.grid-width .column:last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
	.container .unit.grid-width .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.grid-width .column:last-child {
    margin-right: 0;
	}
}

.container .unit.grid-width.minus-one .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 91.4701956647%;
}

.container .unit.grid-width.minus-one .column:last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
	.container .unit.grid-width.minus-one .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.grid-width.minus-one .column:last-child {
    margin-right: 0;
	}
}

.container .unit.lg-centered .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-left: 17.0596086706%;
}

.container .unit.lg-centered .column:last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
	.container .unit.lg-centered .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
    margin-left: 0%;
	}

	.container .unit.lg-centered .column:last-child {
    margin-right: 0;
	}
}

.container .unit.halves .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}

.container .unit.halves .column:last-child {
  margin-right: 0;
}

.container .unit.halves .column:nth-child(2n) {
  margin-right: 0;
}

.container .unit.halves .column:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width:48em) {
	.container .unit.halves .column {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
    padding: 0 20px;
	}

	.container .unit.halves .column:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.container .unit.halves .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
    padding: 0 20px;
	}

	.container .unit.halves .column:last-child {
    margin-right: 0;
	}
}

.container .unit.halves .column.space-left {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%;
  margin-left: 8.5298043353%;
}

.container .unit.halves .column.space-left:last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.container .unit.halves .column.space-left {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
		padding: 40px;
    margin-left: 0%;
	}

	.container .unit.halves .column.space-left:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.container .unit.halves .column.space-left {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
		padding: 20px;
    margin-left: 0%;
	}

	.container .unit.halves .column.space-left:last-child {
    margin-right: 0;
	}
}

.container .unit.halves.extra-space .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%;
  margin-left: 8.5298043353%;
}

.container .unit.halves.extra-space .column:last-child {
  margin-right: 0;
}

.container .unit.halves.extra-space .column:nth-child(2n) {
  margin-right: 0;
}

.container .unit.halves.extra-space .column:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width:30em) {
	.container .unit.halves.extra-space .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
    margin-left: 0%;
    }

    .container .unit.halves.extra-space .column:last-child {
    margin-right: 0;
	}

	.container .unit.halves.extra-space .column:nth-child(1n) {
    margin-right: 0;
	}

	.container .unit.halves.extra-space .column:nth-child(1n+1) {
    clear: left;
	}
}

.container .unit.halves.extra-space .column:nth-of-type(2) {
  margin-left: 0%;
}

.container .unit.halves.reverse-order .column:nth-of-type(1) {
	float: right;
  margin-right: 0;
}

.container .unit.halves.reverse-order .column:nth-of-type(2) {
    float: left;
    margin-right: 0;
  padding-right: 2%;
}

.container .unit.halves.reverse-order .column:nth-of-type(2n) {
	float: left;
	margin-right: 0;
  padding-right: 2%;
}

.container .unit.banner.halves .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}

.container .unit.banner.halves .column:last-child {
  margin-right: 0;
}

.container .unit.banner.halves .column:nth-child(2n) {
  margin-right: 0;
}

.container .unit.banner.halves .column:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width:30em) {
	.container .unit.banner.halves .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 46.2885141211%;
    }

    .container .unit.banner.halves .column:last-child {
    margin-right: 0;
	}

	.container .unit.banner.halves .column:nth-child(2n) {
    margin-right: 0;
	}

    .container .unit.banner.halves .column:nth-child(2n+1) {
    clear: left;
	}
}

.container .unit.thirds .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}

.container .unit.thirds .column:last-child {
  margin-right: 0;
}

.container .unit.thirds .column:nth-child(3n) {
  margin-right: 0;
}

.container .unit.thirds .column:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width:30em) {
	.container .unit.thirds .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.thirds .column:last-child {
    margin-right: 0;
	}
}

@media (max-width:1280px) {
	.container .unit.thirds .column.icon-blurb:nth-child(4) {
    clear: right;
	}
}

@media (max-width:908px) {
	.container .unit.thirds .column.icon-blurb:nth-child(3n+1) {
    clear: none;
	}
}

@media (min-width:481px) and (max-width:908px) {
	.container .unit.thirds .column.icon-blurb:nth-child(5) {
    clear: left;
	}
}

.container .unit.thirds-wide .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 29.2879220605%;
  margin-right: 6.06%;
}

.container .unit.thirds-wide .column:last-child {
  margin-right: 0;
}

.container .unit.thirds-wide .column:nth-child(3n) {
  margin-right: 0;
}

.container .unit.thirds-wide .column:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width:30em) {
	.container .unit.thirds-wide .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
    margin-right: 0;
	}

	.container .unit.thirds-wide .column:last-child {
    margin-right: 0;
	}
}

.container .unit.quarters .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
}

.container .unit.quarters .column:last-child {
  margin-right: 0;
}

.container .unit.quarters .column:nth-child(4n) {
  margin-right: 0;
}

.container .unit.quarters .column:nth-child(4n+1) {
  clear: left;
}

@media screen and (max-width:30em) {
	.container .unit.quarters .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.quarters .column:last-child {
    margin-right: 0;
	}
}

.container .unit.fifths .column {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 18.1138783813%;
}

.container .unit.fifths .column:last-child {
  margin-right: 0;
}

.container .unit.fifths .column:nth-child(5n) {
  margin-right: 0;
}

.container .unit.fifths .column:nth-child(5n+1) {
  clear: left;
}

@media screen and (max-width:30em) {
	.container .unit.fifths .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.fifths .column:last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-left .column:nth-of-type(1) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}

.container .unit.sidebar-left .column:nth-of-type(1):last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
    .container .unit.sidebar-left .column:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

    .container .unit.sidebar-left .column:nth-of-type(1):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-left .column:nth-of-type(2) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-right: 0;
}

.container .unit.sidebar-left .column:nth-of-type(2):last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
	.container .unit.sidebar-left .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.sidebar-left .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-right .column:nth-of-type(1) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
}

.container .unit.sidebar-right .column:nth-of-type(1):last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
    .container .unit.sidebar-right .column:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

    .container .unit.sidebar-right .column:nth-of-type(1):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-right .column:nth-of-type(2) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-right: 0;
}

.container .unit.sidebar-right .column:nth-of-type(2):last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
	.container .unit.sidebar-right .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.sidebar-right .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(1) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
}

.container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(1):last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
    .container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}

    .container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(1):last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
    .container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

    .container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(1):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(2) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%;
  margin-right: 0;
}

.container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(2):last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}

	.container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.sidebar-left.narrow-sidebar .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-left.narrow-sidebar.wide-gutter .column:nth-of-type(2) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-left: 8.5298043353%;
  margin-right: 0;
}

.container .unit.sidebar-left.narrow-sidebar.wide-gutter .column:nth-of-type(2):last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.container .unit.sidebar-left.narrow-sidebar.wide-gutter .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
    margin-left: 0%;
	}

	.container .unit.sidebar-left.narrow-sidebar.wide-gutter .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.container .unit.sidebar-left.narrow-sidebar.wide-gutter .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
    margin-left: 0%;
	}

	.container .unit.sidebar-left.narrow-sidebar.wide-gutter .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(1) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%;
}

.container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(1):last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
    .container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}

    .container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(1):last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
    .container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

    .container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(1):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(2) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  margin-right: 0;
}

.container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(2):last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}

	.container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.container .unit.sidebar-right.narrow-sidebar .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(1) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
}

.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(1):last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
    .container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}

    .container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(1):last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
    .container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

    .container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(1):last-child {
    margin-right: 0;
	}
}

.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(2) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  margin-left: 8.5298043353%;
  margin-right: 0;
}

.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(2):last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
    margin-left: 0%;
	}

	.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
    margin-left: 0%;
	}

	.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column:nth-of-type(2):last-child {
    margin-right: 0;
	}
}

.container.-light-container {
	background: #00acf2;
  color: white;
}

.container.-light-gray-container {
    background: #f0f0f0;
  color: #58585b;
}

.container.-med-light-container {
	background: #008ad0;
  color: white;
}

.container.-med-dark-container {
	background: #03c07c;
  color: white;
}

.container.-dark-container {
	background: #004a80;
  color: white;
}
.container.-darkest-container {
	background: #000036;
  color: white;
}
.container.-light-gray-container {
	background: #f0f0f0;
  color: #03c07c;
}

.container.-med-gray-container {
  background: #ddd;
}

.container.-light-blue-dotted {
	background: url(../images/light-blue-dotted-background.png) repeat;
  max-height: 500px;
}

@media screen and (max-width:48em) {
	.container.-light-blue-dotted {
    max-height: initial;
	}
}

.container.has-testimonial {
  padding: 0;
}

@media screen and (max-width:30em) {
	.container.video-feature {
    padding-bottom: 0;
	}
}

.container.contact-callout {
  padding: 80px 0;
}

.container.contact-callout.employee-login {
  padding: 40px 0;
}

.container.halftone {
    background: #004A80 url(../images/white-dots-12-x-12.png) repeat;
    background: #004A80 url(../images/white-dots-12-x-12_2x.png) repeat;
  background-size: 13px 13px;
}

.container.-bottom-border {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width:64em) {
	.container.-full-pad {
    padding: 100px 0;
	}
}

.container.-full-pad.module-quote-block {
  padding: 100px 0;
}

.dots-header {
  text-align: center;
}

@media screen and (max-width:30em) {
	.dots-header {
    padding-top: 0 !important;
	}
}

.dots-header h2 {
  position: relative;
}

.dots-header h2:before {
	content: "";
	display: block;
	position: relative;
	width: 44px;
	height: 36px;
    background-image: url("../images/logo_icon.png");
	margin: 20px auto;
	margin-top: 0;
  transform: rotate(1deg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.dots-header h2:before {
        background-image: url("../images/logo_icon_2x.png");
    background-size: 44px 36px;
	}
}

.dots-header p {
	font-size: 22px!important;
	line-height: 32px!important;
  color: #58585b !important;
}

@media screen and (max-width:30em) {
	.dots-header p {
    padding: 0 20px;
	}
}

.single-leader h3 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
    font-size: 36px;
  margin-bottom: 15px;
}

.single-leader h4 {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    margin-bottom: 50px;
  color: #808285;
	}

@media screen and (min-width: 30em) {
    .single-leader .column:first-of-type {
    width: 57% !important;
    }

    .single-leader .column:last-of-type {
        width: 25% !important;
    float: right !important;
	}
}

body.show-tests .column {
  min-height: 200px !important;
}

body.show-tests .column:nth-child(1) {
    background: transparent !important;
  border: 1px solid #ccc;
}

body.show-tests .column:nth-child(2) {
    background: transparent !important;
  border: 1px solid #ccc;
}

body.show-tests .column:nth-child(3) {
    background: transparent !important;
  border: 1px solid #ccc;
}

body.show-tests .column:nth-child(4) {
	background: transparent!important;
  border: 1px solid #ccc;
}

@media screen and (max-width:30em) {
	.page-template-default h1.dotted-underline {
		font-size: 24px!important;
		line-height: 30px!important;
    white-space: nowrap;
	}
}

@media screen and (max-width:30em) {
	.unit.feature h3 {
    margin-bottom: 15px !important;
	}
}

.unit.feature h3 a {
  color: #004a80;
}

.unit.feature h3 a:hover {
  color: #008ad0;
}

@media screen and (max-width:30em) {
	.unit.feature h3 a {
    line-height: 30px !important;
	}
}

.item-video>p {
  display: none;
}

.owl-dot span {
  background: white !important;
}

.owl-dot.active span {
  background: #008ad0 !important;
}

.owl-dot:hover span {
  background: #00acf2 !important;
}

#headquarters .owl-dot span {
  background: #ddd !important;
}

#headquarters .owl-dot.active span {
  background: #008ad0 !important;
}

#headquarters .owl-dot:hover span {
  background: #00acf2 !important;
}

.safari section.container {
  background-color: white;
}

.safari .page-banner section.container {
  background-color: transparent;
}

.safari section.container.-light-container {
	background: #00acf2;
  color: white;
}

.safari section.container.-light-gray-container {
    background: #f0f0f0;
  color: #58585b;
}

.safari section.container.-med-light-container {
	background: #008ad0;
  color: white;
}

.safari section.container.-med-dark-container {
	background: #03c07c;
  color: white;
}

.safari section.container.-dark-container {
	background: #004a80;
  color: white;
}

.safari section.container.-darkest-container {
	background: #000036;
  color: white;
}

.safari section.container.-light-gray-container {
	background: #f0f0f0;
  color: #03c07c;
}

.safari section.container.-med-gray-container {
  background: #ddd;
}

.safari section.container.-light-blue-dotted {
	background: url(../images/light-blue-dotted-background.png) repeat;
  max-height: 500px;
}

@media screen and (max-width:48em) {
	.safari section.container.-light-blue-dotted {
    max-height: initial;
	}
}

.pull-up {
  margin-top: -120px;
}

.no-padding-top-or-bottom {
	padding-top: 0!important;
  padding-bottom: 0 !important;
}

.bp100-only {
  padding-top: 0 !important;
}

@media (min-width:1025px) {
	.bp100-only {
    padding-bottom: 100px !important;
	}
}

.has-blurbs {
  padding-bottom: 40px;
}

.has-hq {
  padding-bottom: 0;
}

.tall-margin {
	margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width:48em) {
	.tall-margin {
		margin-top: 40px;
    margin-bottom: 40px;
	}
}

@media screen and (max-width:30em) {
	.tall-margin {
		margin-top: 20px;
    margin-bottom: 20px;
	}
}

.set-min {
	min-height: 460px;
  height: 461px !important;
}

@media screen and (max-width:48em) {
	.set-min {
		min-height: none;
    height: auto;
	}
}

section.bottom-rule {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width:64em) {
	.content-valign {
		position: relative;
		top: 50%;
    transform: translateY(-50%);
	}
}

.halftone-border:after {
	content: "";
	display: block;
	position: relative;
    background-image: url("../images/halftone_border.png");
	width: 94px;
	height: 4px;
  margin-top: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.halftone-border:after {
        background-image: url("../images/halftone_border_2x.png");
    background-size: 94px 4px;
	}
}

@media screen and (max-width:30em) {
	.halftone-border:after {
    display: none;
	}
}

.alignleft {
	float: left;
  margin: 20px 40px 20px 0;
}

.alignright {
	float: right;
  margin: 20px 0 20px 40px;
}

.main-content ul, .main-content ol {
  margin: 0 0 20px 0;
}

.main-content li {
	list-style-type: disc;
	padding-left: 0;
	margin-left: 40px;
	font-size: 18px;
	line-height: 28px;
  color: #58585b;
}

.main-content ol li {
  list-style-type: decimal;
}

.has-hover {
  min-height: 397px;
}

.image-container {
	position: relative;
	overflow: visible;
  line-height: 1;
}

@media screen and (max-width:30em) {
	.image-container {
    margin-bottom: 40px;
	}
}

.image-container img {
	width: 100%;
    height: 100%;
  transition: all .2s ease;
}

.image-container.img-drop-shadow img {
	margin-top: 0;
	margin-left: 0;
  transition: all .2s ease;
}

@media screen and (max-width:30em) {
	.image-container.img-drop-shadow img {
		width: 95%;
    height: 95%;
	}
}

.image-container.img-drop-shadow:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 20px;
	background: url(../images/dot-pattern.png) repeat;
	background-size: 10px 10px;
    z-index: -1;
  transition: all .2s ease;
}

@media screen and (max-width:30em) {
	.image-container.img-drop-shadow:before {
		width: 95%;
    height: 95%;
	}
}

.image-container.img-drop-shadow:hover img {
	margin-top: 10px;
	margin-left: 10px;
  transition: all .2s ease;
}

.image-container.img-drop-shadow:hover:before {
	top: 10px;
	left: 10px;
	transition: all .2s ease;
  height: calc(100% - 13px);
}

.video {
	position: relative;
	overflow: visible;
  z-index: 1;
}

.video .video-shadow {
	position: absolute;
	width: 90%;
	height: 20px;
	bottom: -20px;
	left: 5%;
	right: 5%;
	background: url(../images/dot-pattern.png) repeat;
	background-size: 10px 10px;
	z-index: -1;
  transition: all .2s ease;
}

.shift-left-1 {
  margin-left: -26.8557429395%;
}

.shift-right-1 {
  margin-left: 8.5298043353%;
}

.shift-left-2 {
  margin-left: -17.0596086706%;
}

.shift-right-2 {
  margin-left: 17.0596086706%;
}

.shift-left-3 {
  margin-left: -25.5894130058%;
}

.shift-right-3 {
  margin-left: 25.5894130058%;
}

.shift-left-4 {
  margin-left: -34.1192173411%;
}

.shift-right-4 {
  margin-left: 34.1192173411%;
}

.shift-left-5 {
  margin-left: -42.6490216764%;
}

.shift-right-5 {
  margin-left: 42.6490216764%;
}

.shift-left-6 {
  margin-left: -51.1788260117%;
}

.shift-right-6 {
  margin-left: 51.1788260117%;
}

.shift-left-7 {
  margin-left: -59.708630347%;
}

.shift-right-7 {
  margin-left: 59.708630347%;
}

.shift-left-8 {
  margin-left: -68.2384346823%;
}

.shift-right-8 {
  margin-left: 68.2384346823%;
}

.shift-left-9 {
  margin-left: -76.7682390175%;
}

.shift-right-9 {
  margin-left: 76.7682390175%;
}

.shift-left-10 {
  margin-left: -85.2980433528%;
}

.shift-right-10 {
  margin-left: 85.2980433528%;
}

.shift-left-11 {
  margin-left: -93.8278476881%;
}

.shift-right-11 {
  margin-left: 93.8278476881%;
}

.shift-left-12 {
  margin-left: -102.3576520234%;
}

.shift-right-12 {
  margin-left: 102.3576520234%;
}

.centered-title {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.page-template-page-scholarship .main-content h3 {
    font-family: "proxima-nova", sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #004a80;
  margin-top: 50px;
}

.page-template-page-scholarship .main-content ul {
	margin: 0 0 40px;
	font-size: 18px;
  line-height: 28px;
}

.page-template-page-scholarship .main-content ul li {
	list-style-type: none;
	padding-left: 1.7em;
  position: relative;
}

.page-template-page-scholarship .main-content ul li:before {
	content: "\002022";
	color: #008ad0;
	padding-right: .7em;
	position: absolute;
	top: 0;
	left: 0;
  font-size: 26px;
}

/*header {
	height: 120px;
	padding: 20px 60px;
    background: white;
	position: relative;
  z-index: 9;
}*/

header.-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
    width: 100%;
}

header h1 {
    width: 164px;
    height: 78px;
	float: left;
	position: relative;
    top: 50%;
	transform: translateY(-50%);
    background-image: url("../images/color_p72_logo.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	header h1 {
        background-image: url("../images/color_p72_logo_2x.png");
        background-size: 164px 78px;
	}
}

header h1 a {
	text-indent: -9999px;
	display: block;
	width: 164px;
  height: 78px;
}

header a.apply-button span {
	line-height: 28px;
	color: #008ad0;
	margin-top: 1px;
  letter-spacing: .7px;
}

header a.apply-button:hover span {
  color: #03c07c;
}

header button {
	float: right;
	background: #fff;
	color: #808285;
	position: relative;
	margin-left: 0;
	padding: 0px;
	font-size: 14px;
	/*top: 30%;
	transform: translateY(-50%);*/
	text-transform: uppercase;
  font-weight: normal;
}

header button.apply-now {
	padding-top: 0;
  white-space: normal;
}

header button.apply-now:after {
	display: block;
	float: right;
	margin-left: 10px;
	content: "";
	width: 24px;
	height: 24px;
    background-image: url("../images/button_right_arrow.png");
	background-repeat: no-repeat;
	transition: all 0s ease;
  margin-top: 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	header button.apply-now:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 24px 24px;
	}
}

header button.apply-now:hover {
  color: #03c07c !important;
}

header button.apply-now:hover:after {
    background-image: url("../images/button_arrow_rollover.png");
  transition: all 0s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	header button.apply-now:hover:after {
        background-image: url("../images/button_arrow_rollover_2x.png");
    background-size: 24px 24px;
	}
}

header button.apply-now a {
	line-height: 32px;
	float: left;
	margin-top: 1px;
  letter-spacing: .7px;
}

header button.apply-now a:hover {
  color: #03c07c;
}

@media screen and (max-width:48em) {
	header button.apply-now {
    display: none;
	}
}
header button:hover, header button:focus {
	background: transparent;
	color: #808285;
	outline: none;
  border-color: white;
}

header button #menu-toggle-text {
	min-width: 50px;
  display: inline-block;
}

header button .menu-toggle-bar {
	display: block;
	width: 28px;
	height: 1px;
	margin: 3px 0;
	background: #808285;
	transition: all .3s ease;
	position: absolute;
    right: 0;
}

header button .menu-toggle-bar:nth-of-type(2) {
	top: 0;
  margin-top: 0;
}

header button .menu-toggle-bar:nth-of-type(3) {
  top: 3px;
}

header button .menu-toggle-bar:nth-of-type(4) {
  top: 9px;
}

header button .menu-toggle-bar:nth-of-type(5) {
  top: 15px;
}

header button.menu-open .menu-toggle-bar:nth-of-type(2) {
	top: 50%;
  transform: rotate(45deg);
}

header button.menu-open .menu-toggle-bar:nth-of-type(3) {
  display: none;
}

header button.menu-open .menu-toggle-bar:nth-of-type(4) {
  display: none;
}

header button.menu-open .menu-toggle-bar:nth-of-type(5) {
	top: 36%;
  transform: rotate(-45deg);
}

/*nav {
	opacity: 0;
	visibility: hidden;
    background: white;
	position: absolute;
	top: -620px;
  height: 420px;
	width: 100%;
  padding-top: 60px;
}*/

@media screen and (max-width:64em) {
	nav {
		height: auto;
        padding-top: 0;
	}
}

@media screen and (max-width:64em) {
    nav .menu-primary-navigation-container::after {
		clear: both;
		content: "";
        display: block;
	}
}

nav.nav-open {
	visibility: visible;
	opacity: 1;
	top: 120px;
	transition: all 0s ease-in-out 0s, visibility 0s linear 0s, opacity .4s ease-in-out 0s;
	z-index: 10;
    margin-top: -1px;
}

@media screen and (max-width:64em) {
	nav.nav-open {
        border-top: 1px solid #f0f0f0;
	}
}

nav #menu-footer {
	position: absolute;
	height: 70px;
	padding: 0 60px;
	width: 100%;
	bottom: 0;
  border-top: 1px solid #f0f0f0;
}

@media screen and (max-width:64em) {
	nav #menu-footer {
		padding: 10px 20px;
    position: relative;
	}
}

nav #menu-footer a {
	display: inline-block;
	line-height: 70px;
	float: left;
	color: #808285;
  font-size: 14px;
}

nav #menu-footer a:hover {
  color: #008ad0;
}

nav #menu-footer .social-links {
	float: right;
  line-height: 70px;
}

nav #menu-footer .social-links a {
	font-size: 20px;
  margin-left: 22px;
}

nav #menu-footer .social-links .fa {
  color: #008ad0;
}

nav #menu-footer .social-links a:hover .fa {
  color: #03c07c;
}

.nav-container {
  width: 100%;
}

.nav-container .nav-internal {
  width: 1165px;
	margin: 0 auto;
  overflow: visible;
}

.nav-container .nav-internal::after {
	clear: both;
	content: "";
  display: block;
}
@media screen and (max-width:64em) {
	.nav-container .nav-internal {
		width: auto;
	}
}
	.nav-container .nav-internal .nav-col {
  height: auto;
  width: 230px;
  float: left;
  position: relative;
  min-height: 230px;
}

@media screen and (max-width:64em) {
	.nav-container .nav-internal .nav-col {
		width: 100%;
    min-height: 0;
	}
}
.nav-container .nav-internal .nav-col.circle-photo {
  background-image: url("../images/nav_circle_photo.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .nav-container .nav-internal .nav-col.circle-photo {
    background-image: url("../images/nav_circle_photo_2x.png");
    background-size: 230px 230px;
	}
}

@media screen and (max-width: 64em) {
    .nav-container .nav-internal .nav-col.circle-photo {
        display: none;
    }
}

.nav-container .nav-internal .nav-col .circle {
  display: block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #f0f0f0;
  position: absolute;
  left: -275px;
  top: 0;
}

.nav-container .nav-internal .nav-col:nth-of-type(1) {
  margin-right: 5%;
  height: 230px;
}

@media screen and (max-width:64em) {
    .nav-container .nav-internal .nav-col:nth-of-type(1) {
		width: 100%;
		height: auto;
		margin: 0;
    border: none;
	}
}

.nav-container .nav-internal .nav-col:nth-of-type(2) {
  padding-right: 4%;
  border-right: 1px solid #f7f7f7;
	}
@media screen and (max-width:64em) {
	.nav-container .nav-internal .nav-col:nth-of-type(2) {
		width: 100%;
		height: auto;
		margin: 0;
		border: none;
    padding-right: 0;
	}
}

.nav-container .nav-internal .nav-col:nth-of-type(3) {
  margin-left: 2%;
  margin-right: 3.5%;
}
@media screen and (max-width: 64em) {
	.nav-container .nav-internal .nav-col:nth-of-type(3) {
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
	}
}
.nav-container .nav-internal .nav-col:nth-of-type(4) {
  padding-left: 2%;
  border-left: 1px solid #f7f7f7;
  width: 260px;
}
@media screen and (max-width:64em) {
  .nav-container .nav-internal .nav-col:nth-of-type(4) {
		width: 100%;
		height: auto;
		margin: 0;
    border: none;
    padding-left: 0;
	}
}

.nav-container .nav-internal .nav-col .social-links {
  float: left;
  line-height: 70px;
}
.nav-container .nav-internal .nav-col .social-links a {
	font-size: 20px;
  margin-right: 16px;
  display: inline-block;
}

.nav-container .nav-internal .nav-col .social-links .fa {
  color: #008ad0;
}

.nav-container .nav-internal .nav-col .social-links a:hover .fa {
  color: #03c07c;
}

@media screen and (max-width:64em) {
	.nav-container .nav-internal .nav-col .social-links {
		padding: 25px;
		float: none;
    text-align: center;
	}

	.nav-container .nav-internal .nav-col .social-links a {
		font-size: 32px;
    margin: 0 15px;
    }
}

#wh-menu > li.menu-item-has-children {
  margin-bottom: 0.7em;
}

@media screen and (max-width:30em) {
	#wh-menu>li.menu-item-has-children {
		margin-bottom: 0;
    padding: 20px 25px;
    padding-bottom: 15px;
	}
}

#wh-menu>li.menu-item-has-children>a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
    margin-bottom: 0.7em;
}

#wh-menu>li.menu-item-has-children>a:after {
    content: '';
	display: block;
	height: 2px;
	width: 100%;
    background: rgba(0, 171, 242, 0.2);
	transition: width .5s ease, background-color .5s ease;
  position: relative;
}

@media screen and (max-width:64em) {
	#wh-menu>li.menu-item-has-children>a:after {
        background: rgba(0, 171, 242, 0.2);
    width: 100%;
	}
}

#wh-menu>li.menu-item-has-children>a:hover:after {
	width: 0;
  background: transparent;
}
@media (min-width: 1025px) {
  #wh-menu > li.menu-item-has-children li#menu-item-106 {
    line-height: 1.5em;
    padding-top: 10px;
  }
}

#wh-menu .mob-menu-trigger {
  display: none;
}

@media screen and (max-width:64em) {
	#wh-menu .mob-menu-trigger {
		content: "";
		width: 22px;
		height: 22px;
        background-image: url("../images/menu_arrow.png");
        background-position: center center;
		background-repeat: no-repeat;
		display: block;
		float: right;
		transition: all .6s ease;
		cursor: pointer;
		pointer-events: all;
	}
}
@media only screen and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 64em) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (max-width: 64em) and (min-resolution: 125dpi), only screen and (max-width: 64em) and (min-resolution: 1.3dppx) {
	#wh-menu .mob-menu-trigger {
        background-image: url("../images/menu_arrow_2x.png");
    background-size: 22px 22px;
	}
}

#wh-menu .mob-submenu-is-open .mob-menu-trigger {
  transform: rotate(180deg);
}

@media screen and (max-width:64em) {
	#wh-menu {
		width: 100%;
		margin: 0;
		float: none;
		border-right: none;
		border-bottom: 1px solid #f7f7f7;
		padding: 0;
    min-height: 0;
	}
}

#wh-menu .sub-menu li {
	font-size: 16px;
  line-height: 2.5em;
  padding-left: 0;
}

#wh-menu .sub-menu li a {
  color: #808285;
}

#wh-menu .sub-menu li a:hover {
  color: #008ad0;
}

@media screen and (max-width:64em) {
	#wh-menu .sub-menu {
    display: none;
	}

	#wh-menu .sub-menu.mob-submenu-open {
    display: block;
	}
}

@media screen and (max-width:64em) {
	#wh-menu>li {
		text-align: left;
    padding: 25px;
	}

	#wh-menu>li>a:after {
        content: '';
		display: block;
		height: 2px;
		width: 0;
		background: transparent;
		transition: width .5s ease, background-color .5s ease;
    position: relative;
	}
}

@media screen and (max-width:64em) {
	#primary-menu>li>a:after {
        background: rgba(0, 171, 242, 0.2);
        width: 100%;
	}
}

#primary-menu>li>a:hover:after {
	width: 0;
  background: transparent;
}

#mob-apply {
	display: none;
	padding: 35px 0;
  border-bottom: 1px solid #f7f7f7;
}

@media screen and (max-width:64em) {
	#mob-apply {
        display: block;
	}
}

#mob-apply .button-container {
    background: white;
  width: calc(100% - 48px);
  margin: 0 auto;
	padding: 5px;
  background: #008ad0;
}

#mob-apply .button-container button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

@media screen and (max-width:64em) {
	#mob-apply .button-container button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

#mob-apply .button-container button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

#mob-apply .button-container button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	float: right;
	margin: 0 10px;
	transition: all .3s ease;
  margin-top: -2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	#mob-apply .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 24px 24px;
	}
}

footer.site-footer .container #footer-aux-menu {
    width: 22%;
}

footer.site-footer .container .footer-block #footer-menu-6 li.warsaw-overview {
    margin-bottom: 5px;
}

/*footer.site-footer {
	background: #000036;
	min-height: 100px;
    color: white;
	width: 100%;
	font-size: 14px;
	position: relative;
    padding: 50px 0 0 0;
}*/

@media screen and (max-width:80em) {
	footer.site-footer {
    padding: 50px 20px 0 20px;
	}
}

@media screen and (max-width:48em) {
	footer.site-footer {
    padding: 0;
	}
}

footer.site-footer .container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
  display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  padding: 0;
}

footer.site-footer .container::after {
    clear: both;
    content: "";
  display: block;
}

footer.site-footer .container::after {
	clear: both;
	content: "";
  display: block;
}

@media screen and (max-width:48em) {
	footer.site-footer .container #footer-aux-menu {
    border-top: 1px solid #004a80;
	}
}

footer.site-footer .container .footer-block {
    color: white;
  margin-bottom: 40px;
}

/*footer.site-footer .container .footer-block:nth-of-type(1) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
}*/

footer.site-footer .container .footer-block:nth-of-type(1):last-child {
  margin-right: 0;
}

/*footer.site-footer .container .footer-block:nth-of-type(2) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
}*/

footer.site-footer .container .footer-block:nth-of-type(2):last-child {
  margin-right: 0;
}

/*footer.site-footer .container .footer-block:nth-of-type(3) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
}*/

footer.site-footer .container .footer-block:nth-of-type(3):last-child {
  margin-right: 0;
}

/*footer.site-footer .container .footer-block:nth-of-type(4) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
}*/

footer.site-footer .container .footer-block:nth-of-type(4):last-child {
  margin-right: 0;
}

/*footer.site-footer .container .footer-block:nth-of-type(5) {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}*/

footer.site-footer .container .footer-block:nth-of-type(5):last-child {
  margin-right: 0;
}

footer.site-footer .container .footer-block.footer-block-mob {
  display: none;
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block.footer-block-mob {
		display: block;
		border: 1px solid #004a80;
		border-width: 1px 0;
        padding: 0;
	}
}

footer.site-footer .container .footer-block #footer-home-link {
	display: block;
	width: 77px;
	height: 77px;
    background-image: url("../images/logo_symbol.png");
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	footer.site-footer .container .footer-block #footer-home-link {
        background-image: url("../images/logo_symbol_2x.png");
        background-size: 77px 77px;
	}
}

footer.site-footer .container .footer-block:nth-of-type(4) {
  margin-right: 0;
}

footer.site-footer .container .footer-block a {
  color: #f0f0f0;
}

footer.site-footer .container .footer-block>div>.menu {
	text-transform: capitalize;
	font-size: 18px;
    margin-bottom: 50px;
}

footer.site-footer .container .menu > li:hover > a {
	color: white;
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block>div>.menu {
    margin-bottom: 40px;
	}
}

footer.site-footer .container .footer-block>div>.menu li.menu-item-has-children>a {
	display: inline-block;
	margin-bottom: 23px;
	padding-bottom: 2px;
  border-bottom: 1px solid #004a80;
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block>div>.menu li.menu-item-has-children>a {
    margin-bottom: 0;
	}
}

footer.site-footer .container .footer-block>div>.menu .menu-item .sub-menu li {
	text-transform: capitalize;
	line-height: 1.8;
  font-size: 16px;
}

footer.site-footer .container .footer-block>div>#footer-menu-2 {
	text-transform: none;
	font-size: 18px;
  margin-bottom: 50px;
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block>div>#footer-menu-2 {
    margin-bottom: 0;
	}

	footer.site-footer .container .footer-block>div>#footer-menu-2 li {
    margin-bottom: 40px;
	}
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block>div>#footer-menu-2 li>a {
    margin-bottom: 0;
	}
}

footer.site-footer .container .footer-block>div>#footer-menu-2 .menu-item .sub-menu li {
	text-transform: capitalize;
	line-height: 1.8;
  font-size: 16px;
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block .menu-footer-aux-menu-container {
    margin-top: 40px;
	}
}

@media screen and (max-width: 48em) {
    footer.site-footer .container .footer-block #footer-menu-6 {
    margin-top: 40px;
    }
}

footer.site-footer .container .footer-block #footer-menu-6 li {
  margin-bottom: 20px;
}

footer.site-footer .container .footer-block #footer-menu-6 li.japanese-overview a {
	display: inline-block;
	height: 26px;
  line-height: 26px;
}


@media (min-width:769px) and (max-width:926px) {
	footer.site-footer .container .footer-block #footer-menu-6 li.japanese-overview a {
    font-size: 13px;
	}
}

@media screen and (max-width:48em) {
    footer.site-footer .container .footer-block:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    -ms-flex-order: 1;
        order: 1;
	}

    footer.site-footer .container .footer-block:nth-of-type(1):last-child {
    margin-right: 0;
	}

	footer.site-footer .container .footer-block:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    -ms-flex-order: 2;
        order: 2;
	}

	footer.site-footer .container .footer-block:nth-of-type(2):last-child {
    margin-right: 0;
	}

	footer.site-footer .container .footer-block:nth-of-type(3) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    -ms-flex-order: 3;
		order: 3;
    margin-right: 0;
	}

	footer.site-footer .container .footer-block:nth-of-type(3):last-child {
    margin-right: 0;
	}

	footer.site-footer .container .footer-block:nth-of-type(4) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    -ms-flex-order: 4;
        order: 4;
	}

	footer.site-footer .container .footer-block:nth-of-type(4):last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block {
    margin-bottom: 0;
	}

    footer.site-footer .container .footer-block:nth-of-type(1) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
    -ms-flex-order: 1;
        order: 1;
	}

    footer.site-footer .container .footer-block:nth-of-type(1):last-child {
    margin-right: 0;
	}

    footer.site-footer .container .footer-block:nth-of-type(1) .legal-container {
    display: none;
	}
  footer.site-footer .container .footer-block:nth-of-type(1) .button-container, footer.site-footer .container .footer-block:nth-of-type(1) .btn-cont {
    margin-right: 0;
	}

	footer.site-footer .container .footer-block:nth-of-type(2) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
    -ms-flex-order: 2;
		order: 2;
    margin-top: 40px;
	}

	footer.site-footer .container .footer-block:nth-of-type(2):last-child {
    margin-right: 0;
	}

	footer.site-footer .container .footer-block:nth-of-type(3) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
    -ms-flex-order: 3;
        order: 3;
	}

	footer.site-footer .container .footer-block:nth-of-type(3):last-child {
    margin-right: 0;
	}

	footer.site-footer .container .footer-block:nth-of-type(4) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
    -ms-flex-order: 4;
        order: 4;
	}

	footer.site-footer .container .footer-block:nth-of-type(4):last-child {
    margin-right: 0;
	}

	footer.site-footer .container .footer-block:nth-of-type(5) {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
    -ms-flex-order: 5;
        order: 5;
	}

	footer.site-footer .container .footer-block:nth-of-type(5):last-child {
    margin-right: 0;
	}

    footer.site-footer .container .footer-block:nth-child(1n) {
    margin-right: 0;
    }

	footer.site-footer .container .footer-block:nth-child(1n+1) {
    clear: left;
	}

	footer.site-footer .container .footer-block .mob-social-links {
        padding: 20px;
        border-bottom: 1px solid #004a80;
    text-align: center;
    font-size: 24px;
	}

	footer.site-footer .container .footer-block .mob-social-links a {
    margin: 0 10px;
    display: inline-block;
    }
}

footer.site-footer .container .footer-block .legal-container {
  margin: 20px 0 0 0;
}

footer.site-footer .container .footer-block .legal-container::after {
	clear: both;
	content: "";
  display: block;
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block .legal-container {
    margin: 0;
	}
}

footer.site-footer .container .footer-block .legal-container .legal-copy {
  margin: 50px 0;
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block .legal-container .legal-copy {
		padding: 20px;
    margin: 0;
	}
}

@media only screen and (max-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 48em) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (max-width: 48em) and (min-resolution: 125dpi), only screen and (max-width: 48em) and (min-resolution: 1.3dppx) {
	footer.site-footer .container .footer-block>div>ul>li span.mob-menu-trigger {
        background-image: url("../images/menu_arrow_2x.png");
    background-size: 22px 22px;
	}
}

@media screen and (max-width:48em) {
	footer.site-footer .container .footer-block>div>ul>li.mob-submenu-is-open span.mob-menu-trigger {
        background-image: url("../images/menu_arrow.png");
		transform: rotate(180deg);
		display: inline-block;
		float: right;
		width: 22px;
		height: 22px;
    border-top: none;
	}
}
@media only screen and (max-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 48em) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (max-width: 48em) and (min-resolution: 125dpi), only screen and (max-width: 48em) and (min-resolution: 1.3dppx) {
	footer.site-footer .container .footer-block>div>ul>li.mob-submenu-is-open span.mob-menu-trigger {
        background-image: url("../images/menu_arrow_2x.png");
    background-size: 22px 22px;
	}
}

footer.site-footer .site-info {
	border-top: 1px solid #004a80;
    line-height: 70px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    -ms-flex-order: 7;
    order: 7;
}

footer.site-footer .site-info::after {
	clear: both;
	content: "";
  display: block;
}

footer.site-footer .site-info .copyright {
	font-weight: 700;
}

@media screen and (max-width:48em) {
	footer.site-footer .site-info {
        border-top: 0px solid #004a80;
		line-height: 28px;
		height: auto;
		padding: 20px;
    text-align: center;
	}
}

footer.site-footer .site-info a {
  color: white;
}

footer.site-footer .site-info a:hover {
  color: #00acf2;
}
@media screen and (max-width: 30em) {
  footer.site-footer .site-info a:after {
    content: " - ";
  }
}

footer.site-footer .site-info a:last-of-type:after {
  display: none;
}

footer.site-footer .button-container {
	float: left;
	display: block;
  margin-right: 7.4229717578%;
  width: 73.1442570605%;
	padding: 0;
	float: none;
  margin-top: 40px;
  		/*button {
  			background: #fff;
  			color: $med-light-blue;
  			position: relative;
  			padding: 15px 10px;
  			margin-left: 0;
  			font-size: 16px;
  			text-transform: uppercase;
  			font-weight: normal;
  			border: 1px solid $med-light-blue;
  			border-radius: 0;
  			margin: 5px;
  			width: calc(100% - 10px);

  			@include media($tabp-screen) {
  				padding: 15px 10px;
  			}

  			&.apply-now {

  				.btn-label {
  					// @include vertical-align;
  					letter-spacing: .7px;
  					padding: 5px 30px 5px 0;

  					&:after {
  						content: "";
  						position: absolute;
  						@include retina-image('../images/button_right_arrow', 28px 28px);
  						background-repeat: no-repeat;
  						width: 28px;
  						height: 28px;
  						float: right;
  						margin: 0 10px;
  						transition: all .3s ease;
  						margin-top: -6px;
}

  					@include media($tabp-screen) {
  						padding: 5px 0;
  						&:after {
  							display: none;

  						}
  					}

  				}

  			}

  		} */
}
footer.site-footer .button-container:last-child {
  margin-right: 0;
}

@media screen and (max-width:80em) {
	footer.site-footer .button-container {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 73.1442570605%;
    float: none;
	}

	footer.site-footer .button-container:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:48em) {
	footer.site-footer .button-container {
		float: right;
		width: 50%;
    margin-top: 0;
	}
}

@media screen and (max-width:30em) {
	footer.site-footer .copyright {
    display: block;
	}
}

footer.site-footer .sep {
	display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width:30em) {
	footer.site-footer .sep {
    display: none;
	}
}

footer.site-footer .social-links {
	line-height: 70px;
  font-size: 20px;
}

@media screen and (max-width:48em) {
	footer.site-footer .social-links {
    display: none;
	}
}

footer.site-footer .social-links .fa {
	margin-right: 10px;
  color: white;
}

footer.site-footer .social-links a:hover .fa {
  color: #008ad0;
}

@media (min-width:769px) {
	.slide-content.box_left {
		left: 0!important;
    right: 33% !important;
	}
}

#hero-owl .owl-item .img-cont {
	width: 100%;
  z-index: -1;
}

#hero-owl .owl-item div {
  position: relative;
}

#hero-owl .owl-item div .slide-content {
	position: absolute;
	width: 33%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	left: 33%;
	right: 0;
	z-index: 2;
    background: white;
	padding: 73px 53px;
	overflow: hidden;
	max-height: 500px;
  border-radius: 5px;
}
#hero-owl .owl-item div .slide-content.slide-left, #hero-owl .owl-item div .slide-content.box_left {
	left: 0;
  right: 33%;
}

#hero-owl .owl-item div .slide-content.quote-slide h3 {
    font-family: "Whitman Display", Georgia, Times, serif;
  margin: 30px 0 0 0;
}

@media screen and (max-width:64em) {
	#hero-owl .owl-item div .slide-content {
    padding: 40px;
	}
}

@media screen and (max-width:48em) {
	#hero-owl .owl-item div .slide-content {
		width: 100%;
		padding: 10% 20px;
		margin-top: 0;
		top: 0;
		transform: translateY(0);
		left: 0;
    max-height: none;
    }
}

@media screen and (max-width: 48em) {
    #hero-owl .owl-item div .slide-content {
		position: relative;
    margin-top: 5%;
	}
}

#hero-owl .owl-item div .slide-content h1 {
	text-align: left;
	line-height: 1.0833;
	font-size: 3em;
  color: #004a80;
}

@media screen and (max-width:80em) {
	#hero-owl .owl-item div .slide-content h1 {
		font-size: 32px;
    margin-bottom: .4em;
	}
}

@media screen and (max-width:64em) {
	#hero-owl .owl-item div .slide-content h1 {
    font-size: 32px;
	}
}

@media screen and (max-width:30em) {
	#hero-owl .owl-item div .slide-content h1 {
		margin-bottom: 0!important;
		width: 90%;
		font-size: 32px!important;
    line-height: 42px !important;
	}
}

#hero-owl .owl-item div .slide-content p {
	text-align: left;
	width: 100%;
	margin: 0 auto;
    color: #58585B;
	font-size: 22px;
    line-height: 30px;
}

@media screen and (max-width:64em) {
	#hero-owl .owl-item div .slide-content p {
		font-size: 16px;
    line-height: 22px;
	}
}

@media screen and (max-width: 30em) {
    #hero-owl .owl-item div .slide-content p {
    display: none;
    }
}

#hero-owl .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
  left: 5%;
}

@media screen and (max-width:30em) {
	#hero-owl .owl-nav {
    display: none;
	}
}

#hero-owl .owl-nav div {
	text-indent: -9999px;
	background-color: transparent!important;
	width: 50px;
  height: 50px;
}

#hero-owl .owl-nav .owl-prev {
	float: left;
	text-align: left;
  background-image: url("../images/left_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	#hero-owl .owl-nav .owl-prev {
        background-image: url("../images/left_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

#hero-owl .owl-nav .owl-next {
	float: right;
	text-align: right;
  background-image: url("../images/right_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	#hero-owl .owl-nav .owl-next {
        background-image: url("../images/right_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

#hero-owl .owl-dots {
	position: absolute;
	bottom: 5px;
	width: 95%;
  text-align: right;
}

@media screen and (max-width:48em) {
	#hero-owl .owl-dots {
		text-align: center;
		width: 100%;
    bottom: -20px;
	}
}

#hero-owl .owl-dots .owl-dot span {
  margin: 5px;
}

#hero-owl .owl-dots .owl-dot.active span {
  background: #008ad0;
}

@media (min-width:1025px) and (max-width:1680px) {
  .hero .img-cont, .hero .item-video {
        height: 70vh;
		min-height: 550px;
    max-height: 800px;
	}

  .home .img-cont, .page-template-page-japan .img-cont {
		height: auto;
		min-height: inherit;
    max-height: inherit;
	}
}

.home .hero-slider {
  margin-top: 120px;
}

@media screen and (max-width:48em) {
	.home .hero-slider {
		position: relative;
    z-index: -1;
	}
}

.home #hero-owl .owl-item .img-cont {
	width: 100%;
  z-index: -1;
}

.home #hero-owl .owl-item .img-cont:before {
	content: "";
	display: block;
	width: 45%;
	height: 80%;
    background: rgba(0, 74, 128, 0.9);
	z-index: 1;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
  right: 0;
}

.home #hero-owl .owl-item div .slide-content {
	position: absolute;
	width: 50%;
	margin: 0 auto;
	top: 49%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 2;
	background: transparent;
	padding: 0;
	overflow: hidden;
  max-height: 500px;
}

@media screen and (max-width:48em) {
	.home #hero-owl .owl-item div .slide-content {
		width: 90%;
    padding: 20% 0;
    }
}

@media screen and (max-width: 48em) {
    .home #hero-owl .owl-item div .slide-content {
		position: relative;
    margin-top: 0;
	}
}

@media screen and (max-width:30em) {
	.home #hero-owl .owl-item div .slide-content {
    width: 100%;
	}
}

.home #hero-owl .owl-item div .slide-content h1 {
	text-align: center;
	line-height: 1.2em;
	font-size: 60px;
  color: white;
}

@media screen and (max-width:80em) {
	.home #hero-owl .owl-item div .slide-content h1 {
		font-size: 50px;
    margin-bottom: .4em;
	}
}

@media screen and (max-width:64em) {
	.home #hero-owl .owl-item div .slide-content h1 {
    font-size: 40px;
	}
}

@media screen and (max-width:48em) {
	.home #hero-owl .owl-item div .slide-content h1 {
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
    font-size: 36px;
	}
}

@media screen and (max-width:30em) {
	.home #hero-owl .owl-item div .slide-content h1 {
    width: 40%;
	}
}

.home #hero-owl .owl-item div .slide-content p {
	text-align: center;
	width: 70%;
	margin: 0 auto;
  color: white;
}

@media screen and (max-width:64em) {
	.home #hero-owl .owl-item div .slide-content p {
		font-size: 16px;
    line-height: 22px;
	}
}

@media screen and (max-width:48em) {
	.home #hero-owl .owl-item div .slide-content p {
		color: #58585b;
		font-size: 18px;
		line-height: 24px;
    display: block;
	}
}

@media screen and (max-width:30em) {
	.home #hero-owl .owl-item div .slide-content p {
		width: 100%;
		padding-left: 40px;
    padding-right: 40px;
	}
}

@media screen and (max-width:48em) {
	.home #hero-owl .owl-dots {
    top: 500px;
	}
}

/*  end of home */
.page-banner {
	height: 100px;
    padding: 20px 0 0 0;
    background-image: url("../images/banner_halftone.png");
	background-size: cover!important;
  margin-top: 120px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-banner {
        background-image: url("../images/banner_halftone_2x.png");
    background-size: 1440px 100px;
	}
}

@media screen and (max-width:48em) {
	.page-banner h1 {
    font-size: 28px;
	}
}

.page-banner section.container {
  padding: 0;
}

.page-banner section.container .unit {
  padding: 0;
}

@media screen and (min-width:64em) and (max-width:72.5em) {
	.page-banner section.container .unit {
    padding: 0 20px;
	}
}

@media screen and (max-width:64em) {
	.page-banner section.container .unit {
    padding: 0 20px;
	}
}

.page-banner section.container .unit .column {
	border: none!important;
  min-height: 0 !important;
}

@media screen and (max-width:30em) {
	.home .container .unit {
    /*padding: 10px 20px;*/
	}
}

.home h3.halftone-border {
	color: #03c07c;
  font-size: 48px;
}

@media screen and (max-width:48em) {
	.home h3.halftone-border {
    font-size: 28px;
	}
}

.home h3 a {
	color: #03c07c;
  font-size: 48px;
}

@media screen and (max-width:48em) {
	.home h3 a {
    font-size: 28px;
	}
}

.home h3 a:hover {
  color: #008ad0;
}

@media screen and (min-width:64em) {
	.home section:nth-of-type(3) .btn-cont:first-of-type {
    margin-right: 15px;
	}
}

@media screen and (max-width:48em) {
	.home section:nth-of-type(3) .btn-cont:first-of-type {
    margin-bottom: 5px;
	}
}

.home section.container.home-businesses {
	padding: 18px 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
  width: 100% !important;
}

@media screen and (min-width:64em) {
	.home section.container.home-businesses {
    padding-top: 50px;
	}
}

.home section.container.home-businesses .column {
  line-height: 95px;
}

@media (min-width:415px) and (max-width:768px) {
	.home section.container.home-businesses .column {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
	}

    .home section.container.home-businesses .column:last-child {
    margin-right: 0;
    }

	.home section.container.home-businesses .column:nth-child(3n) {
    margin-right: 0;
	}

	.home section.container.home-businesses .column:nth-child(3n+1) {
    clear: left;
	}
}

@media screen and (max-width:30em) {
	.home section.container.home-businesses .column {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 46.2885141211%;
	}

    .home section.container.home-businesses .column:last-child {
    margin-right: 0;
    }

	.home section.container.home-businesses .column:nth-child(2n) {
    margin-right: 0;
	}

    .home section.container.home-businesses .column:nth-child(2n+1) {
    clear: left;
	}
}

@media screen and (max-width:30em) {
	.home section.container.home-businesses .column:last-of-type {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
		margin-right: 0;
    text-align: center;
	}

	.home section.container.home-businesses .column:last-of-type:last-child {
    margin-right: 0;
	}
}

.home section.container.home-businesses img {
	max-height: 71px;
  max-width: 153px;
}

.home .button-container {
  margin-top: 20px;
}

.home .button-container.learn-more {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #03c07c;
}

.home .button-container.learn-more:last-child {
  margin-right: 0;
}

.home .button-container.learn-more:hover {
  background: white;
}

.home .button-container.learn-more button {
	background: #03c07c;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.home .button-container.learn-more button:hover {
    background: white;
  color: #008ad0;
}

.home .button-container.learn-more button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.home .button-container.learn-more button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.home .button-container.learn-more button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.home .button-container.learn-more button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home .button-container.learn-more button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.home .button-container.learn-more button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home .button-container.learn-more button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.home .button-container.learn-more button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home .button-container.learn-more button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.home .button-container.learn-more button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home .button-container.learn-more button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.home .button-container.learn-more {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.home .button-container.learn-more:last-child {
    margin-right: 0;
	}
}

.home .button-container.apply-now {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.home .button-container.apply-now:last-child {
  margin-right: 0;
}

.home .button-container.apply-now:hover {
  background: white;
}

.home .button-container.apply-now button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.home .button-container.apply-now button:hover {
    background: white;
  color: #008ad0;
}

.home .button-container.apply-now button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.home .button-container.apply-now button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.home .button-container.apply-now button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.home .button-container.apply-now button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home .button-container.apply-now button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.home .button-container.apply-now button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home .button-container.apply-now button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.home .button-container.apply-now button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home .button-container.apply-now button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.home .button-container.apply-now button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home .button-container.apply-now button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.home .button-container.apply-now {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.home .button-container.apply-now:last-child {
    margin-right: 0;
	}
}

.home .content-space-right p {
  margin-right: 10%;
}

@media (min-width:768px) and (max-width:768px) {
	.home .content-space-right {
    margin-top: 40px;
	}
}

.home .callout p {
	font-size: 24px;
	line-height: 28px;
  text-align: center;
}

.home .callout p a.strong-link {
    color: white;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
  border-bottom: 1px solid #008ad0;
}

.home .callout p a.strong-link:hover {
  color: #000036;
}

.home .featured-title {
    color: white;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	letter-spacing: .7px;
	text-transform: uppercase;
	width: 100%;
	padding-top: 87px;
  margin-bottom: 20px;
}

.home #featured-owl .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	left: 15%;
  margin-top: -100px;
}

@media screen and (max-width:48em) {
	.home #featured-owl .owl-nav {
    display: none;
	}
}

.home #featured-owl .owl-nav div {
	text-indent: -9999px;
	background-color: transparent;
	width: 50px;
  height: 50px;
}

.home #featured-owl .owl-nav .owl-prev {
	float: left;
	text-align: left;
  background-image: url("../images/left_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home #featured-owl .owl-nav .owl-prev {
        background-image: url("../images/left_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

.home #featured-owl .owl-nav .owl-next {
	float: right;
	text-align: right;
  background-image: url("../images/right_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.home #featured-owl .owl-nav .owl-next {
        background-image: url("../images/right_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

.home #featured-owl .owl-dots {
  padding: 60px 0;
}

.home #featured-owl .owl-dots .owl-dot span {
  margin: 5px;
}

.home #featured-owl .owl-dots .owl-dot.active span {
  background: #008ad0;
}

.home #featured-owl .owl-item {
  margin-top: 35px;
}

@media screen and (max-width:48em) {
	.home #featured-owl .owl-item {
		padding: 0 40px;
    margin-top: 0;
	}
}

.home #featured-owl .owl-item.active {
  margin-top: 0;
}

.home #featured-owl .owl-item.active .featured-article {
	height: 520px!important;
  transition: all 0.1s ease-in-out;
}

@media screen and (max-width:48em) {
	.home #featured-owl .owl-item.active .featured-article {
    height: 490px !important;
	}
}
.home .owl-item .img-cont {
  /*
  		max-height: 800px;
  		overflow: hidden;
  */
}
.home .featured-article {
    height: 350px;
    background: white;
	padding: 0;
  position: relative;
}

@media screen and (max-width:48em) {
	.home .featured-article {
    height: 300px;
	}
}

@media screen and (max-width:30em) {
	.home .featured-article {
    height: 300px;
	}
}

.home .featured-article .featured-thumbnail {
    margin-bottom: 20px;
	width: 100%;
	height: 80px;
  overflow: hidden;
}

@media screen and (max-width: 64em) {
    .home .featured-article .featured-thumbnail {
        margin-bottom: 20px;
    height: 100px;
    }
}

@media screen and (max-width:48em) {
	.home .featured-article .featured-thumbnail {
        margin-bottom: 20px;
    height: 80px;
	}
}

@media screen and (max-width: 30em) {
    .home .featured-article .featured-thumbnail {
    display: none;
    }
}

@media screen and (max-width: 48em) {
    .home .featured-article .featured-thumbnail img {
    display: none;
    }
}

.home .featured-article .headline {
    font-family: "Whitman Display Light", Georgia, Times, serif;
    font-size: 22px;
    line-height: 1.5;
	margin-bottom: 30px;
  padding: 50px;
}

.home .featured-article .headline.has-thumbnail {
	font-size: 24px;
	line-height: 30px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
  padding-right: 30px;
}

@media (min-width:769px) and (max-width:1024px) {
	.home .featured-article .headline.has-thumbnail {
		font-size: 22px;
    line-height: 1.25;
	}
}

@media screen and (max-width:30em) {
    .home .featured-article .headline.has-thumbnail {
		font-size: 28px;
    line-height: 36px;
	}
}

.home .featured-article .headline a {
  color: #03c07c;
}

.home .featured-article .headline a:hover {
  color: #008ad0;
}

.home .featured-article .excerpt {
    font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
  padding: 0 50px;
}

@media screen and (max-width:30em) {
	.home .featured-article .excerpt {
		font-size: 16px;
		line-height: 22px;
    padding: 0 30px;
	}
}

@media screen and (max-width:20em) {
	.home .featured-article .excerpt {
		font-size: 14px;
    padding: 0 20px;
	}
}

.home .featured-article .read-more-link {
	display: block;
	margin: 0;
    font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #03c07c;
  padding: 0 50px;
}

@media screen and (max-width:30em) {
	.home .featured-article .read-more-link {
    padding: 0 30px;
	}
}

@media screen and (max-width:20em) {
	.home .featured-article .read-more-link {
		font-size: 12px;
    padding: 0 20px;
	}
}

.home .featured-article .read-more-link a {
	display: inline-block;
	color: #03c07c;
	border-bottom: 2px solid #008ad0;
  line-height: 1;
}

.home .featured-article .featured-meta p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
    color: white;
	padding: 11px 30px;
	font-size: 16px;
	line-height: 1.5;
    font-family: "proxima-nova", sans-serif;
	background: #008ad0;
  margin-bottom: 0;
}

@media screen and (max-width:20em) {
	.home .featured-article .featured-meta p {
    padding: 11px 20px;
	}
}

.home .featured-article .featured-meta p span {
	display: block;
	margin: 0 5px;
  color: white;
}

.home .featured-article .featured-meta p span a {
  color: white;
}

.home .-light-gray-container .unit.feature.halves.extra-space {
	padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width:515px) and (max-width:768px) {
	.home .slide-content {
		transform: translateY(-60%)!important;
		padding-top: 0!important;
    padding-bottom: 0 !important;
	}

	.home .slide-content h1 {
    margin-bottom: 7em !important;
	}
}

@media screen and (max-width:30em) {
	.home #hero-owl .owl-item div .slide-content {
    max-height: 520px;
	}
}

@media screen and (max-width:30em) {
	.home #hero-owl .owl-item div .slide-content h1 {
    margin-bottom: 3em !important;
	}
}

@media screen and (max-width:30em) {
	.home .unit.grid-width {
    padding-bottom: 0;
	}
}

.page-template-page-about .slide-content h1 {
	font-size: 4em!important;
  margin-bottom: 32px !important;
}

.page-template-page-about .container .unit.our-mission {
  padding-bottom: 70px;
}

.page-template-page-about .container .unit.our-mission p {
	font-size: 1.375em;
  line-height: 1.45em;
}

.page-template-page-about h2.dotted-underline {
    font-family: "Whitman Display", Georgia, Times, serif;
	font-size: 30px;
	line-height: 50px!important;
    background-image: url("../images/headline_dot_accent.png");
	background-position: 50% 100%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about h2.dotted-underline {
        background-image: url("../images/headline_dot_accent_2x.png");
    background-size: 60px 4px;
	}
}

.page-template-page-about .centered-title+p {
	font-size: 22px;
  line-height: 32px;
}

@media screen and (min-width:64em) {
	.page-template-page-about section:nth-of-type(5) {
    border-top: 1px solid #ddd;
	}
}

.page-template-page-about .button-container {
  margin-top: 20px;
}

.page-template-page-about .button-container.read-the-story {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
	width: 100%;
	padding: 5px;
	background: #008ad0;
  background: #03c07c;
}

.page-template-page-about .button-container.read-the-story:last-child {
  margin-right: 0;
}

.page-template-page-about .button-container.read-the-story:hover {
  background: white;
}

.page-template-page-about .button-container.read-the-story button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-about .button-container.read-the-story button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-about .button-container.read-the-story button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-about .button-container.read-the-story button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-about .button-container.read-the-story button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-about .button-container.read-the-story button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .button-container.read-the-story button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .button-container.read-the-story button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .button-container.read-the-story button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .button-container.read-the-story button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .button-container.read-the-story button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .button-container.read-the-story button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .button-container.read-the-story button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media (min-width:48em) {
	.page-template-page-about .button-container.read-the-story {
    transform: translateY(140%);
	}
}

@media screen and (max-width:48em) {
	.page-template-page-about .button-container.read-the-story {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-about .button-container.read-the-story:last-child {
    margin-right: 0;
	}
}

.page-template-page-about .button-container.read-the-story button {
  background: #03c07c;
}

.page-template-page-about .button-container.all-leadership {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 36.4890962352%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-about .button-container.all-leadership:last-child {
  margin-right: 0;
}

.page-template-page-about .button-container.all-leadership:hover {
  background: white;
}

.page-template-page-about .button-container.all-leadership button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-about .button-container.all-leadership button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-about .button-container.all-leadership button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-about .button-container.all-leadership button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-about .button-container.all-leadership button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-about .button-container.all-leadership button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .button-container.all-leadership button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .button-container.all-leadership button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .button-container.all-leadership button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .button-container.all-leadership button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .button-container.all-leadership button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .button-container.all-leadership button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .button-container.all-leadership button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-about .button-container.all-leadership {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-about .button-container.all-leadership:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-about section:nth-of-type(2) .unit.feature.sidebar-left.testimonial {
    padding: 50px 40px;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-about section:nth-of-type(2) .unit.feature.sidebar-left.testimonial {
		padding: 50px 23px;
    padding-top: 65px;
	}

	.page-template-page-about section:nth-of-type(2) .unit.feature.sidebar-left.testimonial .testimonial-image-container {
    margin-left: 0;
	}
}

.page-template-page-about section .unit.feature.lg-centered {
  padding-bottom: 40px;
}

.page-template-page-about section .dotted-underline {
  padding-bottom: 10px;
}

@media screen and (max-width:30em) {
	.page-template-page-about section:nth-of-type(5) .unit.feature.lg-centered.dots-header {
    padding-top: 50px;
	}
}

.page-template-page-about section.timeline {
  padding: 0;
}

.page-template-page-about .unit.feature h2 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 36px;
	line-height: 42px;
  color: #004a80;
}

.page-template-page-about .unit.feature h3 {
    font-family: "proxima-nova", sans-serif;
	font-size: 22px;
	line-height: 30px;
	position: relative;
  color: #004a80;
}

.page-template-page-about .unit.feature h3.icon {
  padding-top: 100px;
}

.page-template-page-about .unit.feature h3.icon:before {
	content: "";
	display: block;
	position: absolute;
	width: 72px;
	height: 72px;
  top: 0;
}

.page-template-page-about .unit.feature h3.icon.icon.ethics:before {
    background-image: url("../images/icon_ethics.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .unit.feature h3.icon.icon.ethics:before {
        background-image: url("../images/icon_ethics_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-about .unit.feature h3.icon.icon.firm:before {
    background-image: url("../images/icon_firm.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .unit.feature h3.icon.icon.firm:before {
        background-image: url("../images/icon_firm_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-about .unit.feature h3.icon.icon.innovation:before {
    background-image: url("../images/icon_innovation.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .unit.feature h3.icon.icon.innovation:before {
        background-image: url("../images/icon_innovation_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-about .unit.feature h3.icon.icon.growth:before {
    background-image: url("../images/icon_growth_v2.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .unit.feature h3.icon.icon.growth:before {
        background-image: url("../images/icon_growth_v2_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-about .unit.feature h3.icon.icon.community:before {
    background-image: url("../images/icon_community.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .unit.feature h3.icon.icon.community:before {
        background-image: url("../images/icon_community_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-about .unit.feature.thirds.our-values {
	padding-top: 5px;
  padding-bottom: 20px;
}

@media screen and (max-width:80em) {
	.page-template-page-about .unit.feature.thirds .column {
		width: 45%;
    margin-right: 5%;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-about .unit.feature.thirds .column {
		margin-right: 7.42297%;
    width: 100% !important;
	}
}

@media screen and (min-width:80em) {
	.page-template-page-about .unit.feature.thirds .column .btn-cont.dark.internal {
    transform: translateY(150%);
	}
}

.page-template-page-about .icon-blurb {
  margin-bottom: 60px;
}

.page-template-page-about .icon-group-header h2 {
	height: 130px;
  margin-bottom: 16.5px;
}

.page-template-page-about .testimonial {
	padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width:48em) {
	.page-template-page-about .testimonial {
		padding-left: 40px;
    padding-right: 40px;
	}
}

.page-template-page-about .testimonial .testimonial-image-container {
  margin-left: 21.1703012549%;
  /*
  		img {
  			width: 180px;
  			height: 180px;
  		}
  */
	overflow: visible;
	width: 180px;
	height: 180px;
  position: relative;
}

.page-template-page-about .testimonial .testimonial-image-container .image-circle {
	overflow: hidden;
	width: 180px;
	height: 180px;
	border: 5px solid #008ad0;
  border-radius: 180px;
}

.page-template-page-about .testimonial .testimonial-image-container:before {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
	background: #03c07c;
  top: -230px;
}

.page-template-page-about .testimonial .testimonial-image-container:after {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
	background: #03c07c;
	left: -230px;
  top: 0;
}

@media screen and (max-width:30em) {
	.page-template-page-about .testimonial .testimonial-image-container:after {
    left: 230px;
	}
}

.page-template-page-about .testimonial .quote {
    font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
    color: white;
	position: relative;
	overflow: visible;
	quotes: "“" "”" "‘" "’";
  margin-bottom: 25px;
}

@media screen and (max-width:30em) {
	.page-template-page-about .testimonial .quote {
    margin-top: 40px;
	}
}

.page-template-page-about .testimonial .quote:before {
	content: open-quote;
	position: absolute;
	top: 0;
	left: -12px;
    color: white;
  font-size: 22px;
}

.page-template-page-about .testimonial .quote:after {
  content: close-quote;
}

.page-template-page-about .testimonial .quote-attrib {
    font-family: "Whitman Display", Georgia, Times, serif;
	font-size: 24px;
    color: white;
  margin-bottom: 8px;
}

.page-template-page-about .testimonial .quote-attrib-title {
    font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #00acf2;
  margin-bottom: 20px;
}

.page-template-page-about .testimonial .bio-link {
	display: inline-block;
    font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
    color: white;
	text-transform: uppercase;
  border-bottom: 2px solid #008ad0;
}

.page-template-page-about .testimonial .bio-link a {
  color: white;
}

@media screen and (max-width:30em) {
	.page-template-page-about .testimonial {
		padding: 50px 23px;
    padding-top: 65px;
	}

	.page-template-page-about .testimonial .testimonial-image-container {
    margin-left: 0;
	}
}

.page-template-page-about .link-box {
    background: white;
  padding: 0 0 20px 0;
}

.page-template-page-about .link-box img {
  width: 100%;
}

.page-template-page-about .link-box .link-box-container {
  padding: 0 20px;
}

.page-template-page-about .link-box .link-box-container .link-box-title {
	margin: 20px 0;
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 24px;
	line-height: 42px;
  padding-top: 0;
}

.page-template-page-about .link-box .link-box-container .button-container {
	padding: 5px;
  background: #008ad0;
}

.page-template-page-about .link-box .link-box-container .button-container:hover {
  background: white;
}

.page-template-page-about .link-box .link-box-container .button-container button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-about .link-box .link-box-container .button-container button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-about .link-box .link-box-container .button-container button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-about .link-box .link-box-container .button-container button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-about .link-box .link-box-container .button-container button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-about .link-box .link-box-container .button-container button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .link-box .link-box-container .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .link-box .link-box-container .button-container button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .link-box .link-box-container .button-container button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .link-box .link-box-container .button-container button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .link-box .link-box-container .button-container button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .link-box .link-box-container .button-container button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .link-box .link-box-container .button-container button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .businesses {
	text-align: center;
  padding-bottom: 30px;
}

.page-template-page-about .businesses h2 {
  position: relative;
}

.page-template-page-about .businesses h2:before {
	content: "";
	display: block;
	position: relative;
	width: 44px;
	height: 36px;
    background-image: url("../images/logo_icon.png");
	margin: 20px auto;
	margin-top: 0;
  transform: rotate(1deg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .businesses h2:before {
        background-image: url("../images/logo_icon_2x.png");
    background-size: 44px 36px;
	}
}

.page-template-page-about .business-box {
	position: relative;
    box-shadow: inset 0px 0px 0px 1px #ddd;
	border-top-style: solid;
	padding: 50px 45px;
	border-radius: 5px;
	border-top-width: 10px;
  min-height: 600px;
}

@media screen and (max-width:30em) {
	.page-template-page-about .business-box {
    min-height: initial !important;
    }
}

@media (min-width: 415px) and (max-width: 1024px) {
    .working-here .business-box {
    min-height: 700px !important;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-about .business-box {
    border-radius: 0;
	}
}

.page-template-page-about .business-box:nth-of-type(1) {
  border-top-color: #eb8b30;
}

.page-template-page-about .business-box:nth-of-type(2) {
  border-top-color: #2b3078;
}

.page-template-page-about .business-box:nth-of-type(3) {
  border-top-color: #eb378e;
}

.page-template-page-about .business-box:nth-of-type(4) {
  border-top-color: #c1a22f;
}

@media screen and (max-width: 30em) {
    .page-template-page-about .business-box:last-of-type {
    box-shadow: none;
    }
}

.page-template-page-about .business-box.--orange {
  border-top-color: #eb8b30;
}

.page-template-page-about .business-box.--purple {
  border-top-color: #2b3078;
}

.page-template-page-about .business-box.--pink {
  border-top-color: #eb378e;
}

.page-template-page-about .business-box.-gold {
  border-top-color: #c1a22f;
}

.page-template-page-about .business-box img {
  margin: 0 55px 35px 0;
}

.page-template-page-about .business-box img:nth-of-type(2) {
  margin-right: 0;
}

.page-template-page-about .business-box h3 {
	padding-top: 0;
  font-family: "proxima-nova", sans-serif;
}

@media screen and (max-width:48em) {
	.page-template-page-about .business-box h3 {
		font-size: 22px;
    line-height: 36px;
	}
}

.page-template-page-about .business-box ul {
    font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
  list-style-type: none;
}

.page-template-page-about .business-box ul li {
	text-indent: -1em;
  padding-left: 1em;
}

.page-template-page-about .business-box ul li:before {
	content: "•";
	padding-right: 1em;
  color: #00acf2;
}

.page-template-page-about .business-box .learn-more-link {
	display: inline-block;
    margin: 20px 0 30px 0;
	color: #03c07c;
    border-bottom: 1px solid #00ACF2;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease;
  margin-right: 35%;
}

.page-template-page-about .business-box .learn-more-link:hover {
  color: #00ACF2;
}

.page-template-page-about .business-box .button-container {
	padding: 5px;
	background: #008ad0;
  width: 50%;
}

.page-template-page-about .business-box .button-container:hover {
  background: white;
}

.page-template-page-about .business-box .button-container button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-about .business-box .button-container button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-about .business-box .button-container button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-about .business-box .button-container button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-about .business-box .button-container button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-about .business-box .button-container button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .business-box .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .business-box .button-container button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .business-box .button-container button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .business-box .button-container button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .business-box .button-container button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-about .business-box .button-container button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-about .business-box .button-container button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-about .business-box .button-container {
    width: 100%;
	}
}

@media screen and (min-width:48em) {
	.page-template-page-about .business-box .btn-cont {
		position: absolute;
		bottom: 30px;
    left: 45px;
	}

	.community-matters .business-box .btn-cont {
		position: relative;
		bottom: inherit;
    left: inherit;
	}
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-about .business-box .btn-cont {
    left: 20px;
	}
}

.page-template-page-about .business-box .box-thumbnail {
	margin: 0;
	padding: 0;
	width: 100%;
  max-height: 190px;
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-about .business-box .box-thumbnail {
    max-height: none;
	}
}

.page-template-page-about .business-box .box-thumbnail img {
  width: 100%;
}

.page-template-page-about .business-box .box-content {
  padding: 50px 45px;
}

.page-template-page-about .business-box .box-content img {
  max-height: 63px;
}

@media screen and (max-width:48em) {
	.page-template-page-about .business-box .box-content {
    padding: 20px;
	}
}

.page-template-page-about .business-box img {
  vertical-align: middle;
}

.page-template-page-about .business-box:nth-of-type(2) .button-container {
  margin-top: 102px;
}

.page-template-page-about .business-box:nth-of-type(3) .button-container {
  margin-top: 114px;
}

.page-template-page-about .business-box:nth-of-type(4) .button-container {
  margin-top: 60px;
}

@media screen and (max-width:48em) {
	.page-template-page-about .business-box:first-of-type img {
    width: 40%;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-about .business-box {
		padding-top: 40px!important;
		padding-bottom: 40px!important;
    margin-bottom: 0 !important;
	}
}

@media screen and (min-width:64em) {
	.page-template-page-about .business-box {
    margin-bottom: 30px;
	}
}

@media (min-width:769px) and (max-width:1024px) {
	.page-template-page-about .business-box {
    min-height: 650px;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-about .business-box:last-of-type {
    box-shadow: none;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-about .hero-slider.unit.hero {
		padding-left: 0;
    padding-right: 0;
	}
}

.page-template-page-about #hero-owl-timeline-slider {
  padding-top: 40px;
}

@media screen and (max-width:48em) {
	.page-template-page-about #hero-owl-timeline-slider {
    padding-top: 0;
	}
}

.page-template-page-about #hero-owl-timeline-slider .owl-item.active>div {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:48em) {
	.page-template-page-about #hero-owl-timeline-slider .owl-item.active>div {
    -ms-flex-direction: column;
        flex-direction: column;
	}
}

.page-template-page-about #hero-owl-timeline-slider .img-cont {
  -ms-flex: 2;
      flex: 2;
}

.page-template-page-about #hero-owl-timeline-slider .slide-content {
  -ms-flex: 4;
	flex: 4;
    background: white;
  padding: 2.5em;
}

.page-template-page-about #hero-owl-timeline-slider .slide-content .date {
	display: block;
  margin-bottom: 1em;
}

@media screen and (max-width:48em) {
	.page-template-page-about .unit.feature.grid-width.minus-one:first-of-type {
    border-top: 1px solid #ddd;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-about .unit.feature.halves {
		padding-left: 0;
    padding-right: 0;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-about .unit.feature.halves {
    padding-bottom: 50px;
	}
}

.page-template-page-about .tl-timeline p {
  font-family: "proxima-nova", sans-serif !important;
}

.whitman {
  font-family: "Whitman", sans-serif;
}

.proxima {
  font-family: "Proxima Nova", sans-serif;
}

.teal {
  color: #70BBB5;
}

.academy-hero {
  margin-top: 120px;
}

.academy-hero .hero-banner {
    background: white;
  padding: 30px 150px;
}

.academy-hero .hero-banner h1 {
    color: #004A80;
    font-family: "Whitman", sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
  margin: 0;
}

.academy-hero .wrapper {
    background: #000036;
  padding: 50px 75px;
}

.academy-hero .wrapper .hero-content-container {
    background-size: auto;
    background-repeat: no-repeat;
  background-position: right top;
}

.academy-hero .wrapper .hero-content {
    color: white;
  display: -ms-flexbox;
    display: flex;
  -ms-flex-direction: column;
    flex-direction: column;
  -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Proxima Nova", sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 66px;
    min-height: 650px;
    padding: 100px 50px 100px 200px;
    position: relative;
  width: 62%;
}

.academy-hero .wrapper .hero-content h2 {
    color: white;
    font-family: "Proxima Nova", sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 66px;
    position: relative;
    text-transform: uppercase;
  z-index: 5;
}

.academy-hero .wrapper .hero-content p {
    color: white;
    font-family: "Whitman", sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 56px;
    margin-top: auto;
    position: relative;
  z-index: 5;
}

.academy-hero .wrapper .hero-content p img {
  max-height: 60px;
}

.academy-hero .wrapper .hero-gradient {
    background-image: linear-gradient(to bottom, #70BBB5, #215BAC);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 68%;
  z-index: 4;
}

.scrolling-cards .wrapper {
  padding: 75px;
}

.scrolling-cards .wrapper .content-above h2 {
    color: white;
    font-family: "Proxima Nova", sans-serif;
    font-size: 60px;
    font-weight: 900;
  line-height: 66px;
}

.scrolling-cards .wrapper .content-above p {
    color: white;
    font-family: "Whitman", sans-serif;
    font-size: 60px;
    font-style: italic;
  line-height: 66px;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card .card {
    min-height: 545px;
    min-width: 440px;
    padding: 50px;
  width: 25%;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card .card .card-content h3 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  text-transform: uppercase;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card .offset-image {
    max-width: 85%;
    padding: 0 100px;
  top: -200px;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card .offset-image img {
  width: 100%;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card:nth-child(1) .card {
    margin-right: auto;
    position: relative;
  z-index: 10;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card:nth-child(1) .offset-image {
    margin-left: auto;
    position: relative;
  z-index: 15;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card:nth-child(2) .card {
    margin: -300px auto 0;
    position: relative;
  z-index: 20;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card:nth-child(2) .offset-image {
    margin: 0 auto;
    position: relative;
  z-index: 25;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card:nth-child(3) .card {
    margin: -300px 0 0 auto;
    position: relative;
  z-index: 30;
}

.scrolling-cards .wrapper .scrolling-cards-container .scrolling-card:nth-child(3) .offset-image {
    margin-left: auto;
    position: relative;
  z-index: 35;
}

.scrolling-cards .wrapper .content-below {
    margin-top: -250px;
    max-width: 996px;
    position: relative;
  z-index: 40;
}

.scrolling-cards .wrapper .content-below p {
    color: white;
    font-family: "Whitman", sans-serif;
    font-size: 60px;
    font-style: italic;
  line-height: 66px;
}

.opportunities {
  padding: 75px 0;
}

.opportunities .opportunities-filter {
  padding: 0 75px 75px;
}

.opportunities .opportunities-filter .content-above h4 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    background-image: -webkit-linear-gradient(left, #215BAC, #70BBB5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 10px;
  text-transform: uppercase;
}

.opportunities .opportunities-filter .opportunities-filter-content .line {
  display: -ms-flexbox;
  display: flex;
}

.opportunities .opportunities-filter .opportunities-filter-content .line:nth-of-type(1) select {
    border: 2px solid #70BBB5;
  max-width: 80%;
}

.opportunities .opportunities-filter .opportunities-filter-content .line:nth-of-type(2) select {
    border: 2px solid #215BAC;
  max-width: 25%;
}

.opportunities .opportunities-filter .opportunities-filter-content span {
    color: white;
    font-family: "Whitman", sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
  line-height: 66px;
}

.opportunities .opportunities-filter .opportunities-filter-content select {
    background: transparent;
    margin: 0 10px;
  padding: 12px;
}

.opportunities .opportunities-container {
  display: -ms-flexbox;
    display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.opportunities .opportunities-container::after {
    content: "";
  -ms-flex: auto;
    flex: auto;
  min-height: 660px;
}

.opportunities .opportunities-container .opportunities-card {
  display: -ms-flexbox;
    display: flex;
  -ms-flex-direction: column;
    flex-direction: column;
  -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 660px;
    padding: 50px;
  width: 33.333%;
}

.opportunities .opportunities-container .opportunities-card-title h3 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
  text-transform: uppercase;
}

.opportunities .opportunities-container .opportunities-card-description p {
    font-family: "Whitman", sans-serif;
    font-size: 30px;
    font-weight: 400;
  line-height: 36px;
}

.opportunities .opportunities-container.ajaxed {
    max-height: 0px;
  overflow: hidden;
}

.opportunities .opportunity-card .wrapper {
    padding: 75px;
  position: relative;
}

.opportunities .opportunity-card .close-opportunity {
    position: absolute;
    right: 25px;
  top: 25px;
}

.opportunities .opportunity-card .opportunity-card-header {
  display: -ms-flexbox;
  display: flex;
}
.opportunities .opportunity-card .opportunity-card-header .slick-next, .opportunities .opportunity-card .opportunity-card-header .slick-prev {
    height: 0;
    overflow: hidden;
  padding: 0;
}

.opportunities .opportunity-card .opportunity-card-header .card-info {
  display: -ms-flexbox;
    display: flex;
  -ms-flex-direction: column;
    flex-direction: column;
  -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 75px 75px 0;
  width: 40%;
}

.opportunities .opportunity-card .opportunity-card-header .card-info h4 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
    max-width: 50%;
  text-transform: uppercase;
}

.opportunities .opportunity-card .opportunity-card-header .card-info p {
    font-family: "Whitman", sans-serif;
    font-size: 30px;
    font-weight: 400;
  line-height: 36px;
}

.opportunities .opportunity-card .opportunity-card-header .location-slider {
    background: white;
    width: 60%;
    position: relative;
  z-index: 4;
}

.opportunities .opportunity-card .opportunity-card-header .location-slider .location-slider-container {
    padding: 30px 50px;
  text-align: center;
}

.opportunities .opportunity-card .opportunity-card-header .location-slider .current-location {
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 10px;
    line-height: 24px;
    text-align: center;
  text-transform: uppercase;
}

.opportunities .opportunity-card .opportunity-card-header .location-slider .location-title h5 {
    color: #000036;
    font-family: "Proxima Nova", sans-serif;
    font-size: 30px;
    font-weight: 700;
  line-height: 36px;
}

.opportunities .opportunity-card .opportunity-card-header .location-slider .location-details {
  display: -ms-flexbox;
    display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.opportunities .opportunity-card .opportunity-card-header .location-slider .location-details>div {
    color: #000036;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  width: 50%;
}

.opportunities .opportunity-card .opportunity-card-header .location-slider .location-details>div h6 {
    font-family: "Whitman", sans-serif;
    font-size: 20px;
    font-weight: 400;
  line-height: 26px;
}

.opportunities .opportunity-card .opportunity-card-header .location-button {
  margin-top: 50px;
}

.opportunities .opportunity-card .opportunity-card-header .location-button a {
    display: block;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 10px;
    line-height: 26px;
    padding: 20px;
    text-align: center;
  width: 100%;
}

.opportunities .opportunity-card .opportunity-card-video {
    margin-top: -40px;
    text-align: center;
    position: relative;
  z-index: 2;
}

.opportunities .opportunity-card .opportunity-card-body {
  display: -ms-flexbox;
    display: flex;
  padding-top: 75px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-details {
    padding-right: 75px;
  width: 50%;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-details h4 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  text-transform: uppercase;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-details .weekly-breakdown h5 {
    color: white;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  margin-top: 30px;
}
.opportunities .opportunity-card .opportunity-card-body .opportunity-details .weekly-breakdown p, .opportunities .opportunity-card .opportunity-card-body .opportunity-details .weekly-breakdown li {
    color: white;
    font-family: "Whitman", sans-serif;
    font-size: 20px;
    font-weight: 400;
  line-height: 26px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-details .weekly-breakdown ul {
    list-style: disc;
  padding-left: 20px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-details .weekly-breakdown li {
    font-style: italic;
  padding-left: 20px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-details .program-details {
    font-family: "Whitman", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
  padding-top: 30px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-info {
    padding-left: 75px;
  width: 50%;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-info .image-slider img {
    height: auto;
    max-width: 540px;
  width: 100%;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-info .quote-container .quote {
    color: white;
    font-family: "Whitman", sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
  padding: 50px 0 30px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-info .quote-container .quotee {
  display: -ms-flexbox;
  display: flex;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-info .quote-container .quotee img {
  max-height: 120px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-info .quote-container .quotee .quotee-info {
  display: -ms-flexbox;
    display: flex;
  -ms-flex-direction: column;
    flex-direction: column;
  -ms-flex-pack: center;
    justify-content: center;
  padding-left: 30px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-info .quote-container .quotee .quotee-info h5 {
    color: white;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
  line-height: 24px;
}

.opportunities .opportunity-card .opportunity-card-body .opportunity-info .quote-container .quotee .quotee-info p {
    color: white;
    font-family: "Whitman", sans-serif;
    font-size: 20px;
    font-weight: 400;
  line-height: 28px;
}

.opportunities .opportunity-card .opportunity-card-cta {
  padding: 50px;
}

.opportunities .opportunity-card .opportunity-card-cta .cta-content-above {
    color: white;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 10px;
    line-height: 26px;
    margin-bottom: 20px;
  text-transform: uppercase;
}

.opportunities .opportunity-card .opportunity-card-cta .cta-content {
  display: -ms-flexbox;
  display: flex;
}

.opportunities .opportunity-card .opportunity-card-cta .cta-content img {
  fill: currentColor;
}

.opportunities .opportunity-card .opportunity-card-cta a.cta-link {
    font-family: "Proxima Nova", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
  text-transform: uppercase;
}

.modal-cards {
    background: #000036;
    background-size: cover;
  padding: 50px;
}

@media screen and (min-width: 64em) {
    .modal-cards {
    padding: 75px;
    }
}

.modal-cards .wrapper .modal-cards-container {
  display: -ms-flexbox;
    display: flex;
  -ms-flex-pack: justify;
    justify-content: space-between;
  min-height: 600px;
}

.modal-cards .wrapper .modal-cards-container .modal-card {
  display: -ms-flexbox;
    display: flex;
  -ms-flex-direction: column;
    flex-direction: column;
  -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 400px;
    max-height: 400px;
    width: 320px;
  padding: 50px;
}

.modal-cards .wrapper .modal-cards-container .modal-card:nth-of-type(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.modal-cards .wrapper .modal-cards-container .modal-card:nth-of-type(3) {
  margin-top: 75px;
}

.modal-cards .wrapper .modal-cards-container .modal-card button {
    background: transparent;
  text-align: left;
}

.modal-cards .wrapper .modal-cards-container .modal-card button:focus {
  outline: none;
}

.modal-cards .wrapper .modal-cards-container .modal-card .card-content h3 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  text-transform: uppercase;
}

.modal-cards .wrapper .modal-cards-container.faqs-open {
    max-height: 0px;
    min-height: 0px;
  overflow: hidden;
}

.modal-cards .wrapper .faq-modal {
    max-height: 0px;
  overflow: hidden;
}

.modal-cards .wrapper .faq-modal.faqs-open {
    background: #215BAC;
    max-height: 100%;
    padding: 30px;
  top: 0;
}

@media screen and (min-width: 64em) {
    .modal-cards .wrapper .faq-modal.faqs-open {
    padding: 50px;
    }
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-title {
  -ms-flex-align: center;
    align-items: center;
  display: -ms-flexbox;
    display: flex;
  -ms-flex-pack: justify;
    justify-content: space-between;
  padding-bottom: 50px;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-title h2 {
    color: #CCE4E4;
    font-weight: 700;
    margin-bottom: 0;
  text-transform: uppercase;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-title .close-faq-modal {
    background: transparent;
  padding: 0;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-title .close-faq-modal:focus {
  outline: none;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-title .close-faq-modal img {
  transform: rotate(45deg);
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq {
    border-top: 2px solid white;
  padding: 20px 0;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq:last-of-type {
  border-bottom: 2px solid white;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq p {
  color: white;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq .faq-question {
  -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  display: -ms-flexbox;
    display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq .faq-question h5, .modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq .faq-question p {
  -ms-flex-align: center;
    align-items: center;
  display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-weight: 700;
  margin-bottom: 0;
}
.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq .faq-question h5h5, .modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq .faq-question ph5 {
  max-width: 90%;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq .faq-question .plus {
    color: white;
    font-size: 42px;
    font-weight: 700;
  transition: transform .3s ease;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
  transition: all .5s ease-in-out;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq .faq-answer p {
  font-size: 22px;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq.opened .faq-answer {
    max-height: 500px;
    overflow: hidden;
  padding-top: 20px;
}

.modal-cards .wrapper .faq-modal.faqs-open .faq-modal-container .single-faq.opened .plus {
  transform: rotate(225deg);
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-black-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-black-webfont.woff") format("woff"), url("../../build/fonts/proximanova-black-webfont.ttf") format("truetype");
    font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-bold-webfont.woff") format("woff"), url("../../build/fonts/proximanova-bold-webfont.ttf") format("truetype");
    font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-boldit-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-boldit-webfont.woff") format("woff");
    font-weight: 700;
  font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-extrabold-webfont.woff") format("woff");
    font-weight: 800;
  font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-light-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-light-webfont.woff") format("woff");
    font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-lightitalic-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-lightitalic-webfont.woff") format("woff");
    font-weight: 300;
  font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-medium-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-medium-webfont.woff") format("woff");
    font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff");
    font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-regularitalic-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-regularitalic-webfont.woff") format("woff");
    font-weight: 400;
  font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-semibold-webfont.woff") format("woff");
    font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../../build/fonts/proximanova-semibolditalic-webfont.woff2") format("woff2"), url("../../build/fonts/proximanova-semibolditalic-webfont.woff") format("woff");
    font-weight: 600;
  font-style: italic;
}

@font-face {
    font-family: 'Whitman';
    src: url("../../build/fonts/WhitmanDisplay-Regular.otf") format("opentype");
    font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Whitman';
    src: url("../../build/fonts/WhitmanDisplay-RegularItalic.otf") format("opentype");
    font-weight: 400;
  font-style: italic;
}

@font-face {
    font-family: 'Whitman';
    src: url("../../build/fonts/WhitmanDisplay-Bold.otf") format("opentype");
    font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'Whitman';
    src: url("../../build/fonts/WhitmanDisplay-BoldItalic.otf") format("opentype");
    font-weight: 700;
  font-style: italic;
}

@font-face {
    font-family: 'Whitman';
    src: url("../../build/fonts/WhitmanDisplay-Light.otf") format("opentype");
    font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Whitman';
    src: url("../../build/fonts/WhitmanDisplay-LightItalic.otf") format("opentype");
    font-weight: 300;
  font-style: italic;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
  -ms-touch-action: pan-y;
    touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
    cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
  text-align: center;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow.slick-next, .slick-arrow.slick-prev {
    color: rgba(0, 0, 0, 0);
  /* makes prev and next text transparent */
    visibility: hidden;
    z-index: 100;
  transition: color .3s ease;
}
.slick-arrow.slick-next:before, .slick-arrow.slick-next:after, .slick-arrow.slick-prev:before, .slick-arrow.slick-prev:after {
    color: black;
    font-size: 48px;
  text-shadow: 0 0 1px white;
}
.slick-arrow.slick-next:not(.slick-disabled):hover:before, .slick-arrow.slick-next:not(.slick-disabled):hover:after, .slick-arrow.slick-prev:not(.slick-disabled):hover:before, .slick-arrow.slick-prev:not(.slick-disabled):hover:after {
  color: black;
}
.slick-arrow.slick-next.slick-disabled, .slick-arrow.slick-prev.slick-disabled {
    opacity: .2;
  transition: .3s opacity ease;
}
.slick-arrow.slick-next.slick-disabled:hover, .slick-arrow.slick-prev.slick-disabled:hover {
  cursor: auto;
}

.slick-arrow.slick-prev {
  left: 10px;
}

.slick-arrow.slick-prev:before {
    content: '<';
    display: block;
    visibility: visible;
    position: absolute;
    top: 35%;
    z-index: 100;
  left: 0;
}

.slick-arrow.slick-next {
  right: -10px;
}

.slick-arrow.slick-next:after {
    content: '>';
    display: block;
    visibility: visible;
    position: absolute;
    top: 35%;
    right: 0;
  z-index: 100;
}

.page-template-page-working-here {
  /*
  	section:nth-of-type(2) {
  		padding-top: 30px;
}
  	section:nth-of-type(5) {
  		padding-bottom: 30px;
}
  	section:nth-of-type(6) {
  		.learn-more-link {
  			margin-bottom: 0;
	}
}
  	section:nth-of-type(7) {
  		padding-top:50px;
	}
  */
}

.page-template-page-working-here .unit.feature.halves.tall-margin.has-hover {
	padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .dotted-headline {
    font-size: 30px;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .dots-header {
    padding-top: 0 !important;
	}
}

.page-template-page-working-here .button-container {
  margin-top: 20px;
}

.page-template-page-working-here .button-container.opportunities {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
	background: #008ad0;
  margin-left: 26.4628765687%;
}

.page-template-page-working-here .button-container.opportunities:last-child {
  margin-right: 0;
}

.page-template-page-working-here .button-container.opportunities:hover {
  background: white;
}

.page-template-page-working-here .button-container.opportunities button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-working-here .button-container.opportunities button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-working-here .button-container.opportunities button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-working-here .button-container.opportunities button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-working-here .button-container.opportunities button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-working-here .button-container.opportunities button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.opportunities button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.opportunities button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.opportunities button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.opportunities button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.opportunities button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.opportunities button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.opportunities button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .button-container.opportunities {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
		width: 100%;
    margin-left: 0%;
	}

	.page-template-page-working-here .button-container.opportunities:last-child {
    margin-right: 0;
	}
}

.page-template-page-working-here .button-container.bio {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 36.4890962352%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-working-here .button-container.bio:last-child {
  margin-right: 0;
}

.page-template-page-working-here .button-container.bio:hover {
  background: white;
}

.page-template-page-working-here .button-container.bio button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-working-here .button-container.bio button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-working-here .button-container.bio button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-working-here .button-container.bio button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-working-here .button-container.bio button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-working-here .button-container.bio button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.bio button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.bio button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.bio button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.bio button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.bio button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.bio button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.bio button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .button-container.bio {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-working-here .button-container.bio:last-child {
    margin-right: 0;
	}
}

.page-template-page-working-here .button-container.watch {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-working-here .button-container.watch:last-child {
  margin-right: 0;
}

.page-template-page-working-here .button-container.watch:hover {
  background: white;
}

.page-template-page-working-here .button-container.watch button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-working-here .button-container.watch button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-working-here .button-container.watch button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-working-here .button-container.watch button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-working-here .button-container.watch button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-working-here .button-container.watch button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.watch button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.watch button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.watch button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.watch button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.watch button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.watch button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.watch button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:64em) {
	.page-template-page-working-here .button-container.watch {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-working-here .button-container.watch:last-child {
    margin-right: 0;
	}
}

.page-template-page-working-here .button-container.learn-more {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-working-here .button-container.learn-more:last-child {
  margin-right: 0;
}

.page-template-page-working-here .button-container.learn-more:hover {
  background: white;
}

.page-template-page-working-here .button-container.learn-more button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-working-here .button-container.learn-more button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-working-here .button-container.learn-more button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-working-here .button-container.learn-more button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-working-here .button-container.learn-more button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-working-here .button-container.learn-more button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.learn-more button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.learn-more button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.learn-more button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.learn-more button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.learn-more button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.learn-more button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.learn-more button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .button-container.learn-more {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-working-here .button-container.learn-more:last-child {
    margin-right: 0;
	}
}

.page-template-page-working-here .button-container.apply-now {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: white;
}

.page-template-page-working-here .button-container.apply-now:last-child {
  margin-right: 0;
}

.page-template-page-working-here .button-container.apply-now:hover {
  background: #008ad0;
}

.page-template-page-working-here .button-container.apply-now button {
    background: white;
	color: #008ad0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
	border: 1px solid #008ad0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-working-here .button-container.apply-now button:hover {
	background: #008ad0;
  color: white;
}

.page-template-page-working-here .button-container.apply-now button:hover {
  border: 1px solid white;
}

@media screen and (max-width:64em) {
	.page-template-page-working-here .button-container.apply-now button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-working-here .button-container.apply-now button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-working-here .button-container.apply-now button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.apply-now button .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.apply-now button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.apply-now button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.apply-now button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.apply-now button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.apply-now button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.apply-now button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .button-container.apply-now {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-working-here .button-container.apply-now:last-child {
    margin-right: 0;
	}
}

.page-template-page-working-here .button-container.apply-dark {
	clear: left;
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-working-here .button-container.apply-dark:last-child {
  margin-right: 0;
}

.page-template-page-working-here .button-container.apply-dark:hover {
  background: white;
}

.page-template-page-working-here .button-container.apply-dark button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-working-here .button-container.apply-dark button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-working-here .button-container.apply-dark button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-working-here .button-container.apply-dark button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-working-here .button-container.apply-dark button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-working-here .button-container.apply-dark button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.apply-dark button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.apply-dark button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.apply-dark button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.apply-dark button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.apply-dark button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .button-container.apply-dark button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .button-container.apply-dark button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .button-container.apply-dark {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-working-here .button-container.apply-dark:last-child {
    margin-right: 0;
	}
}

.page-template-page-working-here #hero-owl .btn-cont .btn-icon:after {
	background-image: url(../images/button_watch.png);
  background-size: 26px 26px;
}

.page-template-page-working-here .testimonial {
	padding-top: 80px;
	padding-bottom: 80px;
  padding: 70px 0;
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .testimonial {
		padding-left: 40px;
    padding-right: 40px;
	}
}

.page-template-page-working-here .testimonial .testimonial-image-container {
  margin-left: 21.1703012549%;
  /*
  		img {
  			width: 180px;
  			height: 180px;
  		}
  */
	overflow: visible;
	width: 180px;
	height: 180px;
  position: relative;
}

.page-template-page-working-here .testimonial .testimonial-image-container .image-circle {
	overflow: hidden;
	width: 180px;
	height: 180px;
	border: 5px solid #008ad0;
  border-radius: 180px;
}

.page-template-page-working-here .testimonial .testimonial-image-container:before {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
    background: #03c07c;
  top: -230px;
}

.page-template-page-working-here .testimonial .testimonial-image-container:after {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #03c07c;
    left: -230px;
  top: 0;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .testimonial .testimonial-image-container:after {
    left: 230px;
	}
}

.page-template-page-working-here .testimonial .quote {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
    color: white;
	position: relative;
	overflow: visible;
	quotes: "“" "”" "‘" "’";
  margin-bottom: 25px;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .testimonial .quote {
    margin-top: 40px;
	}
}

.page-template-page-working-here .testimonial .quote:before {
	content: open-quote;
	position: absolute;
	top: 0;
	left: -12px;
    color: white;
  font-size: 22px;
}

.page-template-page-working-here .testimonial .quote:after {
  content: close-quote;
}

.page-template-page-working-here .testimonial .quote-attrib {
    font-family: "Whitman", sans-serif;
	font-size: 24px;
    color: white;
  margin-bottom: 8px;
}

.page-template-page-working-here .testimonial .quote-attrib-title {
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #00acf2;
  margin-bottom: 20px;
}

.page-template-page-working-here .testimonial .bio-link {
	display: inline-block;
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
    color: white;
	text-transform: uppercase;
  border-bottom: 2px solid #008ad0;
}

.page-template-page-working-here .testimonial .bio-link a {
  color: white;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .testimonial {
		padding: 50px 23px;
    padding-top: 65px;
	}

	.page-template-page-working-here .testimonial .testimonial-image-container {
    margin-left: 0;
	}
}

.page-template-page-working-here .testimonial .testimonial-image-container:before {
  top: -230px;
}

.page-template-page-working-here .testimonial .testimonial-image-container:after {
	left: -230px;
  top: 0;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .testimonial .testimonial-image-container:after {
    left: 255px !important;
	}
}

.page-template-page-working-here .business-box {
	position: relative;
    box-shadow: inset 0px 0px 0px 1px #ddd;
	border-top-style: solid;
	padding: 50px 45px;
	border-radius: 5px;
	border-top-width: 10px;
  min-height: 600px;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .business-box {
    min-height: initial !important;
    }
}

@media (min-width: 415px) and (max-width: 1024px) {
    .working-here .business-box {
    min-height: 700px !important;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .business-box {
    border-radius: 0;
	}
}

.page-template-page-working-here .business-box:nth-of-type(1) {
  border-top-color: #eb8b30;
}

.page-template-page-working-here .business-box:nth-of-type(2) {
  border-top-color: #2b3078;
}

.page-template-page-working-here .business-box:nth-of-type(3) {
  border-top-color: #eb378e;
}

.page-template-page-working-here .business-box:nth-of-type(4) {
  border-top-color: #c1a22f;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .business-box:last-of-type {
    box-shadow: none;
	}
}

.page-template-page-working-here .business-box.--orange {
  border-top-color: #eb8b30;
}

.page-template-page-working-here .business-box.--purple {
  border-top-color: #2b3078;
}

.page-template-page-working-here .business-box.--pink {
  border-top-color: #eb378e;
}

.page-template-page-working-here .business-box.-gold {
  border-top-color: #c1a22f;
}

.page-template-page-working-here .business-box img {
  margin: 0 55px 35px 0;
}

.page-template-page-working-here .business-box img:nth-of-type(2) {
  margin-right: 0;
}

.page-template-page-working-here .business-box h3 {
	padding-top: 0;
  font-family: "Proxima Nova", sans-serif;
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .business-box h3 {
		font-size: 22px;
    line-height: 36px;
	}
}

.page-template-page-working-here .business-box ul {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
  list-style-type: none;
}

.page-template-page-working-here .business-box ul li {
	text-indent: -1em;
  padding-left: 1em;
}

.page-template-page-working-here .business-box ul li:before {
	content: "•";
	padding-right: 1em;
  color: #00acf2;
}

.page-template-page-working-here .business-box .learn-more-link {
	display: inline-block;
    margin: 20px 0 30px 0;
	color: #03c07c;
    border-bottom: 1px solid #00ACF2;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease;
  margin-right: 35%;
}

.page-template-page-working-here .business-box .learn-more-link:hover {
  color: #00ACF2;
}

.page-template-page-working-here .business-box .button-container {
	padding: 5px;
	background: #008ad0;
  width: 50%;
}

.page-template-page-working-here .business-box .button-container:hover {
  background: white;
}

.page-template-page-working-here .business-box .button-container button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-working-here .business-box .button-container button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-working-here .business-box .button-container button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-working-here .business-box .button-container button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-working-here .business-box .button-container button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-working-here .business-box .button-container button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .business-box .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .business-box .button-container button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .business-box .button-container button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .business-box .button-container button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .business-box .button-container button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-working-here .business-box .button-container button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-working-here .business-box .button-container button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .business-box .button-container {
    width: 100%;
	}
}

@media screen and (min-width:48em) {
	.page-template-page-working-here .business-box .btn-cont {
		position: absolute;
		bottom: 30px;
    left: 45px;
	}

	.community-matters .business-box .btn-cont {
		position: relative;
		bottom: inherit;
    left: inherit;
	}
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-working-here .business-box .btn-cont {
    left: 20px;
	}
}

.page-template-page-working-here .business-box .box-thumbnail {
	margin: 0;
	padding: 0;
	width: 100%;
  max-height: 190px;
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-working-here .business-box .box-thumbnail {
    max-height: none;
	}
}

.page-template-page-working-here .business-box .box-thumbnail img {
  width: 100%;
}

.page-template-page-working-here .business-box .box-content {
  padding: 50px 45px;
}

.page-template-page-working-here .business-box .box-content img {
  max-height: 63px;
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .business-box .box-content {
    padding: 20px;
	}
}

.page-template-page-working-here .featured-article {
    height: 350px;
    background: white;
	padding: 0;
  position: relative;
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .featured-article {
    height: 300px;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .featured-article {
    height: 300px;
	}
}

.page-template-page-working-here .featured-article .featured-thumbnail {
    margin-bottom: 20px;
	width: 100%;
	height: 80px;
  overflow: hidden;
}

@media screen and (max-width: 64em) {
    .page-template-page-working-here .featured-article .featured-thumbnail {
        margin-bottom: 20px;
    height: 100px;
    }
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .featured-article .featured-thumbnail {
        margin-bottom: 20px;
    height: 80px;
	}
}

@media screen and (max-width: 30em) {
    .page-template-page-working-here .featured-article .featured-thumbnail {
    display: none;
    }
}

@media screen and (max-width: 48em) {
    .page-template-page-working-here .featured-article .featured-thumbnail img {
    display: none;
    }
}

.page-template-page-working-here .featured-article .headline {
    font-family: "Whitman Display Light", Georgia, Times, serif;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
  padding: 50px;
}

.page-template-page-working-here .featured-article .headline.has-thumbnail {
	font-size: 24px;
	line-height: 30px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
  padding-right: 30px;
}

@media (min-width:769px) and (max-width:1024px) {
	.page-template-page-working-here .featured-article .headline.has-thumbnail {
		font-size: 22px;
    line-height: 1.25;
	}
}

@media screen and (max-width:30em) {
    .page-template-page-working-here .featured-article .headline.has-thumbnail {
		font-size: 28px;
    line-height: 36px;
	}
}

.page-template-page-working-here .featured-article .headline a {
  color: #03c07c;
}

.page-template-page-working-here .featured-article .headline a:hover {
  color: #008ad0;
}

.page-template-page-working-here .featured-article .excerpt {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
  padding: 0 50px;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .featured-article .excerpt {
		font-size: 16px;
		line-height: 22px;
    padding: 0 30px;
	}
}

@media screen and (max-width:20em) {
	.page-template-page-working-here .featured-article .excerpt {
		font-size: 14px;
    padding: 0 20px;
	}
}

.page-template-page-working-here .featured-article .read-more-link {
	display: block;
	margin: 0;
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #03c07c;
  padding: 0 50px;
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .featured-article .read-more-link {
    padding: 0 30px;
	}
}

@media screen and (max-width:20em) {
	.page-template-page-working-here .featured-article .read-more-link {
		font-size: 12px;
    padding: 0 20px;
	}
}

.page-template-page-working-here .featured-article .read-more-link a {
	display: inline-block;
	color: #03c07c;
	border-bottom: 2px solid #008ad0;
  line-height: 1;
}

.page-template-page-working-here .featured-article .featured-meta p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
    color: white;
	padding: 11px 30px;
	font-size: 16px;
	line-height: 1.5;
    font-family: "Proxima Nova", sans-serif;
	background: #008ad0;
  margin-bottom: 0;
}

@media screen and (max-width:20em) {
	.page-template-page-working-here .featured-article .featured-meta p {
    padding: 11px 20px;
	}
}

.page-template-page-working-here .featured-article .featured-meta p span {
	display: block;
	margin: 0 5px;
  color: white;
}

.page-template-page-working-here .featured-article .featured-meta p span a {
  color: white;
}

.page-template-page-working-here .business-box {
  padding: 0 0 100px 0;
}

.page-template-page-working-here .business-box .box-thumbnail img {
  margin: 0;
}

.page-template-page-working-here .business-box .learn-more-link {
  float: left;
}

.page-template-page-working-here .business-box img:nth-of-type(2) {
  padding-bottom: 7px;
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .business-box img:nth-of-type(2) {
		padding-bottom: 0;
    padding-left: 15px;
	}
}

.page-template-page-working-here .business-box.--purple .button-container {
  margin-bottom: 20px;
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .business-box.--purple .button-container {
    margin-bottom: 0;
	}
}

.page-template-page-working-here .videos {
  padding: 30px 0;
}

.page-template-page-working-here .videos .column {
	text-align: center;
  margin-bottom: 20px;
}

.page-template-page-working-here .all-videos-link {
	float: right;
	text-transform: uppercase;
	padding-top: 20px;
	color: #004a80;
	text-decoration: none;
	border-bottom: 1px solid #00acf2;
	display: inline-block;
	margin-right: 4%;
	font-size: 16px;
  line-height: 24px;
}

.page-template-page-working-here .all-videos-link:hover {
  color: #00acf2;
}

@media screen and (max-width:48em) {
	.page-template-page-working-here .all-videos-link {
		float: none;
		margin: 0 auto;
    text-align: center;
	}
}

@media screen and (min-width:48em) {
	.page-template-page-working-here #featured-owl .owl-dots {
    margin-top: 50px;
	}
}

.page-template-page-working-here .all-media-link {
	display: inline-block;
	float: right;
	margin-top: 20px;
	text-transform: uppercase;
    color: white;
	border-bottom: 1px solid #00acf2;
	font-size: 16px;
  line-height: 24px;
}

.page-template-page-working-here .all-media-link:hover {
  color: #00acf2;
}

.page-template-page-working-here .business-box h4 {
	font-family: proxima-nova, sans-serif!important;
	font-size: 22px!important;
	line-height: 30px!important;
    display: inline-block;
  width: 100%;
}

.page-template-page-working-here .business-box h4 a {
	color: #004a80;
	font-weight: 400;
    font-family: proxima-nova, sans-serif !important;
    font-size: 22px !important;
    line-height: 30px !important;
    display: inline-block;
	text-transform: none;
  letter-spacing: normal;
}

.page-template-page-working-here .business-box h4 a:hover {
  color: #00acf2;
}

.page-template-page-working-here .unit.feature h3 {
  margin-bottom: 10px;
}

.page-template-page-working-here .unit.feature h3 a {
	color: #004a80;
  font-size: 30px;
}

.page-template-page-working-here .featured-article .headline {
  padding: 30px;
}

@media screen and (min-width:64em) {
	.page-template-page-working-here .video-feature {
    margin-top: 40px;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-working-here .video-feature {
    padding-bottom: 0;
	}
}

.page-template-page-working-here .video-feature .btn-cont.white.watch {
	position: absolute;
	top: calc(50% - 52px);
  margin-left: calc(50% - 100px);
}

.page-template-page-working-here .-light-gray-container .pull-up.pu-half {
  margin-top: -40px !important;
}

.page-template-page-working-here .-light-gray-container .unit.feature.halves.extra-space {
	padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width:481px) and (max-width:768px) {
	.page-template-page-working-here .container .unit.halves.reverse-order .column:nth-of-type(2n) {
    margin-top: 50px;
	}
}

.investment-services .slide-content h1 {
	font-size: 48px!important;
	line-height: 1.4em;
  color: #004a80 !important;
}

.investment-services .testimonial {
	padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width:48em) {
	.investment-services .testimonial {
		padding-left: 40px;
    padding-right: 40px;
	}
}

.investment-services .testimonial .testimonial-image-container {
  margin-left: 8.5298043353%;
  /*
  		img {
  			width: 180px;
  			height: 180px;
  		}
  */
	overflow: visible;
	width: 180px;
	height: 180px;
  position: relative;
}

.investment-services .testimonial .testimonial-image-container .image-circle {
	overflow: hidden;
	width: 180px;
	height: 180px;
	border: 5px solid #008ad0;
  border-radius: 180px;
}

.investment-services .testimonial .testimonial-image-container:before {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
	background: #03c07c;
  top: -230px;
}

.investment-services .testimonial .testimonial-image-container:after {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
	background: #03c07c;
	left: -230px;
  top: 0;
}

@media screen and (max-width:30em) {
	.investment-services .testimonial .testimonial-image-container:after {
    left: 230px;
	}
}

.investment-services .testimonial .quote {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
    color: white;
	position: relative;
	overflow: visible;
	quotes: "“" "”" "‘" "’";
  margin-bottom: 25px;
}

@media screen and (max-width:30em) {
	.investment-services .testimonial .quote {
    margin-top: 40px;
	}
}

.investment-services .testimonial .quote:before {
	content: open-quote;
	position: absolute;
	top: 0;
	left: -12px;
    color: white;
  font-size: 22px;
}

.investment-services .testimonial .quote:after {
  content: close-quote;
}

.investment-services .testimonial .quote-attrib {
    font-family: "Whitman", sans-serif;
	font-size: 24px;
    color: white;
  margin-bottom: 8px;
}

.investment-services .testimonial .quote-attrib-title {
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #00acf2;
  margin-bottom: 20px;
}

.investment-services .testimonial .bio-link {
	display: inline-block;
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
    color: white;
	text-transform: uppercase;
  border-bottom: 2px solid #008ad0;
}

.investment-services .testimonial .bio-link a {
  color: white;
}

@media screen and (max-width:30em) {
	.investment-services .testimonial {
		padding: 50px 23px;
    padding-top: 65px;
	}

	.investment-services .testimonial .testimonial-image-container {
    margin-left: 0;
	}
}

.investment-services .button-container {
  margin-top: 20px;
}

.investment-services .button-container.opportunities {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
	background: #008ad0;
  margin-left: 26.4628765687%;
}

.investment-services .button-container.opportunities:last-child {
  margin-right: 0;
}

.investment-services .button-container.opportunities:hover {
  background: white;
}

.investment-services .button-container.opportunities button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.investment-services .button-container.opportunities button:hover {
    background: white;
  color: #008ad0;
}

.investment-services .button-container.opportunities button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.investment-services .button-container.opportunities button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.investment-services .button-container.opportunities button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.investment-services .button-container.opportunities button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.opportunities button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.opportunities button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.opportunities button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.opportunities button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.opportunities button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.opportunities button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.opportunities button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.investment-services .button-container.opportunities {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
		width: 100%;
    margin-left: 0%;
	}

	.investment-services .button-container.opportunities:last-child {
    margin-right: 0;
	}
}

.investment-services .button-container.bio {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 36.4890962352%;
	padding: 5px;
  background: #008ad0;
}

.investment-services .button-container.bio:last-child {
  margin-right: 0;
}

.investment-services .button-container.bio:hover {
  background: white;
}

.investment-services .button-container.bio button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.investment-services .button-container.bio button:hover {
    background: white;
  color: #008ad0;
}

.investment-services .button-container.bio button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.investment-services .button-container.bio button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.investment-services .button-container.bio button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.investment-services .button-container.bio button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.bio button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.bio button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.bio button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.bio button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.bio button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.bio button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.bio button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.investment-services .button-container.bio {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.investment-services .button-container.bio:last-child {
    margin-right: 0;
	}
}

.investment-services .button-container.watch {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.investment-services .button-container.watch:last-child {
  margin-right: 0;
}

.investment-services .button-container.watch:hover {
  background: white;
}

.investment-services .button-container.watch button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.investment-services .button-container.watch button:hover {
    background: white;
  color: #008ad0;
}

.investment-services .button-container.watch button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.investment-services .button-container.watch button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.investment-services .button-container.watch button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.investment-services .button-container.watch button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.watch button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.watch button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.watch button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.watch button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.watch button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.watch button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.watch button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:64em) {
	.investment-services .button-container.watch {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.investment-services .button-container.watch:last-child {
    margin-right: 0;
	}
}

.investment-services .button-container.learn-more {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.investment-services .button-container.learn-more:last-child {
  margin-right: 0;
}

.investment-services .button-container.learn-more:hover {
  background: white;
}

.investment-services .button-container.learn-more button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.investment-services .button-container.learn-more button:hover {
    background: white;
  color: #008ad0;
}

.investment-services .button-container.learn-more button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.investment-services .button-container.learn-more button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.investment-services .button-container.learn-more button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.investment-services .button-container.learn-more button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.learn-more button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.learn-more button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.learn-more button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.learn-more button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.learn-more button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.learn-more button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.learn-more button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.investment-services .button-container.learn-more {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.investment-services .button-container.learn-more:last-child {
    margin-right: 0;
	}
}

.investment-services .button-container.apply-now {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: white;
}

.investment-services .button-container.apply-now:last-child {
  margin-right: 0;
}

.investment-services .button-container.apply-now:hover {
  background: #008ad0;
}

.investment-services .button-container.apply-now button {
    background: white;
	color: #008ad0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
	border: 1px solid #008ad0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.investment-services .button-container.apply-now button:hover {
	background: #008ad0;
  color: white;
}

.investment-services .button-container.apply-now button:hover {
  border: 1px solid white;
}

@media screen and (max-width:64em) {
	.investment-services .button-container.apply-now button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.investment-services .button-container.apply-now button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.investment-services .button-container.apply-now button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.apply-now button .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.apply-now button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.apply-now button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.apply-now button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.apply-now button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.apply-now button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.apply-now button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.investment-services .button-container.apply-now {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.investment-services .button-container.apply-now:last-child {
    margin-right: 0;
	}
}

.investment-services .button-container.apply-dark {
	clear: left;
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.investment-services .button-container.apply-dark:last-child {
  margin-right: 0;
}

.investment-services .button-container.apply-dark:hover {
  background: white;
}

.investment-services .button-container.apply-dark button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.investment-services .button-container.apply-dark button:hover {
    background: white;
  color: #008ad0;
}

.investment-services .button-container.apply-dark button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.investment-services .button-container.apply-dark button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.investment-services .button-container.apply-dark button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.investment-services .button-container.apply-dark button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.apply-dark button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.apply-dark button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.apply-dark button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.apply-dark button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.apply-dark button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.investment-services .button-container.apply-dark button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.investment-services .button-container.apply-dark button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.investment-services .button-container.apply-dark {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.investment-services .button-container.apply-dark:last-child {
    margin-right: 0;
	}
}

.careers .legal-callout {
	background: #f0f0f0;
	padding: 22px;
	font-size: 14px;
	line-height: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width:48em) {
	.careers .legal-callout {
    display: none;
	}
}

.careers .legal-callout.mob-only {
  display: none;
}

@media screen and (max-width:48em) {
	.careers .legal-callout.mob-only {
    display: block;
	}
}

.careers .job-filters h2 {
  font-size: 22px;
}

.careers .btn-clear-filters {
	background: #03c07c;
  color: white;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: normal;
	margin: 50px 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	letter-spacing: .7px;
	border-radius: 0;
	position: relative;
	line-height: 22px;
  margin-top: 0;
}

.careers .btn-clear-filters .btn-label {
  padding: 5px 30px 5px 0;
}

.careers .btn-clear-filters .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_refresh.png");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin: 0 10px;
  transition: all .3s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.careers .btn-clear-filters .btn-label:after {
        background-image: url("../images/button_refresh_2x.png");
    background-size: 20px 22px;
	}
}

.careers .job-result {
	margin-bottom: 40px;
	padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.careers .job-result::after {
	clear: both;
	content: "";
  display: block;
}

.careers .job-result:last-child {
  border-bottom: none;
}

.careers .job-result h3 {
  width: auto;
}

.careers .job-result h3 a {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 28px;
	color: #004a80;
	line-height: 1em;
  margin-bottom: 10px;
}

@media screen and (max-width:48em) {
	.careers .job-result h3 a {
    margin-bottom: 0;
	}
}

.careers .job-result div {
	min-height: 1px;
	float: left;
	display: block;
  margin-right: 3.5786642602%;
  width: 48.2106678699%;
}

.careers .job-result div.description {
  line-height: 24px;
}

.careers .job-result div:last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.careers .job-result div {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
		width: 100%;
    margin: 10px 0;
	}

	.careers .job-result div:last-child {
    margin-right: 0;
	}
}

.careers .job-result div p {
	font-size: 14px;
  line-height: 24px;
}

.careers .job-result div p .meta-title {
	float: left;
	display: block;
  margin-right: 7.4229717578%;
  width: 26.1467069165%;
    font-weight: bold;
	text-align: right;
  margin-right: 3.5%;
}

.careers .job-result div p .meta-title:last-child {
  margin-right: 0;
}

.careers .job-result div p .meta-info {
	float: left;
	display: block;
    margin-right: 7.4229717578%;
    width: 66.4303213257%;
}

.careers .job-result div p .meta-info:last-child {
  margin-right: 0;
}

.careers .job-result div.job-result-title {
	width: 100%;
	min-height: 1px;
  float: none;
}

.loading {
	min-height: 150px;
  position: relative;
}

.loading .s2 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: transparent;
	top: 5vh;
    left: 50%;
  transform: translate(-50%, -50%);
}

.loading .s1 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 5vh;
    left: 50%;
	transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
  background-color: transparent;
}

.loading .bigcon {
	position: absolute;
	height: 45px;
	width: 45px;
	top: 5vh;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(-45deg);
	background-color: transparent;
    animation: bigcon 2s infinite linear;
    animation-delay: 0.25s;
  display: none;
}

.loading .b {
	border-radius: 50%;
  position: absolute;
}

.loading .s {
	width: 10px;
	height: 10px;
    animation: small 2s infinite ease;
    box-shadow: 0px 2px #fff;
  background-color: #00acf2;
}

.loading .s:nth-child(1) {
    top: 0%;
  left: 0%;
}

.loading .s:nth-child(2) {
    top: 0%;
  right: 0%;
}

.loading .s:nth-child(3) {
    right: 0%;
  bottom: 0%;
}

.loading .s:nth-child(4) {
    bottom: 0%;
  left: 0%;
}

.loading .big {
	width: 10px;
	height: 10px;
	border-radius: 15px;
    box-shadow: 0px 0px 5px #00acf2, 0px 0px 10px #00acf2, 0px 0px 20px #00acf2, 0px 0px 25px #00acf2, 0px 0px 30px #00acf2;
	z-index: 1;
	background-color: #00acf2;
  animation: bigball 1s infinite linear;
}

.loading .sb1 {
  animation-delay: -1.75s;
}

.loading .sb6 {
  animation-delay: -1.5s;
}

.loading .sb2 {
  animation-delay: -1.25s;
}

.loading .sb7 {
  animation-delay: -1s;
}

.loading .sb3 {
  animation-delay: -0.75s;
}

.loading .sb8 {
  animation-delay: -0.5s;
}

.loading .sb4 {
  animation-delay: -0.25s;
}

.loading .sb5 {
  animation-delay: -0s;
}
@keyframes bigcon {
    0% {
        transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    }

    100% {
		transform-origin: center;
    transform: translate(-50%, -50%) rotate(405deg);
	}
}
@keyframes small {
	0% {
		transform: scale(1);
    background-color: #03c07c;
	}

    10% {
        transform: scale(1.3);
    background-color: #00acf2;
    }

    15% {
        transform: scale(1);
	}
	25% {
		transform: scale(1);
    background-color: #03c07c;
	}

    100% {
		transform: scale(1);
    background-color: #03c07c;
	}
}

.accordion>li {
    font-family: "Proxima Nova", sans-serif;
	font-size: 16px;
	color: #03c07c;
	padding-bottom: 3px;
  margin-bottom: 30px;
}

.accordion>li a {
	display: block;
	width: 100%;
    line-height: 2.0em;
	border-bottom: 1px solid #c4c4c4;
  color: #004a80;
}

.accordion>li a:hover {
  color: #008ad0;
}

.accordion>li a:after {
	display: block;
	float: right;
	margin-left: 10px;
	content: "";
	width: 22px;
	height: 32px;
    background-image: url("../images/menu_arrow.png");
    background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.accordion>li a:after {
        background-image: url("../images/menu_arrow_2x.png");
    background-size: 22px 22px;
	}
}

.accordion>li.is-expanded a:after {
  transform: rotate(180deg);
}

.accordion ul.submenu {
  display: none;
}

.accordion ul.submenu .is-expanded {
	display: block;
  padding-bottom: 0;
}

.accordion ul.submenu li {
  margin: 15px 0;
}

.accordion ul.submenu li input {
	float: left;
	margin-top: 10px;
  margin-left: 6px;
}

.accordion ul.submenu li label {
    font-weight: normal;
	color: #58585b;
	font-size: 14px;
	padding: 10px;
  padding-left: 28px;
}

.accordion ul.submenu li.group-head label {
  background: #f0f0f0;
}

.no-results {
	font-size: 22px;
	color: #03c07c;
	text-align: left;
	/*border: 1px solid #f0f0f0;*/
	margin: -70px 0px 20px 0px;
  padding: 0px 0px 50px 0px;
}

.no-results::after {
	clear: both;
	content: "";
  display: block;
}

.no-results p {
	font-size: 18px;
	line-height: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width:48em) {
	.no-results {
    font-size: 20px;
	}
}

@media screen and (max-width:30em) {
	.no-results {
    padding: 20px;
	}
}

.no-results .btn-clear-filters {
	width: 30%;
	float: left;
  margin: 0;
}

.no-results .btn-clear-filters::after {
	clear: both;
	content: "";
  display: block;
}

@media screen and (max-width:48em) {
	.no-results .btn-clear-filters {
    width: 40%;
	}
}

@media screen and (max-width:30em) {
	.no-results .btn-clear-filters {
		width: 80%;
    margin: 20px;
	}
}

.single-job a.back-btn {
	display: inline-block;
	float: right;
	color: #58585b;
	position: relative;
	padding-right: 40px;
  margin-top: 15px;
}

.single-job a.back-btn:hover {
  color: #008ad0;
}

.single-job a.back-btn:hover .close-toggle-bar {
  background: #008ad0;
}

.single-job a.back-btn:hover #close-toggle-text {
  background: transparent !important;
}

.single-job a.back-btn #close-toggle-text {
	min-width: 50px;
	display: inline-block;
	margin-top: 2px;
  letter-spacing: 1px;
}

.single-job a.back-btn .close-toggle-bar {
	display: block;
	width: 28px;
	height: 1px;
	margin: 3px 0;
	background: #58585b;
	transition: all .3s ease;
	position: absolute;
  right: 0;
}

.single-job a.back-btn .close-toggle-bar:nth-of-type(2) {
	top: 40%;
  transform: rotate(45deg);
}

.single-job a.back-btn .close-toggle-bar:nth-of-type(3) {
	top: 40%;
  transform: rotate(-45deg);
}

@media screen and (max-width:48em) {
	.single-job .job-description {
    margin-bottom: 70px;
	}
}

.single-job .job-description h2 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
  font-size: 36px;
}

.single-job .job-description p {
  margin-bottom: 30px;
}

.single-job .job-description ul {
	margin: 0 0 40px;
	font-size: 18px;
  line-height: 28px;
}

.single-job .job-description ul li {
	padding-left: 1.7em;
  position: relative;
}

.single-job .job-description ul li:before {
	content: "\002022";
	color: #008ad0;
	padding-right: .7em;
	position: absolute;
	top: 0;
	left: 0;
  font-size: 26px;
}

.single-job .job-description .legal-copy {
	width: 100%;
	padding: 46px;
  background: #f0f0f0;
}

.single-job .job-description .legal-copy p {
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
  padding: 0;
}

.single-job .job-description .job-meta-inline {
	float: left;
	display: block;
  margin-right: 3.5786642602%;
	width: 100%;
    margin: 0 0 60px 0;
  padding: 0;
}

.single-job .job-description .job-meta-inline:last-child {
  margin-right: 0;
}

.single-job .job-description .job-meta-inline .jm-segment p {
	font-size: 14px;
    margin-bottom: 0px;
  line-height: 24px;
}

.single-job .job-description .job-meta-inline .jm-segment .cat-head {
	float: left;
	display: block;
  margin-right: 3.5786642602%;
  width: 12.6055020304%;
	text-align: right;
  font-weight: 700;
}

.single-job .job-description .job-meta-inline .jm-segment .cat-head:last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
	.single-job .job-description .job-meta-inline .jm-segment .cat-head {
		float: left;
		display: block;
    margin-right: 3.5786642602%;
    width: 25.5528350629%;
	}

	.single-job .job-description .job-meta-inline .jm-segment .cat-head:last-child {
    margin-right: 0;
	}
}

.single-job .job-description .job-meta-inline .jm-segment .cat-data {
	float: left;
	display: block;
  margin-right: 3.5786642602%;
  width: 83.8158337093%;
  text-align: left;
}

.single-job .job-description .job-meta-inline .jm-segment .cat-data:last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {
	.single-job .job-description .job-meta-inline .jm-segment .cat-data {
		float: left;
		display: block;
    margin-right: 3.5786642602%;
    width: 70.8685006768%;
	}

	.single-job .job-description .job-meta-inline .jm-segment .cat-data:last-child {
    margin-right: 0;
	}
}

.single-job .job-meta h3 {
	margin-bottom: 0;
  margin-top: 30px;
}

.single-job .job-meta .job-checklist {
	margin: 20px 0;
	padding: 20px 20px 1px 24px;
  background: #f0f0f0;
}

.single-job .job-meta .job-checklist h3 {
	font-size: 16px;
  margin: 0 0 20px 0;
}

.single-job .job-meta .job-checklist ul {
	margin: 0 0 30px;
	font-size: 16px;
  line-height: 20px;
}

.single-job .job-meta .job-checklist ul li {
	margin-bottom: 20px;
	padding-left: 2.5em;
  position: relative;
}

.single-job .job-meta .job-checklist ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
    font-weight: normal;
	text-decoration: inherit;
    color: #7ED321;
	padding-right: .7em;
	position: absolute;
	top: 0;
	left: 0;
  font-size: 26px;
}

.single-job .button-container {
    background: white;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
  background: #008ad0;
}

.single-job .button-container button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

@media screen and (max-width:64em) {
	.single-job .button-container button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.single-job .button-container button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.single-job .button-container button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	float: right;
	margin: 0 10px;
	transition: all .3s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.single-job .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 24px 24px;
	}
}

@media screen and (max-width:30em) {
	.page-banner .container .unit.banner.halves .column:nth-child(2n) {
		padding-left: 0;
    padding-right: 0;
	}
}

.page-banner section.container div.unit {
  padding-top: 0;
}

.single-job .job-description iframe+h3 {
  margin-top: 70px;
}

.select2-dropdown {
	border-radius: 0;
  border-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #505A6B;
}

.select2-results__option {
	color: #505A6B;
  padding-left: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #005f9d;
    color: white;
    border-radius: 0;
	font-size: 11px;
	padding: 2px 10px;
    border: none;
  margin-top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	height: 0;
	width: 0;
	margin-right: 25px;
	border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg) translateY(-100%);
  	-webkit-transform: rotate(45deg) translateY(-100%);
	@media (max-width: 700px) {
      top: 36%;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	border-top: none!important;
	height: 0;
	width: 0;
	margin-right: 25px;
	border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg) translateY(-100%);
  	-webkit-transform: rotate(45deg) translateY(-100%);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:after {
    content: '';
	position: relative;
	top: 46%;
	transform: translateY(-50%);
	position: absolute;
	margin-right: 25px;
	right: 0;
	height: 0;
	width: 0;
  	border: solid #505A6B;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg) translateY(-100%);
  	-webkit-transform: rotate(45deg) translateY(-100%);
	
	@media (max-width: 700px) {
      top: 36%;
    }
}

.job-application h2 {
  font-family: "Whitman Display Light", Georgia, Times, serif;
  margin-top: 20px;
}

.job-application .required-color {
  color: #008ad0;
}

.job-application p {
	font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
}

.job-application p.pre-head {
  margin-bottom: 10px;
}

.job-application p.head-instruction {
	padding: 5px;	
  margin-bottom: 100px;
}

.date-picker{
    color: #58585b;
}

.job-application .application-form input[type="text"],
.job-application .application-form input[type="number"]
 {
	height: 50px;
	border: 1px solid #c4c4c4;
    border-radius: 0;
}

.job-application .application-form textarea {
	height: 200px;
	color: #58585b;
	border: 1px solid #c4c4c4;
  border-radius: 0;
}

.job-application .application-form .select2-container {
  border: none;
}

.job-application .application-form .select2-container .select2-selection {
	height: 50px;
	border: 1px solid #c4c4c4;
  border-radius: 0;
  background-color:#fff;
}

.job-application .application-form .select2-container .select2-selection:focus {
  outline: none;
}

.job-application .application-form .select2-container input {
	line-height: 14px;
	font-size: 16px;
	color: #58585b;
  padding: 10px 20px;
}

.job-application .application-form .select2-container span.select2-selection__rendered {
	line-height: 50px;
	font-size: 16px;
	color: #58585b;
  padding: 0 20px;
}

.job-application .application-form .hidden-fields {
  display: none;
}

.job-application .application-form .hidden-fields-important {
  display: none !important;
}

.job-application .application-form .condition {
  min-height: 100px;
}

.job-application .application-form .condition .field-third .select2 {
    width: 100% !important;
}

.space-label {
    padding-bottom: 10px;
}

.space-label-x2 {
    padding-bottom: 25.5px;
}

.academic-title {
    margin-bottom: 0px !important;
    font-weight: bold;
    margin-top:8px;
}

.study-area-title{
    margin-bottom: 0px !important;
    font-weight: bold;
    margin-top:20px;
}

.job-application .application-form .required:after {
	content: " *";
	display: inline;
	position: relative;
  color: #008ad0;
}

.job-application .application-form label {
  font-weight: normal;
}

.job-application .application-form fieldset {
	border-top: 1px solid #d2cdc2;
	padding: 30px 0;
  margin: 0;
}

.job-application .application-form fieldset h3 {
  width: 100%;
}

.job-application .application-form fieldset h4.sub-section-head {
    font-family: "Proxima Nova", sans-serif;
	font-size: 20px;
  color: #008ad0;
}

.job-application .application-form fieldset p {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 82.9403913294%;
	margin-right: 0;
  /*margin-bottom: 50px;*/
}

.job-application .application-form fieldset p:last-child {
  margin-right: 0;
}

.job-application .application-form .field {
  min-height: 50px;
}

.job-application .application-form .field.full-width {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}

.job-application .application-form .field.full-width:last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.job-application .application-form .field.full-width {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}

	.job-application .application-form .field.full-width:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.job-application .application-form .field.full-width {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.job-application .application-form .field.full-width:last-child {
    margin-right: 0;
	}
}

.job-application .application-form .field.full-width::after {
	clear: both;
	content: "";
  display: block;
}

.job-application .application-form .field.field-half {
	float: left;
	display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
}

.job-application .application-form .field.field-half:last-child {
  margin-right: 0;
}

.job-application .application-form .field.field-half:nth-child(2n) {
  margin-right: 0;
}

.job-application .application-form .field.field-half:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width:48em) {
	.job-application .application-form .field.field-half {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
	}

	.job-application .application-form .field.field-half:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.job-application .application-form .field.field-half {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.job-application .application-form .field.field-half:last-child {
    margin-right: 0;
	}
}

.job-application .application-form .field.field-half.label-right input {
	float: left;
	display: block;
  margin-right: 4.8291588071%;
  width: 17.0102492777%;
}

.job-application .application-form .field.field-half.label-right input:last-child {
  margin-right: 0;
}

.job-application .application-form .field.field-half.label-right input[type="number"] {
	width: 60px;
	height: 30px;
	text-align: right;
  padding-right: 0;
}

.job-application .application-form .field.field-half.label-right label {
	float: left;
	display: block;
  margin-right: 4.8291588071%;
  width: 78.1605919152%;
  line-height: 28px;
}

.job-application .application-form .field.field-half.label-right label:last-child {
  margin-right: 0;
}

.job-application .application-form .field.field-third {
	float: left;
	display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-bottom: 0;
	padding:10px 0px 0px 0px;
}

.job-application .application-form .first-field {
	clear: both;
}

.job-application .application-form .field.field-third:last-child {
  margin-right: 0;
}

.job-application .application-form .field.field-third::after {
	clear: both;
	content: "";
  display: block;
}

@media screen and (max-width:48em) {
	.job-application .application-form .field.field-third {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}

	.job-application .application-form .field.field-third:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.job-application .application-form .field.field-third {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}

	.job-application .application-form .field.field-third:last-child {
    margin-right: 0;
	}
}

.job-application .application-form .field.field-right {
  margin: 10px 0;
}

.job-application .application-form .field.field-right label {
	float: left;
	display: block;
    /*margin-right: 2.3576520234%;*/
    width: 65.8807826589%;
}

div.preferred-locations label  {
	width: 40% !important;
}

div.preferred-locations td {
	/*word-break: break-word;*/
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}


div.preferred-locations div  {
	display: block;
	float: right;
	width: 31.7%;
}

.table-wide  {
	width: 44% !important;
}

div.preferred-locations input {
	float: none !important;
    margin-right: auto !important;
	display : inline !important;
}

.job-application .application-form .field.field-right label:last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.job-application .application-form .field.field-right label {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}

	.job-application .application-form .field.field-right label:last-child {
    margin-right: 0;
	}

}
@media screen and (max-width:73em) {
	div.preferred-locations label  {
		width: 100% !important;
	}
	div.preferred-locations div {
		display: block;
		float: left;
		width: 80%;
	}
	.table-wide  {
		width: 100% !important;;
	}
}
@media screen and (max-width:30em) {
	.job-application .application-form .field.field-right label {
		float: left;
		display: block;
        margin-right: 7.4229717578%;
        width: 100%;
	}

	.job-application .application-form .field.field-right label:last-child {
    margin-right: 0;
	}

	div.preferred-locations label  {
		width: 100% !important;
	}
	div.preferred-locations div {
		display: block;
		float: left;
		width: 100%;
	}
}
.job-application .application-form .field.field-right input, .job-application .application-form .field.field-right select {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-right: 0;
}
.job-application .application-form .field.field-right input:last-child, .job-application .application-form .field.field-right select:last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
  .job-application .application-form .field.field-right input, .job-application .application-form .field.field-right select {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
    width: 100%;
	}
  .job-application .application-form .field.field-right input:last-child, .job-application .application-form .field.field-right select:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
  .job-application .application-form .field.field-right input, .job-application .application-form .field.field-right select {
		float: left;
		display: block;
    margin-right: 7.4229717578%;
    width: 100%;
	}
  .job-application .application-form .field.field-right input:last-child, .job-application .application-form .field.field-right select:last-child {
    margin-right: 0;
	}
}

.job-application .application-form .field.field-right::after {
	clear: both;
	content: "";
  display: block;
}

.job-application .application-form .omega {
	margin-right: 0!important;
	min-height: 72px;
  clear: none !important;
}

.job-application .application-form .button-container.btn-upload {
	float: left;
	display: block;
  margin-right: 7.4229717578%;
	width: 100%;
	padding: 5px;
  background: #008ad0;
}

.job-application .application-form .button-container.btn-upload:last-child {
  margin-right: 0;
}

.job-application .application-form .button-container.btn-upload:hover {
  background: white;
}

.job-application .application-form .button-container.btn-upload button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
    width: 100%;
}

.job-application .application-form .button-container.btn-upload button:hover {
    background: white;
    color: #008ad0;
}

.job-application .application-form .button-container.btn-upload button:hover {
    border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.job-application .application-form .button-container.btn-upload button {
		padding: 15px 20px;
        font-size: 18px;
	}
}

.job-application .application-form .button-container.btn-upload button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.job-application .application-form .button-container.btn-upload button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-upload button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-upload button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-upload button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-upload button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-upload button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-upload button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-upload button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-upload.dark-btn {
	float: left;
	display: block;
  margin-right: 7.4229717578%;
	width: 100%;
	padding: 5px;
  background: #000036;
}

.job-application .application-form .button-container.btn-upload.dark-btn:last-child {
  margin-right: 0;
}

.job-application .application-form .button-container.btn-upload.dark-btn:hover {
  background: white;
}

.job-application .application-form .button-container.btn-upload.dark-btn button {
	background: #000036;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
	border: 1px solid #008ad0;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.job-application .application-form .button-container.btn-upload.dark-btn button:hover {
    background: white;
  color: #000036;
}

.job-application .application-form .button-container.btn-upload.dark-btn button:hover {
  border: 1px solid white;
}

@media screen and (max-width:64em) {
	.job-application .application-form .button-container.btn-upload.dark-btn button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.job-application .application-form .button-container.btn-upload.dark-btn button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.job-application .application-form .button-container.btn-upload.dark-btn button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_upload_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-upload.dark-btn button .btn-label:after {
        background-image: url("../images/button_upload_white_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-upload.dark-btn button .btn-label:after:hover {
  background-image: url("../images/button_upload.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-upload.dark-btn button .btn-label:after:hover {
        background-image: url("../images/button_upload_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-upload.dark-btn button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-upload.dark-btn button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-upload.dark-btn button:hover .btn-label:after {
  background-image: url("../images/button_upload.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-upload.dark-btn button:hover .btn-label:after {
        background-image: url("../images/button_upload_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-add-degree {
	float: left;
	display: block;
  margin-right: 7.4229717578%;
	width: 100%;
	padding: 5px;
  background: #008ad0;
}

.job-application .application-form .button-container.btn-add-degree:last-child {
  margin-right: 0;
}

.job-application .application-form .button-container.btn-add-degree:hover {
  background: white;
}

.job-application .application-form .button-container.btn-add-degree button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.job-application .application-form .button-container.btn-add-degree button:hover {
    background: white;
  color: #008ad0;
}

.job-application .application-form .button-container.btn-add-degree button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.job-application .application-form .button-container.btn-add-degree button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.job-application .application-form .button-container.btn-add-degree button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.job-application .application-form .button-container.btn-add-degree button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-add-degree button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-add-degree button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-add-degree button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-add-degree button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-add-degree button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-add-degree button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-add-degree button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-add-degree button {
  font-size: 14px;
}

.job-application .application-form .formalert {
	float: left;
	display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
    display: none;
    background-color: rgba(255, 0, 0, 0.1);
	border: 1px solid red;
	text-align: center;
  height: 60px;
}

.job-application .application-form .formalert:last-child {
  margin-right: 0;
}

@media screen and (max-width:48em) {
	.job-application .application-form .formalert {
		float: left;
		display: block;
    margin-right: 2.3576520234%;
		width: 100%;
		width: 100%!important;
		padding: 20px;
    height: auto;
	}
	.job-application .application-form .formalert:last-child {
    margin-right: 0;
	}
}

.job-application .application-form .formalert p {
	width: 100%;
	margin: 0;
	color: red;
  	font-size: 16px;
	position: relative;
	top: 50%;
}

.job-application .application-form .formalert .fieldsErrors {
	padding-left: 5%;
	text-align: left;
	font-size: 14px;
	top: 50%;
}

@media screen and (max-width:48em) {
	.job-application .application-form .formalert p {
        transform: translateY(0) !important;
	}
}

.job-application .application-form .error-msg {
  display: none;
}

.job-application .application-form.has-error .field-third {
  min-height: 120px;
}

.job-application .application-form.has-error .alert {
  display: block;
}

.job-application .application-form.has-error .error input[type="text"] {
  border: 1px solid #ed1e24;
}

.job-application .application-form.has-error .error input[type="number"] {
  border: 1px solid #ed1e24;
}

.job-application .application-form.has-error .error .select2-container {
  border: 1px solid #ed1e24;
}

.job-application .application-form.has-error .error label {
  color: #ed1e24;
}

.job-application .application-form.has-error .error .error-msg {
    display: block;
	font-size: 12px;
  color: #ed1e24;
}

.job-application .application-form.has-error .error .error-msg:last-child {
  margin-bottom: 15px;
}

.job-application .application-form .academic-performance:before {
	display: block;
	position: relative;
    content: '';
	width: 100%;
	height: 50px;
  clear: both;
}

.job-application .application-form input.error {
  border: 1px solid red;
}

.job-application .application-form label.error {
	color: red;
  font-size: 12px;
}

.job-application .application-form input#resume-file-dropbox,
.job-application .application-form input#resume-file-local {
  visibility: hidden !important;
}

.job-application .application-form .button-container.btn-submit {
	float: left;
	display: block;
  margin-right: 7.4229717578%;
	width: 100%;
	padding: 5px;
	background: #03c07c;
  height: 60px;
}

.job-application .application-form .button-container.btn-submit:last-child {
  margin-right: 0;
}

.job-application .application-form .button-container.btn-submit:hover {
  background: white;
}

.job-application .application-form .button-container.btn-submit button {
	background: #03c07c;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.job-application .application-form .button-container.btn-submit button:hover {
    background: white;
  color: #03c07c;
}

.job-application .application-form .button-container.btn-submit button:hover {
  border: 1px solid #03c07c;
}

@media screen and (max-width:64em) {
	.job-application .application-form .button-container.btn-submit button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.job-application .application-form .button-container.btn-submit button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.job-application .application-form .button-container.btn-submit button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-submit button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-submit button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-submit button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-submit button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-submit button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .button-container.btn-submit button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.job-application .application-form .button-container.btn-submit button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.job-application .application-form .degree {
	border-bottom: 1px solid #f0f0f0;
	/*margin-bottom: 40px;*/
  padding-bottom: 20px;
}

.job-application .application-form .degree .remove-degree {
	text-align: right;
    margin-bottom: 20px;
}

.job-application .application-form .degree .remove-degree span {
	position: relative;
	padding-left: 20px;
    cursor: pointer;
}

.job-application .application-form .degree .remove-degree span:before {
    content: '\00d7';
	position: absolute;
	top: 0;
	left: 0;
    color: red;
}

@media screen and (max-width:30em) {
	.job-application .btn-cont {
		width: 100%!important;
    max-width: 100% !important;
	}
}

.js-accordion-trigger {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

/* Multi-select field adjustments */
.job-application .application-form .select2-container .select2-selection {
	height: auto;
  min-height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px 28px 6px 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #505A6B;
	#background: #505A6B;

	color: #fff;
	border-radius: 0;
	font-size: 14px;
	padding: 5px 8px;
	border: none;
	margin-top: 10px;
  margin-right: 6px;
  
 

}

.select2-container .select2-search--inline {
  margin-top: 6px;
}

.job-application .application-form .select2-container input {
	padding: 0 15px 0px 5px;
  margin-top: 8px;
}

/* Issue 10 */
.job-application .application-form .field.field-half-label-right input {
	margin-right: 2.82916%;
  width: 10.27449%;
}

.job-application .application-form .field.field-half-label-right input[type="number"] {
  height: 32px;
}

.job-application .application-form .field.field-half-label-right label {
  line-height: 32px;
}

.select-options {
    display: none;
	color:#505A6B;
}
.current-option {
    /*display: none;*/
	color:#505A6B;
}

.r {
	clear: both;
	width: 65.88%;
	padding: 20px;
	border: 1px solid #ccc;
  text-align: center;
}

#resume-source .btn-cont {
  margin-top: 0 !important;
}

#resume-source .field-third {
  margin-top: 0 !important;
}

fieldset.education .btn-cont {
	margin-top: 0!important;
  margin-bottom: 0 !important;
}

#submit-section .legal-copy {
	width: 80%;
	/*padding: 46px;*/
	background: #F5F4EE;
	font-size: 18px;
	line-height: 28px;
  margin-top: 80px;
}

/* Fix for helper text */
.required-star {
  display: none;
}

.required .required-star {
	display: inline;
  color: #B08725;
}

.job-application .application-form .required:after {
  content: "" !important;
}

/* helper text: see markup changes! */
/*
 <div class="field field-right">
    <label for="" class="required">Please indicate your score/GPA <span class="required-star">*</span> <span class="helper-text">
    GPA must be greater than 0 and less than 5.</span></label>

    <input id="gpa" name="gpa" type="number" value="" />
</div>
 */
.helper-text {
	display: block;
	font-size: 13px;
	font-style: italic;
  line-height: 26px;
  padding:5px;
}

.job-application .application-form.has-error .error .error-msg {
	display: block;
	font-size: 18px;
	font-style: italic;
  line-height: 26px;
}

.job-application .application-form fieldset #college-entrance-exams p {
	margin-top: 40px;
	margin-bottom: 10px;
  color: #008ad0;
}

#sectorExperience .field label {
  max-width: 350px;
}

.container .unit.sidebar-right.narrow-sidebar.wide-gutter .column.job-description table {
  width: 55% !important;
}

/* specific fixes from Matias */
@media screen and (max-width:30em) {
  .container.careers, .container.single-job, .container.job-application {
    padding-top: 0px;
	}
}

@media screen and (max-width:48em) {
	.job-application .application-form .field.field-third {
		margin-top: 15px;
    margin-bottom: 15px;
	}
}

@media screen and (max-width:30em) {
	.job-application .application-form .field.field-third {
		margin-top: 15px;
    margin-bottom: 15px;
	}
}

.job-application .application-form .formalert {
  display: none;
}

@media screen and (max-width:48em) {
	.job-application .application-form .formalert {
		float: left;
		margin-right: 2.35765%;
		width: 100%;
		width: 100%!important;
		padding: 20px;
    height: auto;
	}

	.job-application .application-form .formalert:last-child {
    margin-right: 0;
	}
}

@media screen and (max-width:30em) {
	.job-application .application-form fieldset {
    padding: 20px 0;
	}
}

@media screen and (max-width:48em) {
	.job-application .application-form fieldset {
    padding: 20px 0;
	}
}

@media (min-width:415px) and (max-width:768px) {
	body.page-template-page-leadership #hero-owl .owl-item div .slide-content p {
    margin-left: 2%;
	}

	body.page-template-page-leadership #hero-owl .owl-item div .slide-content p:before {
    left: -2.5%;
	}

	body.page-template-page-leadership .unit.feature.lg-centered.dots-header {
    padding-top: 0 !important;
	}
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership .unit.feature.lg-centered.dots-header {
    padding-top: 20px !important;
	}
}

body.page-template-page-leadership .unit.feature.lg-centered.dots-header .column p {
	font-size: 1.375em;
  line-height: 1.636;
}

body.page-template-page-leadership .list {
	padding-top: 0;
  margin-bottom: 50px;
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership .list {
    margin-bottom: 100px;
	}
}

body.page-template-page-leadership section.container .leader-linkbar:first-of-type .unit {
  border-top: 1px solid #ddd;
}

body.page-template-page-leadership section.container .leader-linkbar .unit {
	margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width:48em) {
	body.page-template-page-leadership section.container .leader-linkbar .unit {
    padding: 25px;
	}
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership section.container .leader-linkbar .unit {
		padding-top: 30px;
    padding-bottom: 30px;
	}
}

body.page-template-page-leadership section.container .leader-linkbar .unit:hover {
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f8f8f8 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.page-template-page-leadership section.container .leader-linkbar .unit:hover .column.leader, body.page-template-page-leadership section.container .leader-linkbar .unit:hover .column.title {
  color: #008ad0;
}
body.page-template-page-leadership section.container .leader-linkbar .column.leader, body.page-template-page-leadership section.container .leader-linkbar .column.title {
  color: #58585b;
}

body.page-template-page-leadership section.container .leader-linkbar .column.leader {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 24px;
  line-height: 1;
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership section.container .leader-linkbar .column.leader {
    padding-bottom: 10px;
	}
}

body.page-template-page-leadership section.container .leader-linkbar .column.title {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
  line-height: 1.55;
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership section.border-top {
    border-top: 1px solid #ddd;
	}
}

body.page-template-page-leadership .button-container.watch {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
	background: #008ad0;
  background: #03c07c;
}

body.page-template-page-leadership .button-container.watch:last-child {
  margin-right: 0;
}

body.page-template-page-leadership .button-container.watch:hover {
  background: white;
}

body.page-template-page-leadership .button-container.watch button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

body.page-template-page-leadership .button-container.watch button:hover {
    background: white;
  color: #008ad0;
}

body.page-template-page-leadership .button-container.watch button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	body.page-template-page-leadership .button-container.watch button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

body.page-template-page-leadership .button-container.watch button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

body.page-template-page-leadership .button-container.watch button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	body.page-template-page-leadership .button-container.watch button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

body.page-template-page-leadership .button-container.watch button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	body.page-template-page-leadership .button-container.watch button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

body.page-template-page-leadership .button-container.watch button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	body.page-template-page-leadership .button-container.watch button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

body.page-template-page-leadership .button-container.watch button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	body.page-template-page-leadership .button-container.watch button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

body.page-template-page-leadership .button-container.watch button {
  background: #03c07c;
}

@media screen and (max-width:64em) {
	body.page-template-page-leadership .button-container.watch {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	body.page-template-page-leadership .button-container.watch:last-child {
    margin-right: 0;
	}
}

body.page-template-page-leadership .slide-content p {
	position: relative;
  color: #58585b !important;
}

body.page-template-page-leadership .slide-content p:before {
	position: absolute;
	content: "“";
	font-size: 38px;
	top: 2%;
  left: -4.5%;
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership .slide-content p {
    display: block !important;
	}
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership .slide-left {
    padding-top: 25px !important;
	}
}

body.page-template-page-leadership h3 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 36px;
	padding-top: 48px;
  margin-bottom: 10px;
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership h3 {
    padding-top: 30px !important;
	}
}

body.page-template-page-leadership h4 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
  margin-bottom: 1.3888em;
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership h4 {
    font-size: 16px;
	}
}

body.page-template-page-leadership .sector-link .column {
  text-align: center;
}

body.page-template-page-leadership .sector-link p.contact-text {
	color: #fff;
	font-size: 24px;
	margin-right: 40px;
	line-height: 80px;
  display: inline-block;
}

@media screen and (max-width:30em) {
	body.page-template-page-leadership .sector-link p.contact-text {
		float: none;
		margin: 0 auto;
		text-align: center;
        line-height: 2;
	}
}

.modal label {
	cursor: pointer;
  margin-bottom: 0;
}

.modal label img {
	border-radius: 150px;
	display: block;
  max-width: 300px;
}

.modal .modal-state {
    display: none;
}

.modal .modal-trigger {
  padding: 0.8em 1em;
}

.modal .modal-fade-screen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background-color: rgba(0, 0, 0, 0.85);
	opacity: 0;
    padding-top: 0.6em;
	text-align: left;
    transition: opacity 0.25s ease;
	visibility: hidden;
  z-index: 99999999999;
}

@media screen and (min-width:53.75em) {
	.modal .modal-fade-screen {
    padding-top: 10em;
	}
}

.modal .modal-fade-screen .modal-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  cursor: pointer;
}

.modal .modal-close {
	position: absolute;
	top: 1.5em;
	right: 1.5em;
	height: 1.5em;
	width: 1.5em;
	background: #fff;
  cursor: pointer;
}
.modal .modal-close::after, .modal .modal-close::before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 0;
	left: 50%;
    width: 0.15em;
	height: 1.5em;
	background: #008ad0;
	content: "";
	display: block;
	margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}
.modal .modal-close:hover::after, .modal .modal-close:hover::before {
  background: #00689d;
}

.modal .modal-close::before {
  transform: rotate(-45deg);
}

.modal .modal-inner {
	background: #fff;
	border-radius: 3px;
	margin: auto;
	margin-top: 0;
	max-height: 95%;
	overflow: auto;
	padding: 1.5em;
	position: relative;
    transition: opacity 0.25s ease;
  width: 95%;
}

@media screen and (min-width:40em) {
	.modal .modal-inner {
		max-height: 70%;
		padding: 3em;
    width: 60%;
	}
}

@media screen and (min-width:53.75em) {
	.modal .modal-inner {
    width: 50%;
	}
}

.modal .modal-inner h1 {
	color: #58585b;
	text-align: left;
  text-transform: capitalize;
}

.modal .modal-inner p {
	color: #58585b;
  line-height: 1.5;
}

.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}

.modal .modal-inner .modal-content {
  color: #58585b;
}

@media screen and (min-width:40em) {
	.modal .modal-inner .modal-content {
    columns: 2 8em;
	}
}

.modal .modal-inner a.cta {
	color: #fff;
	display: inline-block;
    margin-right: 0.5em;
  margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}

.modal .modal-state:checked+.modal-fade-screen {
	opacity: 1;
    visibility: visible;
}

.modal .modal-state:checked+.modal-fade-screen .modal-inner {
    top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

.sector-executives .list {
	padding-top: 0;
  margin-bottom: 50px;
}

@media screen and (max-width:30em) {
	.sector-executives .list {
    margin-bottom: 100px;
	}
}

.sector-executives section.container .leader-linkbar:first-of-type .unit {
  border-top: 1px solid #ddd;
}

.sector-executives section.container .leader-linkbar .unit {
	margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width:48em) {
	.sector-executives section.container .leader-linkbar .unit {
    padding: 25px;
	}
}

@media screen and (max-width:30em) {
	.sector-executives section.container .leader-linkbar .unit {
		padding-top: 30px;
    padding-bottom: 30px;
	}
}

.sector-executives section.container .leader-linkbar .unit:hover {
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f8f8f8 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sector-executives section.container .leader-linkbar .unit:hover .column.leader, .sector-executives section.container .leader-linkbar .unit:hover .column.title {
  color: #008ad0;
}
.sector-executives section.container .leader-linkbar .column.leader, .sector-executives section.container .leader-linkbar .column.title {
  color: #58585b;
}

.sector-executives section.container .leader-linkbar .column.leader {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 24px;
  line-height: 1;
}

@media screen and (max-width:30em) {
	.sector-executives section.container .leader-linkbar .column.leader {
    padding-bottom: 10px;
	}
}

.sector-executives section.container .leader-linkbar .column.title {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
  line-height: 1.55;
}

@media screen and (max-width:30em) {
	.single-leader .container .unit.banner.halves .column:nth-child(odd) {
    width: 100%;
	}
}

.single-leader h3 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 2.25em;
  margin-bottom: 10px;
}

@media screen and (max-width:30em) {
	.single-leader h3 {
    margin-bottom: 20px;
	}
}

.single-leader h4 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 1.125em;
  margin-bottom: 50px;
}

@media screen and (max-width:30em) {
	.single-leader .unit.sidebar-right {
    display: -ms-inline-flexbox;
		display: inline-flex;
    -ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
    padding-bottom: 0;
	}
}

@media screen and (max-width:30em) {
	.single-leader .unit.sidebar-right .column:first-of-type {
    margin-top: 4em;
	}
}

@media screen and (max-width:30em) {
	.single-leader .unit.sidebar-right .column:nth-of-type(2) img {
    width: 100%;
	}
}

.academy #hero-owl .owl-item div .slide-content h1 {
	font-size: 48px!important;
  line-height: 52px;
}

.academy #hero-owl .owl-item div .slide-content .btn-icon:after {
	background-image: url(../images/button_watch.png);
  background-size: 26px 26px;
}

.academy .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 120%;
	left: -10%;
  z-index: -1;
}

@media screen and (max-width:30em) {
	.academy .owl-nav {
    display: none;
	}
}

.academy .owl-nav div {
	text-indent: -9999px;
	background-color: transparent;
	width: 50px;
  height: 50px;
}

.academy .owl-nav .owl-prev {
	float: left;
	text-align: left;
  background-image: url("../images/left_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .owl-nav .owl-prev {
        background-image: url("../images/left_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

.academy .owl-nav .owl-prev:hover {
  background-image: url("../images/left_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .owl-nav .owl-prev:hover {
        background-image: url("../images/left_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

.academy .owl-nav .owl-next {
	float: right;
	text-align: right;
  background-image: url("../images/right_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .owl-nav .owl-next {
        background-image: url("../images/right_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

.academy .owl-nav .owl-next:hover {
  background-image: url("../images/right_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .owl-nav .owl-next:hover {
        background-image: url("../images/right_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

.academy .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent !important;
}

.academy section.build-your-career {
  border-top: 1px solid #ddd;
}

.academy section.build-your-career h2 {
  margin-bottom: 0px !important;
}

.academy section.build-your-career td {
  border-bottom: none;
}

.academy section.build-your-career td:hover {
  cursor: pointer;
}

.academy section.fa-slider-parent {
  padding-top: 0;
}

.academy section.fa-slider-parent .hero-slider.unit {
  padding-top: 0 !important;
}

.academy section.scholarship-parent {
  border-top: 1px solid #ddd;
}

.academy section:nth-of-type(6) {
	padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width:30em) {
	.academy section:nth-of-type(6) {
    padding-top: 0;
	}
}

.academy .button-container.opportunities {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
	background: #008ad0;
  margin-left: 26.4628765687%;
}

.academy .button-container.opportunities:last-child {
  margin-right: 0;
}

.academy .button-container.opportunities:hover {
  background: white;
}

.academy .button-container.opportunities button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.academy .button-container.opportunities button:hover {
    background: white;
  color: #008ad0;
}

.academy .button-container.opportunities button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.academy .button-container.opportunities button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.academy .button-container.opportunities button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.academy .button-container.opportunities button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.opportunities button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.opportunities button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.opportunities button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.opportunities button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.opportunities button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.opportunities button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.opportunities button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.academy .button-container.opportunities {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
		width: 100%;
    margin-left: 0%;
	}

	.academy .button-container.opportunities:last-child {
    margin-right: 0;
	}
}

.academy .button-container.watch {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.academy .button-container.watch:last-child {
  margin-right: 0;
}

.academy .button-container.watch:hover {
  background: white;
}

.academy .button-container.watch button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.academy .button-container.watch button:hover {
    background: white;
  color: #008ad0;
}

.academy .button-container.watch button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.academy .button-container.watch button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.academy .button-container.watch button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.academy .button-container.watch button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.watch button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.watch button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.watch button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.watch button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.watch button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.watch button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.watch button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:64em) {
	.academy .button-container.watch {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.academy .button-container.watch:last-child {
    margin-right: 0;
	}
}

.academy .button-container.watch-white {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
    background: white;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
    margin-top: 0 !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
  margin-left: auto !important;
}

.academy .button-container.watch-white:last-child {
  margin-right: 0;
}

.academy .button-container.watch-white:hover {
  background: #008ad0;
}

.academy .button-container.watch-white button {
    background: white;
	color: #008ad0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
	border: 1px solid #008ad0;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.academy .button-container.watch-white button:hover {
	background: #008ad0;
  color: white;
}

.academy .button-container.watch-white button:hover {
  border: 1px solid white;
}

@media screen and (max-width:64em) {
	.academy .button-container.watch-white button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.academy .button-container.watch-white button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.academy .button-container.watch-white button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.watch-white button .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.watch-white button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.watch-white button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.watch-white button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.watch-white button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.academy .button-container.watch-white button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.academy .button-container.watch-white button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:64em) {
	.academy .button-container.watch-white {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.academy .button-container.watch-white:last-child {
    margin-right: 0;
	}
}

.academy .fifths .column {
	height: 164px;
  position: relative;
}

.academy .fifths .column#slider-two-slide-one h4 {
  bottom: 3px;
}

.academy .fifths .column#slider-two-slide-two h4 {
  bottom: 35px;
}

.academy .fifths .column#slider-two-slide-three h4 {
  bottom: 67px;
}

.academy .fifths .column#slider-two-slide-four h4 {
  bottom: 98px;
}

.academy .fifths .column#slider-two-slide-five h4 {
  bottom: 125px;
}

.academy .fifths .column .acad-gcc {
	height: 4px;
	background: #00acf2;
	position: absolute;
	bottom: 0;
  width: 100%;
}

.academy .fifths .column .acad-gcc.after:after {
	position: absolute;
	content: " ";
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #00acf2;
	top: 4px;
  right: 44%;
}

.academy .fifths .column .acad-ss {
	height: 34px;
	background: #008ad0;
	position: absolute;
	bottom: 0;
  width: 100%;
}

.academy .fifths .column .acad-ss.after:after {
	position: absolute;
	content: " ";
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #008ad0;
	top: 34px;
  right: 44%;
}

.academy .fifths .column .acad-sa {
	height: 64px;
	background: #03c07c;
	position: absolute;
	bottom: 0;
  width: 100%;
}

.academy .fifths .column .acad-sa.after:after {
	position: absolute;
	content: " ";
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #03c07c;
	top: 64px;
  right: 44%;
}

.academy .fifths .column .acad-fa {
	height: 94px;
	background: #004a80;
	position: absolute;
	bottom: 0;
  width: 100%;
}

.academy .fifths .column .acad-fa.after:after {
	position: absolute;
	content: " ";
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #004a80;
	top: 94px;
  right: 44%;
}

.academy .fifths .column .acad-career {
	height: 124px;
	background: #000036;
	position: absolute;
	bottom: 0;
  width: 100%;
}

.academy .fifths .column .acad-career.after:after {
	position: absolute;
	content: " ";
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #000036;
	top: 124px;
  right: 44%;
}
.academy .fifths .column:hover .acad-gcc, .academy .fifths .column:hover .acad-ss, .academy .fifths .column:hover .acad-sa, .academy .fifths .column:hover .acad-fa, .academy .fifths .column:hover .acad-career {
  opacity: .1;
}

.academy #hero-owl-fa-program h2 {
  font-size: 22px;
}

.academy #hero-owl-fa-program p {
	font-size: 16px;
  line-height: 26px;
}

.academy #hero-owl-fa-program .slide-content {
	position: absolute;
	top: 0;
	width: 68%;
	right: 0;
    background: white;
	height: 100%;
	padding: 2.5em;
  padding-top: 0;
}

.academy #hero-owl-fa-program .slide-content ul {
  line-height: 1.75;
}

.academy #hero-owl-fa-program .slide-content ul li {
	padding-left: .7em;
	text-indent: -.7em;
  margin-bottom: 12px;
}

.academy #hero-owl-fa-program .slide-content ul li::before {
	content: "•";
	padding-right: 1em;
  color: #00acf2;
  /* or whatever color you prefer */
}

.academy .build-your-career .unit.feature .column h2 {
    font-family: "Proxima Nova", sans-serif !important;
  font-size: 32px;
}

.academy .build-your-career .unit.fifths .column h4 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	color: #58585b;
	text-align: center;
	position: absolute;
  width: 100%;
}

.academy .build-your-career .unit.fifths .column img {
	position: absolute;
    bottom: 0%;
  left: -8%;
}

.academy .build-your-career {
  padding-bottom: 0;
}

@media screen and (min-width:64em) {
	.academy .build-your-career .unit.halves {
    padding-bottom: 0;
	}
}

@media screen and (min-width:64em) {
	.academy .build-your-career .unit.fifths {
    padding-bottom: 0;
    }
}

@media screen and (min-width: 64em) {
    .academy .build-your-career .unit.fifths {
    padding-top: 20px;
	}
}

@media screen and (max-width:30em) {
	.academy .build-your-career .unit.fifths {
    padding-top: 50px;
	}
}

@media screen and (min-width: 64em) {
	.academy .unit.feature.halves.has-hover {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 50px;
		margin-bottom: 50px
	}
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship section:first-of-type {
        padding-bottom: 0
    }
}

.page-template-page-academy-scholarship .iff-hero {
    padding-bottom: 100px
}

@media screen and (max-width: 48em) {
    .page-template-page-academy-scholarship .iff-hero {
        padding-bottom: 60px
    }
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .iff-hero .unit.feature {
        padding-bottom: 0
    }

    .page-template-page-academy-scholarship .iff-hero.-bottom-border {
        margin-bottom: 30px
    }
}

.page-template-page-academy-scholarship .business-box {
    position: relative;
    box-shadow: inset 0px 0px 0px 1px #ddd;
    border-top-style: solid;
    padding: 50px 45px;
    border-radius: 5px;
    border-top-width: 10px;
    min-height: 600px
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .business-box {
        min-height: initial !important
    }
}

@media (min-width: 415px) and (max-width: 1024px) {
    .working-here .business-box {
        min-height: 700px !important
    }
}

@media screen and (max-width: 48em) {
    .page-template-page-academy-scholarship .business-box {
        border-radius: 0
    }
}

.page-template-page-academy-scholarship .business-box:nth-of-type(1) {
    border-top-color: #eb8b30
}

.page-template-page-academy-scholarship .business-box:nth-of-type(2) {
    border-top-color: #2b3078
}

.page-template-page-academy-scholarship .business-box:nth-of-type(3) {
    border-top-color: #eb378e
}

.page-template-page-academy-scholarship .business-box:nth-of-type(4) {
    border-top-color: #c1a22f
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .business-box:last-of-type {
        box-shadow: none
    }
}

.page-template-page-academy-scholarship .business-box.--orange {
    border-top-color: #eb8b30
}

.page-template-page-academy-scholarship .business-box.--purple {
    border-top-color: #2b3078
}

.page-template-page-academy-scholarship .business-box.--pink {
    border-top-color: #eb378e
}

.page-template-page-academy-scholarship .business-box.-gold {
    border-top-color: #c1a22f
}

.page-template-page-academy-scholarship .business-box img {
    margin: 0 55px 35px 0
}

.page-template-page-academy-scholarship .business-box img:nth-of-type(2) {
    margin-right: 0
}

.page-template-page-academy-scholarship .business-box h3 {
    padding-top: 0;
    font-family: "Proxima Nova", sans-serif
}

@media screen and (max-width: 48em) {
    .page-template-page-academy-scholarship .business-box h3 {
        font-size: 22px;
        line-height: 36px
    }
}

.page-template-page-academy-scholarship .business-box ul {
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    line-height: 28px;
    list-style-type: none
}

.page-template-page-academy-scholarship .business-box ul li {
    text-indent: -1em;
    padding-left: 1em
}

.page-template-page-academy-scholarship .business-box ul li:before {
    content: "•";
    padding-right: 1em;
    color: #00acf2
}

.page-template-page-academy-scholarship .business-box .learn-more-link {
    display: inline-block;
    margin: 20px 0 30px 0;
    color: #03c07c;
    border-bottom: 1px solid #00ACF2;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    margin-right: 35%
}

.page-template-page-academy-scholarship .business-box .learn-more-link:hover {
    color: #00ACF2
}

.page-template-page-academy-scholarship .business-box .button-container {
    padding: 5px;
    background: #008ad0;
    width: 50%
}

.page-template-page-academy-scholarship .business-box .button-container:hover {
    background: white
}

.page-template-page-academy-scholarship .business-box .button-container button {
    background: #008ad0;
    color: white;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
    border-radius: 0;
    margin: 0 auto;
    width: 100%
}

.page-template-page-academy-scholarship .business-box .button-container button:hover {
    background: white;
    color: #008ad0
}

.page-template-page-academy-scholarship .business-box .button-container button:hover {
    border: 1px solid #008ad0
}

@media screen and (max-width: 64em) {
    .page-template-page-academy-scholarship .business-box .button-container button {
        padding: 15px 20px;
        font-size: 18px
    }
}

.page-template-page-academy-scholarship .business-box .button-container button .btn-label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: .7px;
    padding: 5px 30px 5px 0
}

.page-template-page-academy-scholarship .business-box .button-container button .btn-label:after {
    content: "";
    position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    float: right;
    margin: 0 10px;
    transition: all 0.2s ease;
    margin-top: -4px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .page-template-page-academy-scholarship .business-box .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
        background-size: 26px 26px
    }
}

.page-template-page-academy-scholarship .business-box .button-container button .btn-label:after:hover {
    background-image: url("../images/button_right_arrow.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .page-template-page-academy-scholarship .business-box .button-container button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
        background-size: 26px 26px
    }
}

.page-template-page-academy-scholarship .business-box .button-container button .btn-label.btn-dropbox:after {
    background-image: url("../images/button_upload_db.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .page-template-page-academy-scholarship .business-box .button-container button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
        background-size: 26px 26px
    }
}

.page-template-page-academy-scholarship .business-box .button-container button:hover .btn-label:after {
    background-image: url("../images/button_right_arrow.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .page-template-page-academy-scholarship .business-box .button-container button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
        background-size: 26px 26px
    }
}

@media screen and (max-width: 48em) {
    .page-template-page-academy-scholarship .business-box .button-container {
        width: 100%
    }
}

@media screen and (min-width: 48em) {
    .page-template-page-academy-scholarship .business-box .btn-cont {
        position: absolute;
        bottom: 30px;
        left: 45px
    }

    .community-matters .business-box .btn-cont {
        position: relative;
        bottom: inherit;
        left: inherit
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    .page-template-page-academy-scholarship .business-box .btn-cont {
        left: 20px
    }
}

.page-template-page-academy-scholarship .business-box .box-thumbnail {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 190px
}

@media (min-width: 415px) and (max-width: 768px) {
    .page-template-page-academy-scholarship .business-box .box-thumbnail {
        max-height: none
    }
}

.page-template-page-academy-scholarship .business-box .box-thumbnail img {
    width: 100%
}

.page-template-page-academy-scholarship .business-box .box-content {
    padding: 50px 45px
}

.page-template-page-academy-scholarship .business-box .box-content img {
    max-height: 63px
}

@media screen and (max-width: 48em) {
    .page-template-page-academy-scholarship .business-box .box-content {
        padding: 20px
    }
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .business-boxes {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .page-template-page-academy-scholarship .business-boxes .unit.feature {
        padding-bottom: 0
    }
}

.page-template-page-academy-scholarship .business-box {
    padding: 0;
    min-height: 530px
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .business-box .box-thumbnail img {
        margin-bottom: 0
    }
}

.page-template-page-academy-scholarship .business-box .box-content {
    padding-bottom: 0
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .business-box .box-content {
        padding: 40px 20px 60px 20px
    }
}

@media screen and (max-width: 48em) {
    .page-template-page-academy-scholarship .business-box {
        padding: 0 !important
    }
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship img {
        margin-bottom: 0
    }
}

.page-template-page-academy-scholarship .business-box:nth-of-type(1) {
    border-top-color: #4F2B83
}

.page-template-page-academy-scholarship .business-box:nth-of-type(2) {
    border-top-color: #DF1F8E
}

.page-template-page-academy-scholarship .business-box h3 {
    font-size: 22px;
    line-height: 28px
}

.page-template-page-academy-scholarship .foot-feature-link {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .foot-feature-link {
        margin-top: 0;
        margin-bottom: 0
    }
}

.page-template-page-academy-scholarship .contact-callout {
    padding-bottom: 20px !important
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .career-content {
        padding: 0 25px
    }
}

.page-template-page-academy-scholarship .career-content p {
    margin-bottom: 40px
}

.page-template-page-academy-scholarship .career-content ul {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 28px
}

.page-template-page-academy-scholarship .career-content ul li {
    padding-left: 1.7em;
    position: relative;
    margin-bottom: 40px
}

.page-template-page-academy-scholarship .career-content ul li:before {
    content: "\002022";
    color: #00acf2;
    padding-right: .7em;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px
}

.page-template-page-academy-scholarship .career-content ol {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 28px
}

.page-template-page-academy-scholarship .career-content ol li {
    padding-left: 1.7em;
    position: relative;
    margin-bottom: 40px
}

.page-template-page-academy-scholarship .career-content ol li:before {
    content: "\002022";
    color: #00acf2;
    padding-right: .7em;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px
}

.page-template-page-academy-scholarship .career-content ol li:first-child:before {
    content: "1) ";
    font-size: 18px;
    line-height: 28px
}

.page-template-page-academy-scholarship .career-content ol li:nth-child(2):before {
    content: "2) ";
    font-size: 18px;
    line-height: 28px
}

.page-template-page-academy-scholarship .career-content ol li:nth-child(3):before {
    content: "3) ";
    font-size: 18px;
    line-height: 28px
}

.page-template-page-academy-scholarship .legal-copy {
    background: #f0f0f0;
    padding: 45px;
    margin: 80px 0
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .legal-copy {
        padding: 25px;
        margin-bottom: 0;
        margin-top: 35px
    }
}

.page-template-page-academy-scholarship .legal-copy p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px
}

@media screen and (max-width: 48em) {
    .page-template-page-academy-scholarship .btn-cont {
        max-width: 100% !important
    }
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-scholarship .application-content .unit {
        padding: 30px 0
    }
}

.page-template-page-community-matters .dots-header .column h2.centered-title {
  font-size: 36px;
}

.page-template-page-community-matters section:nth-of-type(3) .unit.feature.lg-centered.businesses.dots-header {
  padding-bottom: 30px;
}

.page-template-page-community-matters .button-container {
	float: none!important;
	display: block!important;
	margin: 0 auto!important;
  margin-top: 30px !important;
}

.page-template-page-community-matters .button-container.diag-right {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 36.4890962352%;
	padding: 5px;
    background: white;
  background: #03c07c;
}

.page-template-page-community-matters .button-container.diag-right:last-child {
  margin-right: 0;
}

.page-template-page-community-matters .button-container.diag-right:hover {
  background: #008ad0;
}

.page-template-page-community-matters .button-container.diag-right button {
    background: white;
	color: #008ad0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
	border: 1px solid #008ad0;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-community-matters .button-container.diag-right button:hover {
	background: #008ad0;
  color: white;
}

.page-template-page-community-matters .button-container.diag-right button:hover {
  border: 1px solid white;
}

@media screen and (max-width:64em) {
	.page-template-page-community-matters .button-container.diag-right button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-community-matters .button-container.diag-right button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-community-matters .button-container.diag-right button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_diag_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-community-matters .button-container.diag-right button .btn-label:after {
        background-image: url("../images/button_diag_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-community-matters .button-container.diag-right button .btn-label:after:hover {
  background-image: url("../images/button_upload.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-community-matters .button-container.diag-right button .btn-label:after:hover {
        background-image: url("../images/button_upload_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-community-matters .button-container.diag-right button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-community-matters .button-container.diag-right button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-community-matters .button-container.diag-right button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-community-matters .button-container.diag-right button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .button-container.diag-right {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-community-matters .button-container.diag-right:last-child {
    margin-right: 0;
	}
}

.page-template-page-community-matters .button-container.diag-right button {
  background: #03c07c;
}

.page-template-page-community-matters .button-container.diag-right button .btn-label {
  color: white;
}

.page-template-page-community-matters .btn-cont.dark.internal .btn-icon:after {
	background-image: url(../images/right_diag.png);
  background-size: 23px 23px;
}

.page-template-page-community-matters .container.-med-dark-container h2.dotted-headline {
    color: white;
  margin-bottom: 80px;
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .-med-dark-container {
		padding-left: 5%;
    padding-right: 5%;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .unit.feature.thirds {
		padding-left: 0;
    padding-right: 0;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .unit.feature.thirds .business-box {
		margin-bottom: 0;
    min-height: 0;
	}
}

.page-template-page-community-matters .quote-block {
    background: white;
	margin: 30px auto;
	text-align: center;
	position: relative;
	border-radius: .5em;
	padding-top: 70px;
  padding-bottom: 50px;
}

.page-template-page-community-matters .quote-block h3 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 32px;
  line-height: 42px;
}

.page-template-page-community-matters .quote-block img {
	width: 100px;
	margin: 0 auto;
	display: block;
  margin-bottom: 30px;
}

.page-template-page-community-matters .quote-block p {
	max-width: 612px;
	display: block;
	margin: 0 auto;
	font-size: 22px;
  line-height: 32px;
}

.page-template-page-community-matters .quote-block .snapshot {
	padding-top: 35px!important;
    padding-bottom: 0px !important;
	margin-top: 80px;
  border-top: 1px solid #c4c4c4;
}

.page-template-page-community-matters .quote-block .snapshot h4 {
	font-size: 60px!important;
	line-height: 60px!important;
  margin-bottom: 5px !important;
}

.page-template-page-community-matters .quote-block .snapshot p {
	text-transform: none;
	font-size: 18px!important;
  line-height: 22px !important;
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-community-matters .-light-gray-container .snapshot h4 {
		font-size: 70px!important;
    line-height: 70px !important;
	}
}

.page-template-page-community-matters .business-box {
    position: relative;
    box-shadow: inset 0px 0px 0px 1px #ddd;
	border-top-style: solid;
	padding: 50px 45px;
	border-radius: 5px;
	border-top-width: 10px;
  min-height: 600px;
}

@media screen and (max-width:30em) {
	.page-template-page-community-matters .business-box {
    min-height: initial !important;
    }
}

@media (min-width: 415px) and (max-width: 1024px) {
    .working-here .business-box {
    min-height: 700px !important;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .business-box {
    border-radius: 0;
	}
}

.page-template-page-community-matters .business-box:nth-of-type(1) {
  border-top-color: #eb8b30;
}

.page-template-page-community-matters .business-box:nth-of-type(2) {
  border-top-color: #2b3078;
}

.page-template-page-community-matters .business-box:nth-of-type(3) {
  border-top-color: #eb378e;
}

.page-template-page-community-matters .business-box:nth-of-type(4) {
  border-top-color: #c1a22f;
}

@media screen and (max-width:30em) {
	.page-template-page-community-matters .business-box:last-of-type {
    box-shadow: none;
	}
}

.page-template-page-community-matters .business-box.--orange {
  border-top-color: #eb8b30;
}

.page-template-page-community-matters .business-box.--purple {
  border-top-color: #2b3078;
}

.page-template-page-community-matters .business-box.--pink {
  border-top-color: #eb378e;
}

.page-template-page-community-matters .business-box.-gold {
  border-top-color: #c1a22f;
}

.page-template-page-community-matters .business-box img {
  margin: 0 55px 35px 0;
}

.page-template-page-community-matters .business-box img:nth-of-type(2) {
  margin-right: 0;
}

.page-template-page-community-matters .business-box h3 {
	padding-top: 0;
  font-family: "Proxima Nova", sans-serif;
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .business-box h3 {
		font-size: 22px;
    line-height: 36px;
	}
}

.page-template-page-community-matters .business-box ul {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
  list-style-type: none;
}

.page-template-page-community-matters .business-box ul li {
	text-indent: -1em;
  padding-left: 1em;
}

.page-template-page-community-matters .business-box ul li:before {
	content: "•";
	padding-right: 1em;
  color: #00acf2;
}

.page-template-page-community-matters .business-box .learn-more-link {
	display: inline-block;
    margin: 20px 0 30px 0;
	color: #03c07c;
    border-bottom: 1px solid #00ACF2;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease;
  margin-right: 35%;
}

.page-template-page-community-matters .business-box .learn-more-link:hover {
  color: #00ACF2;
}

.page-template-page-community-matters .business-box .button-container {
	padding: 5px;
	background: #008ad0;
  width: 50%;
}

.page-template-page-community-matters .business-box .button-container:hover {
  background: white;
}

.page-template-page-community-matters .business-box .button-container button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-community-matters .business-box .button-container button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-community-matters .business-box .button-container button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-community-matters .business-box .button-container button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-community-matters .business-box .button-container button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-community-matters .business-box .button-container button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-community-matters .business-box .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-community-matters .business-box .button-container button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-community-matters .business-box .button-container button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-community-matters .business-box .button-container button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-community-matters .business-box .button-container button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-community-matters .business-box .button-container button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-community-matters .business-box .button-container button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .business-box .button-container {
    width: 100%;
	}
}

@media screen and (min-width:48em) {
	.page-template-page-community-matters .business-box .btn-cont {
		position: absolute;
		bottom: 30px;
    left: 45px;
	}

	.community-matters .business-box .btn-cont {
		position: relative;
		bottom: inherit;
    left: inherit;
	}
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-community-matters .business-box .btn-cont {
    left: 20px;
	}
}

.page-template-page-community-matters .business-box .box-thumbnail {
	margin: 0;
	padding: 0;
	width: 100%;
  max-height: 190px;
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-community-matters .business-box .box-thumbnail {
    max-height: none;
	}
}

.page-template-page-community-matters .business-box .box-thumbnail img {
  width: 100%;
}

.page-template-page-community-matters .business-box .box-content {
  padding: 50px 45px;
}

.page-template-page-community-matters .business-box .box-content img {
  max-height: 63px;
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .business-box .box-content {
    padding: 20px;
	}
}

.page-template-page-community-matters .business-box {
  padding: 28px;
}

@media screen and (min-width:80em) {
	.page-template-page-community-matters .business-box .btn-cont {
		position: absolute;
		bottom: 10px;
        left: 0px;
    width: 293px;
	}
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-community-matters .business-box .btn-cont {
        left: 0px;
    bottom: 0px;
	}
}

.page-template-page-community-matters .business-box:first-of-type {
  border-top-color: #ED1C24;
}

.page-template-page-community-matters .business-box:first-of-type img {
  margin-bottom: 19px;
}

.page-template-page-community-matters .business-box:nth-of-type(2) {
  border-top-color: #1E3160;
}

.page-template-page-community-matters .business-box:nth-of-type(3) {
  border-top-color: #AF1F23;
}

.page-template-page-community-matters .business-box h3 {
	font-size: 22px;
  line-height: 1.27;
}

.page-template-page-community-matters .business-box {
	position: relative;
	min-height: 505px;
  padding-bottom: 20px;
}

.page-template-page-community-matters .business-box a {
	position: absolute;
  bottom: 20px;
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .business-box a {
    position: relative;
	}
}

.page-template-page-community-matters .login p {
	margin-bottom: 0;
	transform: translateY(110%);
	color: #fff;
	text-align: right;
	margin-right: 2.4em;
  font-size: 24px;
}

@media screen and (max-width:48em) {
	.page-template-page-community-matters .login p {
		transform: none;
		margin-bottom: 0;
		text-align: left;
		margin-right: 0;
    font-size: 18px;
	}
}

.page-template-page-community-matters .employee-login .unit {
  padding: 20px 0 !important;
}

@media (min-width:1281px) and (max-width:1480px) {
	.page-template-page-community-matters #hero-owl .owl-item div .slide-content {
		padding: 27px 53px;
    max-height: 537px;
	}
}

@media screen and (max-width:30em) {
	.mission {
    padding: 50px 0 !important;
	}
}

@media screen and (max-width:30em) {
	.mission #hero .unit.banner.halves {
    padding-left: 20px;
	}
}

@media screen and (max-width:30em) {
	.mission #hero .unit.banner.halves .column:first-of-type {
    padding-left: 0;
	}
}

.mission .close-button-on-mobile {
	float: right;
	color: #58585b;
	text-transform: uppercase;
	position: relative;
	transform: translateY(100%);
  margin-right: 5.2%;
}

.mission .close-button-on-mobile:after {
	content: "X";
	font-size: 30px;
	position: absolute;
	font-weight: 100;
	top: 0;
  margin-left: 20%;
}

@media screen and (min-width:30em) {
	.mission .close-button-on-mobile {
    display: none;
	}
}

@media screen and (max-width:30em) {
	.mission .close-button {
    display: none;
	}
}

.mission .container.grid-width {
  padding: 0;
}

.mission .container.grid-width div img {
  width: 100%;
}

.mission .unit .column p {
  max-width: 850px;
}

.mission .mission-and-values-divider {
	padding-top: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ddd;
  max-width: 850px;
}

.mission h3+p {
	font-size: 22px!important;
  line-height: 32px !important;
}

.mission .testimonial {
	padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width:48em) {
	.mission .testimonial {
		padding-left: 40px;
    padding-right: 40px;
	}
}

.mission .testimonial .testimonial-image-container {
  margin-left: 21.1703012549%;
  /*
  		img {
  			width: 180px;
  			height: 180px;
  		}
  */
	overflow: visible;
	width: 180px;
	height: 180px;
  position: relative;
}

.mission .testimonial .testimonial-image-container .image-circle {
	overflow: hidden;
	width: 180px;
	height: 180px;
	border: 5px solid #008ad0;
  border-radius: 180px;
}

.mission .testimonial .testimonial-image-container:before {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
	background: #03c07c;
  top: -230px;
}

.mission .testimonial .testimonial-image-container:after {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
	background: #03c07c;
	left: -230px;
  top: 0;
}

@media screen and (max-width:30em) {
	.mission .testimonial .testimonial-image-container:after {
    left: 230px;
	}
}

.mission .testimonial .quote {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
    color: white;
	position: relative;
	overflow: visible;
	quotes: "“" "”" "‘" "’";
  margin-bottom: 25px;
}

@media screen and (max-width:30em) {
	.mission .testimonial .quote {
    margin-top: 40px;
	}
}

.mission .testimonial .quote:before {
	content: open-quote;
	position: absolute;
	top: 0;
	left: -12px;
    color: white;
  font-size: 22px;
}

.mission .testimonial .quote:after {
  content: close-quote;
}

.mission .testimonial .quote-attrib {
    font-family: "Whitman", sans-serif;
	font-size: 24px;
    color: white;
  margin-bottom: 8px;
}

.mission .testimonial .quote-attrib-title {
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #00acf2;
  margin-bottom: 20px;
}

.mission .testimonial .bio-link {
	display: inline-block;
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
    color: white;
	text-transform: uppercase;
  border-bottom: 2px solid #008ad0;
}

.mission .testimonial .bio-link a {
  color: white;
}

@media screen and (max-width:30em) {
	.mission .testimonial {
		padding: 50px 23px;
    padding-top: 65px;
	}

	.mission .testimonial .testimonial-image-container {
    margin-left: 0;
	}
}

.mission .quote {
	font-size: 18px!important;
	line-height: 28px!important;
  color: #fff !important;
}

.mission .quote-attrib {
	font-size: 24px!important;
  color: #fff !important;
}

.mission .quote-attrib-title {
	font-size: 14px!important;
	line-height: 17px!important;
	color: #00acf2!important;
}

.page-template-page-market-intelligence .testimonial {
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (max-width: 48em) {
    .page-template-page-market-intelligence .testimonial {
        padding-left: 40px;
        padding-right: 40px
    }
}

.page-template-page-market-intelligence .testimonial .testimonial-image-container {
    margin-left: 8.5298%;
    overflow: visible;
    width: 180px;
    height: 180px;
    position: relative
}

.page-template-page-market-intelligence .testimonial .testimonial-image-container .image-circle {
    overflow: hidden;
    width: 180px;
    height: 180px;
    border: 5px solid #008ad0;
    border-radius: 180px
}

.page-template-page-market-intelligence .testimonial .testimonial-image-container:before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #03c07c;
    top: -230px
}

.page-template-page-market-intelligence .testimonial .testimonial-image-container:after {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #03c07c;
    left: -230px;
    top: 0
}

@media screen and (max-width: 30em) {
    .page-template-page-market-intelligence .testimonial .testimonial-image-container:after {
        left: 230px
    }
}

.page-template-page-market-intelligence .testimonial .quote {
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: white;
    position: relative;
    overflow: visible;
    quotes: "“""”""‘""’";
    margin-bottom: 25px
}

@media screen and (max-width: 30em) {
    .page-template-page-market-intelligence .testimonial .quote {
        margin-top: 40px
    }
}

.page-template-page-market-intelligence .testimonial .quote:before {
    content: open-quote;
    position: absolute;
    top: 0;
    left: -12px;
    color: white;
    font-size: 22px
}

.page-template-page-market-intelligence .testimonial .quote:after {
    content: close-quote
}

.page-template-page-market-intelligence .testimonial .quote-attrib {
    font-family: "Whitman", sans-serif;
    font-size: 24px;
    color: white;
    margin-bottom: 8px
}

.page-template-page-market-intelligence .testimonial .quote-attrib-title {
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #00acf2;
    margin-bottom: 20px
}

.page-template-page-market-intelligence .testimonial .bio-link {
    display: inline-block;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: white;
    text-transform: uppercase;
    border-bottom: 2px solid #008ad0
}

.page-template-page-market-intelligence .testimonial .bio-link a {
    color: white
}

@media screen and (max-width: 30em) {
    .page-template-page-market-intelligence .testimonial {
        padding: 50px 23px;
        padding-top: 65px
    }

    .page-template-page-market-intelligence .testimonial .testimonial-image-container {
        margin-left: 0
    }
}

.page-template-page-market-intelligence .container .unit.halves.column-reverse .column:nth-child(odd) {
    float: right
}

@media (min-width: 481px) and (max-width: 768px) {
    .page-template-page-market-intelligence .container .unit.halves.reverse-order .column:nth-of-type(2n) {
        margin-top: 50px
    }
}

.page-template-page-market-intelligence p.contact-text {
    color: white;
    float: right;
    font-size: 24px;
    margin-right: 40px;
    line-height: 80px
}

@media screen and (max-width: 48em) {
    .page-template-page-market-intelligence p.contact-text {
        float: none;
        margin: 0 auto;
        text-align: center;
        line-height: 2
    }
}

.page-template-page-market-intelligence .video-feature .btn-cont.white.watch {
    position: absolute;
    top: calc(50% - 52px);
    margin-left: calc(50% - 100px)
}

@media screen and (max-width: 30em) {
    .page-template-page-market-intelligence.systematic-investing .video.pull-up {
        margin-top: -120px !important
    }
}

@media screen and (max-width: 30em) {
    .page-template-page-market-intelligence.systematic-investing .video-feature .grid-width {
        padding-bottom: 0 !important
    }
}

@media screen and (max-width: 48em) {
    .page-template-page-market-intelligence.systematic-investing .btn-cont.white.internal.btn-wide.mail {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.blog .blog-slider {
	padding-bottom: 100px;
  padding-top: 54px;
}

.blog .blog-slider .unit {
  padding: 0;
}

.blog .blog-slider .unit p {
  font-size: 22px;
}

.blog .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.blog .owl-carousel .owl-item .img-cont {
	background-size: cover;
    background-position: center;
	height: 125px;
  min-height: 125px !important;
}

.blog .owl-carousel .owl-item .featured-articles-header {
  visibility: hidden;
}

.blog .owl-carousel .owl-item.active .featured-articles-header {
  visibility: visible;
}

@media (min-width:415px) and (max-width:768px) {
	.blog .owl-carousel .owl-item.active .featured-articles-header {
		padding-left: 20px;
    padding-right: 20px;
	}
}

.blog .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 84%;
  left: 8%;
}

@media screen and (max-width:48em) {
	.blog .owl-carousel .owl-nav {
    display: none;
	}
}

.blog .owl-carousel .owl-nav div {
	text-indent: -9999px;
	background-color: transparent;
	width: 50px;
  height: 50px;
}

.blog .owl-carousel .owl-nav:hover {
  background: transparent;
}

.blog .owl-carousel .owl-nav .owl-prev {
	float: left;
	text-align: left;
  background-image: url("../images/left_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.blog .owl-carousel .owl-nav .owl-prev {
        background-image: url("../images/left_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

.blog .owl-carousel .owl-nav .owl-next {
	float: right;
	text-align: right;
  background-image: url("../images/right_slider_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.blog .owl-carousel .owl-nav .owl-next {
        background-image: url("../images/right_slider_arrow_2x.png");
    background-size: 50px 50px;
	}
}

.blog .owl-carousel .owl-dots {
	position: absolute;
	bottom: -65px;
	width: 95%;
  text-align: center;
}

@media screen and (max-width:48em) {
	.blog .owl-carousel .owl-dots {
		text-align: center;
    bottom: -20px;
	}
}

.blog .owl-carousel .owl-dots .owl-dot span {
  margin: 5px;
}

.blog .owl-carousel .owl-dots .owl-dot.active span {
  background: #008ad0;
}

.blog .slide-content {
	position: relative!important;
	left: 0!important;
	width: 100%!important;
	border-radius: 0!important;
    background: white;
  padding: 2.5em 3.125em;
}

.blog .slide-content h1 {
	font-size: 36px;
  color: #004a80;
}

.blog .slide-content p {
  min-height: 125px;
}

.blog .media-meta {
	position: absolute!important;
	bottom: 0;
	left: 0;
    color: white;
    background: #008AD0;
	width: 100%;
	padding: 10px 4%;
  padding-bottom: 12px;
}

.blog .media-meta a {
  color: white;
}

.blog .media-meta a:hover {
  color: #7BD9FF;
}

.blog .accordion>li {
  margin-bottom: 30px;
}

.blog .accordion>li a {
  color: #03c07c;
}

.blog .accordion ul.submenu li label {
  padding-left: 35px;
}

.blog input[type=checkbox]+label:before {
  margin: 5px;
}

.blog .blog-listing .thumb-cont {
	width: 100%;
    height: 125px;
    background-position: center;
  background-size: cover;
}

.blog .blog-listing img {
  width: 100%;
}

.blog .blog-listing article {
	margin-bottom: 0;
	border: 1px solid #ddd;
	border-top: none;
	padding: 40px;
	margin-top: -3px;
  position: relative;
}

.blog .blog-listing article.no-thumb {
  border-top: 1px solid #ddd;
}

.blog .blog-listing article h2 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 36px;
	line-height: 42px;
	padding: 0;
  margin-bottom: 20px;
}

.blog .blog-listing article h2 a {
  color: #004a80;
}

.blog .blog-listing article p {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
  line-height: 28px;
}

.blog .blog-listing .media-posts-meta {
    background: #F0F0F0;
	padding-top: 10px;
	padding-bottom: 12px;
  margin-bottom: 100px;
}

.blog .blog-listing .media-posts-meta p {
	color: #808285;
	font-size: 16px;
	margin-bottom: 0;
  margin-left: 40px;
}

.blog .blog-listing .media-posts-meta p a {
	color: #808285;
  font-size: 16px;
}

.blog .blog-listing .media-posts-meta p a:hover {
  color: #008ad0;
}

@media screen and (max-width:48em) {
	.blog .blog-listing .media-posts-meta p {
    margin-left: 20px;
	}
}

.blog .sidebar h2 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 22px;
	line-height: 1;
  margin-bottom: 40px;
}

@media screen and (max-width:30em) {
	.blog .sidebar {
    padding-bottom: 60px;
	}
}

.single .full-thumb {
  width: 100%;
}

.single .content-wrapper section.container {
  padding-top: 0;
}

#media-page-slider .slide-content {
  padding-bottom: 5.4em;
}

@media screen and (max-width:30em) {
	#media-page-slider .slide-content {
    padding-bottom: 6.3em;
	}
}

@media screen and (max-width:30em) {
	#media-page-slider {
		padding-left: 20px;
    padding-right: 20px;
	}
}

@media screen and (max-width:64em) {
  .page-template-page-japan #hero.page-banner section, .page-template-page-japan .language-switcher section {
    border-top: none !important;
	}
}

.page-template-page-japan .language-switcher section.container {
	padding-bottom: 0!important;
  padding-top: 0 !important;
}

.page-template-page-japan .language-switcher section.container .unit.banner.halves {
  padding: 20px 0;
}

@media screen and (max-width:30em) {
	.page-template-page-japan .language-switcher section.container .unit.banner.halves .column:first-of-type {
    display: none;
	}

	.page-template-page-japan .language-switcher section.container .unit.banner.halves .column:last-of-type {
    width: 100%;
	}
}

@media screen and (min-width:64em) {
	.page-template-page-japan .unit.feature.halves .btn-cont.medium.external {
    margin-top: 30px;
	}
}

.page-template-page-japan .language-buttons {
	font-size: 14px;
	float: right;
  white-space: nowrap;
}

.page-template-page-japan .language-buttons a {
	font-size: 14px;
	color: #58585b;
  vertical-align: middle;
}

.page-template-page-japan .language-buttons .japanese {
  padding-right: 30px;
}

.page-template-page-japan .language-buttons .english {
  padding-left: 30px;
}
.page-template-page-japan .language-buttons .japanese, .page-template-page-japan .language-buttons .english {
  display: inline-block;
  /*
  			this style is what the language that's not currently selected looks like
  			opacity: .4;
  */
}

.page-template-page-japan .language-buttons .language-divider {
	display: inline-block;
	height: 40px;
	border-left: 1px solid #ddd;
  vertical-align: middle;
}

.page-template-page-japan .language-buttons img {
	margin-left: 10px;
  vertical-align: middle;
}

.page-template-page-japan .tokyo-location {
  border-bottom: 1px solid #f0f0f0;
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-japan .snapshot h4 {
		font-size: 70px!important;
    line-height: 70px !important;
	}
}

:lang(ja-jp) .unit.feature.snapshot h4 {
  font-size: 60px;
}

.page-template-page-japan .unit.feature h3 a {
    font-family: "Whitman Display Light", Georgia, Times, serif !important;
	color: #004a80;
	font-size: 30px;
  margin-bottom: 10px;
}

.page-template-page-japan .unit.feature h2 {
    font-family: "Whitman Display Light", Georgia, Times, serif !important;
  margin-bottom: 28px !important;
}

.page-template-page-japan .tokyo-location h4 {
    font-family: "Proxima Nova", sans-serif !important;
	font-size: 22px;
  margin-bottom: 10px;
}

.page-template-page-japan section:first-of-type {
  padding-bottom: 20px;
}

.page-template-page-japan section:first-of-type h2.centered-title {
    font-family: "Whitman Display Light", Georgia, Times, serif !important;
  margin-bottom: 28px !important;
}

.page-template-page-japan section:nth-of-type(2) {
  border-top: 1px solid #ddd;
}

.page-template-page-japan section:nth-of-type(2) h2 {
  padding-top: 0 !important;
}

.page-template-page-japan section:nth-of-type(2) h3.icon {
  margin-bottom: 10px;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial {
	padding-top: 80px;
	padding-bottom: 80px;
  padding: 70px 0;
}

@media screen and (max-width:48em) {
	.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial {
		padding-left: 40px;
    padding-right: 40px;
	}
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .testimonial-image-container {
  margin-left: 8.5298043353%;
  /*
  		img {
  			width: 180px;
  			height: 180px;
  		}
  */
	overflow: visible;
	width: 180px;
	height: 180px;
  position: relative;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .testimonial-image-container .image-circle {
	overflow: hidden;
	width: 180px;
	height: 180px;
	border: 5px solid #008ad0;
  border-radius: 180px;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .testimonial-image-container:before {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
    background: #03c07c;
  top: -230px;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .testimonial-image-container:after {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #03c07c;
    left: -230px;
  top: 0;
}

@media screen and (max-width:30em) {
	.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .testimonial-image-container:after {
    left: 230px;
	}
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .quote {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
    color: white;
	position: relative;
	overflow: visible;
	quotes: "“" "”" "‘" "’";
  margin-bottom: 25px;
}

@media screen and (max-width:30em) {
	.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .quote {
    margin-top: 40px;
	}
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .quote:before {
	content: open-quote;
	position: absolute;
	top: 0;
	left: -12px;
    color: white;
  font-size: 22px;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .quote:after {
  content: close-quote;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .quote-attrib {
    font-family: "Whitman", sans-serif;
	font-size: 24px;
    color: white;
  margin-bottom: 8px;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .quote-attrib-title {
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #00acf2;
  margin-bottom: 20px;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .bio-link {
	display: inline-block;
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
    color: white;
	text-transform: uppercase;
  border-bottom: 2px solid #008ad0;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .bio-link a {
  color: white;
}

@media screen and (max-width:30em) {
	.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial {
		padding: 50px 23px;
    padding-top: 65px;
	}

	.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .testimonial-image-container {
    margin-left: 0;
	}
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .testimonial-image-container:before {
  top: -230px;
}

.page-template-page-japan section:nth-of-type(3) .unit.feature.sidebar-left.testimonial .testimonial-image-container:after {
	left: -230px;
  top: 0;
}

.page-template-page-japan section:nth-of-type(4) .dotted-underline {
  padding-bottom: 5px;
}

.page-template-page-japan section:nth-of-type(5) {
  border-top: none !important;
}

@media screen and (min-width:64em) {
	.page-template-page-japan section:nth-of-type(5) {
    padding-top: 0 !important;
	}
}

.page-template-page-japan section:nth-of-type(5) .unit.halves:first-of-type .column:nth-of-type(2) {
  padding-left: 20px;
}

.page-template-page-japan section:nth-of-type(5) .unit.feature.lg-centered.dots-header {
	padding-top: 50px;
	margin-top: 50px;
  padding-bottom: 0;
}

.page-template-page-japan section:last-of-type {
  padding-bottom: 30px !important;
}

.page-template-page-japan .dots-header p {
  line-height: 36px !important;
}

@media screen and (max-width:48em) {
	.page-template-page-japan .content-valign {
        top: initial;
    transform: none;
	}
}

.page-template-page-japan .set-min:last-of-type {
  height: 476px !important;
}

@media screen and (max-width:30em) {
	.page-template-page-japan .set-min {
    clear: both;
	}
}

.page-template-page-japan .quote-attrib-title.jp {
	font-size: 24px!important;
  color: white !important;
}

.page-template-page-global-footprint .unit.halves .column h2 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
  margin-bottom: 32px;
}

.page-template-page-global-footprint .container .unit.halves .column.margin-top {
  margin-top: 66px;
}

.page-template-page-global-footprint .unit.feature.lg-centered.dots-header p {
	font-size: 22px;
  line-height: 32px;
}

.page-template-page-global-footprint section:nth-of-type(3) h2 {
  font-size: 36px;
}

.page-template-page-global-footprint section:nth-of-type(3) .column.margin-top h2 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 22px;
  margin-bottom: 10px;
}

.page-template-page-global-footprint section:nth-of-type(4) {
  border-bottom: 1px solid #ddd;
}

.page-template-page-global-footprint .unit.feature.halves .column {
  margin-bottom: 30px;
}

.page-template-page-global-footprint .unit.feature.thirds {
  padding-top: .5em;
}

.page-template-page-global-footprint .unit.feature h2 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 36px;
	line-height: 42px;
	color: #004a80;
  margin-top: 0;
}

@media screen and (min-width:64em) {
	.page-template-page-global-footprint .unit.feature h2 {
    margin-bottom: 0;
	}
}

.page-template-page-global-footprint .unit.feature h3 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 22px;
	line-height: 30px;
	position: relative;
  color: #004a80;
}

.page-template-page-global-footprint .unit.feature h3.icon {
  padding-top: 100px;
}

.page-template-page-global-footprint .unit.feature h3.icon:before {
	content: "";
	display: block;
	position: absolute;
	width: 72px;
	height: 72px;
  top: 0;
}

.page-template-page-global-footprint .unit.feature h3.icon.icon.ethics:before {
    background-image: url("../images/icon_ethics.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-global-footprint .unit.feature h3.icon.icon.ethics:before {
        background-image: url("../images/icon_ethics_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-global-footprint .unit.feature h3.icon.icon.firm:before {
    background-image: url("../images/icon_firm.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-global-footprint .unit.feature h3.icon.icon.firm:before {
        background-image: url("../images/icon_firm_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-global-footprint .unit.feature h3.icon.icon.innovation:before {
    background-image: url("../images/icon_innovation.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-global-footprint .unit.feature h3.icon.icon.innovation:before {
        background-image: url("../images/icon_innovation_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-global-footprint .unit.feature h3.icon.icon.growth:before {
    background-image: url("../images/icon_growth_v2.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-global-footprint .unit.feature h3.icon.icon.growth:before {
        background-image: url("../images/icon_growth_v2_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-global-footprint .unit.feature h3.icon.icon.community:before {
    background-image: url("../images/icon_community.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-global-footprint .unit.feature h3.icon.icon.community:before {
        background-image: url("../images/icon_community_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-global-footprint .unit.feature h3.icon.icon.gym:before {
    background-image: url("../images/gym.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-global-footprint .unit.feature h3.icon.icon.gym:before {
        background-image: url("../images/gym_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-global-footprint .unit.feature h3.icon.icon.commute:before {
    background-image: url("../images/commute.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-global-footprint .unit.feature h3.icon.icon.commute:before {
        background-image: url("../images/commute_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-global-footprint .unit.feature h3.icon.icon.health:before {
    background-image: url("../images/health.png");
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-global-footprint .unit.feature h3.icon.icon.health:before {
        background-image: url("../images/health_2x.png");
    background-size: 72px 72px;
	}
}
.page-template-page-global-footprint address, .page-template-page-global-footprint .number-of-employees {
  margin-top: 3%;
}

.page-template-page-global-footprint address {
	width: 49%;
	padding-right: 10%;
	display: inline-block;
	clear: both;
	font-style: normal;
	line-height: 1.5em;
	text-align: center;
  font-size: 18px;
}

@media screen and (min-width:48em) {
	.page-template-page-global-footprint .location-slider address {
		float: left;
    width: 59% !important;
	}
}

.page-template-page-global-footprint .number-of-employees {
	width: 50%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
    border-left: 1px solid #DDDDDD;
  padding: 5% 0;
}

.page-template-page-global-footprint .number-of-employees span {
	font-size: 60px;
	display: block;
    color: #008AD0;
    font-family: "Whitman Display Light", Georgia, Times, serif;
  margin-bottom: 30px;
}

@media screen and (min-width:48em) {
	.page-template-page-global-footprint .location-slider .number-of-employees {
		width: 40%!important;
    padding: 5% 0 5% 10% !important;
	}
}
.page-template-page-global-footprint .location {
  /*

  		I know this is in the globals file, BUT.....there's a reason why they're also in here. They are different in the global footprint page, as opposed to the Life at Point72 page and others. Just sayin'.

  */
}
.page-template-page-global-footprint .location .owl-theme .owl-dots .owl-dot span {
  background: #ddd !important;
}

.page-template-page-global-footprint .location .owl-theme .owl-dots .owl-dot.active span {
  background: #008ad0 !important;
}

.page-template-page-global-footprint .location .owl-theme .owl-dots .owl-dot:hover span {
  background: #00acf2 !important;
}

.page-template-page-global-footprint .location img {
	width: 100%;
  border-radius: 10px 10px 0 0;
}

.page-template-page-global-footprint .location-slider {
    border: 1px solid #DDDDDD;
	border-top: none;
	margin-top: -33px;
	padding: 8%;
  border-radius: 0 0 5px 5px;
}

.page-template-page-global-footprint .location-slider h3 {
  padding-top: 1.82em;
}

.page-template-page-global-footprint .location-slider .btn-cont {
  margin-bottom: 4em;
}

@media screen and (min-width:64em) {
	.page-template-page-global-footprint .location-slider {
    min-height: 583px !important;
	}
}

@media (min-width:769px) and (max-width:1023px) {
	.page-template-page-global-footprint .location-slider {
    min-height: 690px !important;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-global-footprint .new-office img {
    max-width: 150px;
	}
}

.page-template-page-japan .unit.halves .column h2 {
    font-family: "Whitman", sans-serif;
  margin-bottom: 32px;
}

.page-template-page-japan .container .unit.halves .column.margin-top {
  margin-top: 66px;
}

.page-template-page-japan .unit.feature.lg-centered.dots-header p {
	font-size: 22px;
  line-height: 32px;
}

.page-template-page-japan section:nth-of-type(3) .unit.halves {
  padding-top: 90px;
}

.page-template-page-japan section:nth-of-type(3) h2 {
  font-size: 36px;
}

.page-template-page-japan section:nth-of-type(3) .column.margin-top h2 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 22px;
  margin-bottom: 10px;
}

.page-template-page-japan section:nth-of-type(4) {
  border-bottom: 1px solid #ddd;
}

.page-template-page-japan .unit.feature.halves .column {
  margin-bottom: 30px;
}

.page-template-page-japan .unit.feature.thirds {
  padding-top: .5em;
}

.page-template-page-japan .unit.feature h2 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	font-size: 36px;
	line-height: 42px;
	color: #004a80;
  margin-bottom: 85px;
}

.page-template-page-japan .unit.feature h3 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 22px;
	line-height: 30px;
	position: relative;
  color: #004a80;
}

.page-template-page-japan .unit.feature h3.icon {
  padding-top: 100px;
}

.page-template-page-japan .unit.feature h3.icon:before {
	content: "";
	display: block;
	position: absolute;
	width: 72px;
	height: 72px;
  top: 0;
}

.page-template-page-japan .unit.feature h3.icon.icon.ethics:before {
  background-image: url("../images/icon_ethics.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-japan .unit.feature h3.icon.icon.ethics:before {
        background-image: url("../images/icon_ethics_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-japan .unit.feature h3.icon.icon.firm:before {
  background-image: url("../images/icon_firm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-japan .unit.feature h3.icon.icon.firm:before {
        background-image: url("../images/icon_firm_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-japan .unit.feature h3.icon.icon.innovation:before {
  background-image: url("../images/icon_innovation.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-japan .unit.feature h3.icon.icon.innovation:before {
        background-image: url("../images/icon_innovation_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-japan .unit.feature h3.icon.icon.growth:before {
  background-image: url("../images/icon_growth_v2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-japan .unit.feature h3.icon.icon.growth:before {
        background-image: url("../images/icon_growth_v2_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-japan .unit.feature h3.icon.icon.community:before {
  background-image: url("../images/icon_community.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-japan .unit.feature h3.icon.icon.community:before {
        background-image: url("../images/icon_community_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-japan .unit.feature h3.icon.icon.gym:before {
  background-image: url("../images/gym.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-japan .unit.feature h3.icon.icon.gym:before {
        background-image: url("../images/gym_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-japan .unit.feature h3.icon.icon.commute:before {
  background-image: url("../images/commute.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-japan .unit.feature h3.icon.icon.commute:before {
        background-image: url("../images/commute_2x.png");
    background-size: 72px 72px;
	}
}

.page-template-page-japan .unit.feature h3.icon.icon.health:before {
  background-image: url("../images/health.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-japan .unit.feature h3.icon.icon.health:before {
        background-image: url("../images/health_2x.png");
    background-size: 72px 72px;
	}
}
.page-template-page-japan address, .page-template-page-japan .number-of-employees {
  margin-top: 10%;
}

.page-template-page-japan address {
	width: 40%;
	display: inline-block;
	clear: both;
	font-style: normal;
	line-height: 1.5em;
	text-align: center;
	font-size: 18px;
  vertical-align: bottom;
}

.page-template-page-japan .number-of-employees {
	width: 35%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
    border-left: 1px solid #DDDDDD;
  padding: 5% 0;
}

.page-template-page-japan .number-of-employees span {
	font-size: 60px;
	display: block;
    color: #008AD0;
    font-family: "Whitman", sans-serif;
  margin-bottom: 30px;
}

.page-template-page-japan .location .owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

.page-template-page-japan .location .owl-theme .owl-dots .owl-dot.active span {
  background: #008ad0;
}

.page-template-page-japan .location img {
  width: 100%;
}

.page-template-page-japan .location-slider {
    border: 1px solid #DDDDDD;
	border-top: none;
	margin-top: -33px;
	padding: 8%;
  border-radius: 0 0 5px 5px;
}

.page-template-page-japan .location-slider h3 {
  padding-top: 1.82em;
}

.page-template-page-japan .location-slider .btn-cont {
  margin-bottom: 4em;
}

.page-template-page-job-category .container .unit.halves.column-reverse .column:nth-child(odd) {
  float: right;
}

@media (min-width:481px) and (max-width:768px) {
	.page-template-page-job-category .container .unit.halves.reverse-order .column:nth-of-type(2n) {
    margin-top: 50px;
	}
}

.page-template-page-job-category p.contact-text {
    color: white;
	float: right;
	font-size: 24px;
	margin-right: 40px;
  line-height: 80px;
}

@media screen and (max-width:48em) {
	.page-template-page-job-category p.contact-text {
		float: none;
		margin: 0 auto;
		text-align: center;
    line-height: 2;
	}
}

.page-template-page-job-category .video-feature .btn-cont.white.watch {
	position: absolute;
	top: calc(50% - 52px);
  margin-left: calc(50% - 100px);
}

@media screen and (max-width:30em) {
	.page-template-page-job-category.systematic-investing .video.pull-up {
    margin-top: -120px !important;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-job-category.systematic-investing .video-feature .grid-width {
    padding-bottom: 0 !important;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-job-category.systematic-investing .btn-cont.white.internal.btn-wide.mail {
		display: block;
		margin-left: auto;
    margin-right: auto;
	}
}

.page-template-page-academy-stories {
  /*
  	section:nth-of-type(2) {
  		padding-top: 30px;
  	}
  	section:nth-of-type(5) {
  		padding-bottom: 30px;
  	}
  	section:nth-of-type(6) {
  		.learn-more-link {
  			margin-bottom: 0;
  		}
  	}
  	section:nth-of-type(7) {
  		padding-top:50px;
  	}
  */
}
@media screen and (max-width:30em) {
	.page-template-page-academy-stories .dotted-headline {
    font-size: 30px;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .dots-header {
    padding-top: 0 !important;
	}
}

.page-template-page-academy-stories .button-container {
  margin-top: 20px;
}

.page-template-page-academy-stories .button-container.opportunities {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
	background: #008ad0;
  margin-left: 26.4628765687%;
}

.page-template-page-academy-stories .button-container.opportunities:last-child {
  margin-right: 0;
}

.page-template-page-academy-stories .button-container.opportunities:hover {
  background: white;
}

.page-template-page-academy-stories .button-container.opportunities button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-academy-stories .button-container.opportunities button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-academy-stories .button-container.opportunities button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-academy-stories .button-container.opportunities button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-academy-stories .button-container.opportunities button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-academy-stories .button-container.opportunities button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.opportunities button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.opportunities button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.opportunities button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.opportunities button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.opportunities button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.opportunities button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.opportunities button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .button-container.opportunities {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
		width: 100%;
    margin-left: 0%;
	}

	.page-template-page-academy-stories .button-container.opportunities:last-child {
    margin-right: 0;
	}
}

.page-template-page-academy-stories .button-container.bio {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 36.4890962352%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-academy-stories .button-container.bio:last-child {
  margin-right: 0;
}

.page-template-page-academy-stories .button-container.bio:hover {
  background: white;
}

.page-template-page-academy-stories .button-container.bio button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-academy-stories .button-container.bio button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-academy-stories .button-container.bio button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-academy-stories .button-container.bio button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-academy-stories .button-container.bio button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-academy-stories .button-container.bio button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.bio button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.bio button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.bio button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.bio button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.bio button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.bio button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.bio button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .button-container.bio {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-academy-stories .button-container.bio:last-child {
    margin-right: 0;
	}
}

.page-template-page-academy-stories .button-container.watch {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-academy-stories .button-container.watch:last-child {
  margin-right: 0;
}

.page-template-page-academy-stories .button-container.watch:hover {
  background: white;
}

.page-template-page-academy-stories .button-container.watch button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-academy-stories .button-container.watch button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-academy-stories .button-container.watch button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-academy-stories .button-container.watch button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-academy-stories .button-container.watch button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-academy-stories .button-container.watch button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.watch button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.watch button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.watch button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.watch button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.watch button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.watch button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.watch button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:64em) {
	.page-template-page-academy-stories .button-container.watch {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-academy-stories .button-container.watch:last-child {
    margin-right: 0;
	}
}

.page-template-page-academy-stories .button-container.learn-more {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-academy-stories .button-container.learn-more:last-child {
  margin-right: 0;
}

.page-template-page-academy-stories .button-container.learn-more:hover {
  background: white;
}

.page-template-page-academy-stories .button-container.learn-more button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-academy-stories .button-container.learn-more button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-academy-stories .button-container.learn-more button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-academy-stories .button-container.learn-more button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-academy-stories .button-container.learn-more button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-academy-stories .button-container.learn-more button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.learn-more button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.learn-more button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.learn-more button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.learn-more button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.learn-more button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.learn-more button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.learn-more button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .button-container.learn-more {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-academy-stories .button-container.learn-more:last-child {
    margin-right: 0;
	}
}

.page-template-page-academy-stories .button-container.apply-now {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: white;
}

.page-template-page-academy-stories .button-container.apply-now:last-child {
  margin-right: 0;
}

.page-template-page-academy-stories .button-container.apply-now:hover {
  background: #008ad0;
}

.page-template-page-academy-stories .button-container.apply-now button {
    background: white;
	color: #008ad0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
	border: 1px solid #008ad0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-academy-stories .button-container.apply-now button:hover {
	background: #008ad0;
  color: white;
}

.page-template-page-academy-stories .button-container.apply-now button:hover {
  border: 1px solid white;
}

@media screen and (max-width:64em) {
	.page-template-page-academy-stories .button-container.apply-now button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-academy-stories .button-container.apply-now button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-academy-stories .button-container.apply-now button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.apply-now button .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.apply-now button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.apply-now button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.apply-now button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.apply-now button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.apply-now button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.apply-now button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .button-container.apply-now {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-academy-stories .button-container.apply-now:last-child {
    margin-right: 0;
	}
}

.page-template-page-academy-stories .button-container.apply-dark {
	clear: left;
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 47.0742468627%;
	padding: 5px;
  background: #008ad0;
}

.page-template-page-academy-stories .button-container.apply-dark:last-child {
  margin-right: 0;
}

.page-template-page-academy-stories .button-container.apply-dark:hover {
  background: white;
}

.page-template-page-academy-stories .button-container.apply-dark button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-academy-stories .button-container.apply-dark button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-academy-stories .button-container.apply-dark button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-academy-stories .button-container.apply-dark button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-academy-stories .button-container.apply-dark button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-academy-stories .button-container.apply-dark button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.apply-dark button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.apply-dark button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.apply-dark button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.apply-dark button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.apply-dark button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .button-container.apply-dark button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .button-container.apply-dark button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .button-container.apply-dark {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-academy-stories .button-container.apply-dark:last-child {
    margin-right: 0;
	}
}

.page-template-page-academy-stories #hero-owl .btn-cont .btn-icon:after {
	background-image: url(../images/button_watch.png);
  background-size: 26px 26px;
}

.page-template-page-academy-stories .testimonial {
	padding-top: 80px;
	padding-bottom: 80px;
  padding: 70px 0;
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .testimonial {
		padding-left: 40px;
    padding-right: 40px;
	}
}

.page-template-page-academy-stories .testimonial .testimonial-image-container {
  margin-left: 21.1703012549%;
  /*
  		img {
  			width: 180px;
  			height: 180px;
  		}
  */
	overflow: visible;
	width: 180px;
	height: 180px;
  position: relative;
}

.page-template-page-academy-stories .testimonial .testimonial-image-container .image-circle {
	overflow: hidden;
	width: 180px;
	height: 180px;
	border: 5px solid #008ad0;
  border-radius: 180px;
}

.page-template-page-academy-stories .testimonial .testimonial-image-container:before {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 180px;
    background: #03c07c;
  top: -230px;
}

.page-template-page-academy-stories .testimonial .testimonial-image-container:after {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #03c07c;
    left: -230px;
  top: 0;
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .testimonial .testimonial-image-container:after {
    left: 230px;
	}
}

.page-template-page-academy-stories .testimonial .quote {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
    color: white;
	position: relative;
	overflow: visible;
	quotes: "“" "”" "‘" "’";
  margin-bottom: 25px;
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .testimonial .quote {
    margin-top: 40px;
	}
}

.page-template-page-academy-stories .testimonial .quote:before {
	content: open-quote;
	position: absolute;
	top: 0;
	left: -12px;
    color: white;
  font-size: 22px;
}

.page-template-page-academy-stories .testimonial .quote:after {
  content: close-quote;
}

.page-template-page-academy-stories .testimonial .quote-attrib {
    font-family: "Whitman", sans-serif;
	font-size: 24px;
    color: white;
  margin-bottom: 8px;
}

.page-template-page-academy-stories .testimonial .quote-attrib-title {
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #00acf2;
  margin-bottom: 20px;
}

.page-template-page-academy-stories .testimonial .bio-link {
	display: inline-block;
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 17px;
    color: white;
	text-transform: uppercase;
  border-bottom: 2px solid #008ad0;
}

.page-template-page-academy-stories .testimonial .bio-link a {
  color: white;
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .testimonial {
		padding: 50px 23px;
    padding-top: 65px;
	}

	.page-template-page-academy-stories .testimonial .testimonial-image-container {
    margin-left: 0;
	}
}

.page-template-page-academy-stories .testimonial .testimonial-image-container:before {
  top: -230px;
}

.page-template-page-academy-stories .testimonial .testimonial-image-container:after {
	left: -230px;
  top: 0;
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .testimonial .testimonial-image-container:after {
    left: 255px !important;
	}
}

.page-template-page-academy-stories .business-box {
	position: relative;
    box-shadow: inset 0px 0px 0px 1px #ddd;
	border-top-style: solid;
	padding: 50px 45px;
	border-radius: 5px;
	border-top-width: 10px;
  min-height: 600px;
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .business-box {
    min-height: initial !important;
    }
}

@media (min-width: 415px) and (max-width: 1024px) {
    .working-here .business-box {
    min-height: 700px !important;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .business-box {
    border-radius: 0;
	}
}

.page-template-page-academy-stories .business-box:nth-of-type(1) {
  border-top-color: #eb8b30;
}

.page-template-page-academy-stories .business-box:nth-of-type(2) {
  border-top-color: #2b3078;
}

.page-template-page-academy-stories .business-box:nth-of-type(3) {
  border-top-color: #eb378e;
}

.page-template-page-academy-stories .business-box:nth-of-type(4) {
  border-top-color: #c1a22f;
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .business-box:last-of-type {
    box-shadow: none;
	}
}

.page-template-page-academy-stories .business-box.--orange {
  border-top-color: #eb8b30;
}

.page-template-page-academy-stories .business-box.--purple {
  border-top-color: #2b3078;
}

.page-template-page-academy-stories .business-box.--pink {
  border-top-color: #eb378e;
}

.page-template-page-academy-stories .business-box.-gold {
  border-top-color: #c1a22f;
}

.page-template-page-academy-stories .business-box img {
  margin: 0 55px 35px 0;
}

.page-template-page-academy-stories .business-box img:nth-of-type(2) {
  margin-right: 0;
}

.page-template-page-academy-stories .business-box h3 {
	padding-top: 0;
  font-family: "Proxima Nova", sans-serif;
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .business-box h3 {
		font-size: 22px;
    line-height: 36px;
	}
}

.page-template-page-academy-stories .business-box ul {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
  list-style-type: none;
}

.page-template-page-academy-stories .business-box ul li {
	text-indent: -1em;
  padding-left: 1em;
}

.page-template-page-academy-stories .business-box ul li:before {
	content: "•";
	padding-right: 1em;
  color: #00acf2;
}

.page-template-page-academy-stories .business-box .learn-more-link {
	display: inline-block;
    margin: 20px 0 30px 0;
	color: #03c07c;
    border-bottom: 1px solid #00ACF2;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease;
  margin-right: 35%;
}

.page-template-page-academy-stories .business-box .learn-more-link:hover {
  color: #00ACF2;
}

.page-template-page-academy-stories .business-box .button-container {
	padding: 5px;
	background: #008ad0;
  width: 50%;
}

.page-template-page-academy-stories .business-box .button-container:hover {
  background: white;
}

.page-template-page-academy-stories .business-box .button-container button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-academy-stories .business-box .button-container button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-academy-stories .business-box .button-container button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-academy-stories .business-box .button-container button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-academy-stories .business-box .button-container button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-academy-stories .business-box .button-container button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .business-box .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .business-box .button-container button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .business-box .button-container button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .business-box .button-container button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .business-box .button-container button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-academy-stories .business-box .button-container button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-academy-stories .business-box .button-container button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .business-box .button-container {
    width: 100%;
	}
}

@media screen and (min-width:48em) {
	.page-template-page-academy-stories .business-box .btn-cont {
		position: absolute;
		bottom: 30px;
    left: 45px;
	}

	.community-matters .business-box .btn-cont {
		position: relative;
		bottom: inherit;
    left: inherit;
	}
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-academy-stories .business-box .btn-cont {
    left: 20px;
	}
}

.page-template-page-academy-stories .business-box .box-thumbnail {
	margin: 0;
	padding: 0;
	width: 100%;
  max-height: 190px;
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-academy-stories .business-box .box-thumbnail {
    max-height: none;
	}
}

.page-template-page-academy-stories .business-box .box-thumbnail img {
  width: 100%;
}

.page-template-page-academy-stories .business-box .box-content {
  padding: 50px 45px;
}

.page-template-page-academy-stories .business-box .box-content img {
  max-height: 63px;
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .business-box .box-content {
    padding: 20px;
	}
}

.page-template-page-academy-stories .featured-article {
    height: 350px;
    background: white;
	padding: 0;
  position: relative;
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .featured-article {
    height: 300px;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .featured-article {
    height: 300px;
	}
}

.page-template-page-academy-stories .featured-article .featured-thumbnail {
    margin-bottom: 20px;
	width: 100%;
	height: 80px;
  overflow: hidden;
}

@media screen and (max-width: 64em) {
    .page-template-page-academy-stories .featured-article .featured-thumbnail {
        margin-bottom: 20px;
    height: 100px;
    }
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .featured-article .featured-thumbnail {
        margin-bottom: 20px;
    height: 80px;
	}
}

@media screen and (max-width: 30em) {
    .page-template-page-academy-stories .featured-article .featured-thumbnail {
    display: none;
    }
}

@media screen and (max-width: 48em) {
    .page-template-page-academy-stories .featured-article .featured-thumbnail img {
    display: none;
    }
}

.page-template-page-academy-stories .featured-article .headline {
    font-family: "Whitman Display Light", Georgia, Times, serif;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
  padding: 50px;
}

.page-template-page-academy-stories .featured-article .headline.has-thumbnail {
	font-size: 24px;
	line-height: 30px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
  padding-right: 30px;
}

@media (min-width:769px) and (max-width:1024px) {
	.page-template-page-academy-stories .featured-article .headline.has-thumbnail {
		font-size: 22px;
    line-height: 1.25;
	}
}

@media screen and (max-width:30em) {
    .page-template-page-academy-stories .featured-article .headline.has-thumbnail {
		font-size: 28px;
    line-height: 36px;
	}
}

.page-template-page-academy-stories .featured-article .headline a {
  color: #03c07c;
}

.page-template-page-academy-stories .featured-article .headline a:hover {
  color: #008ad0;
}

.page-template-page-academy-stories .featured-article .excerpt {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
  padding: 0 50px;
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .featured-article .excerpt {
		font-size: 16px;
		line-height: 22px;
    padding: 0 30px;
	}
}

@media screen and (max-width:20em) {
	.page-template-page-academy-stories .featured-article .excerpt {
		font-size: 14px;
    padding: 0 20px;
	}
}

.page-template-page-academy-stories .featured-article .read-more-link {
	display: block;
	margin: 0;
    font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #03c07c;
  padding: 0 50px;
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .featured-article .read-more-link {
    padding: 0 30px;
	}
}

@media screen and (max-width:20em) {
	.page-template-page-academy-stories .featured-article .read-more-link {
		font-size: 12px;
    padding: 0 20px;
	}
}

.page-template-page-academy-stories .featured-article .read-more-link a {
	display: inline-block;
	color: #03c07c;
	border-bottom: 2px solid #008ad0;
  line-height: 1;
}

.page-template-page-academy-stories .featured-article .featured-meta p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
    color: white;
	padding: 11px 30px;
	font-size: 16px;
	line-height: 1.5;
    font-family: "Proxima Nova", sans-serif;
	background: #008ad0;
  margin-bottom: 0;
}

@media screen and (max-width:20em) {
	.page-template-page-academy-stories .featured-article .featured-meta p {
    padding: 11px 20px;
	}
}

.page-template-page-academy-stories .featured-article .featured-meta p span {
	display: block;
	margin: 0 5px;
  color: white;
}

.page-template-page-academy-stories .featured-article .featured-meta p span a {
  color: white;
}

.page-template-page-academy-stories .business-box {
  padding: 0 0 100px 0;
}

.page-template-page-academy-stories .business-box .box-thumbnail img {
  margin: 0;
}

.page-template-page-academy-stories .business-box .learn-more-link {
  float: left;
}

.page-template-page-academy-stories .business-box img:nth-of-type(2) {
  padding-bottom: 7px;
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .business-box img:nth-of-type(2) {
		padding-bottom: 0;
    padding-left: 15px;
	}
}

.page-template-page-academy-stories .business-box.--purple .button-container {
  margin-bottom: 20px;
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .business-box.--purple .button-container {
    margin-bottom: 0;
	}
}

.page-template-page-academy-stories .videos {
  padding: 30px 0;
}

.page-template-page-academy-stories .videos .column {
	text-align: center;
  margin-bottom: 20px;
}

.page-template-page-academy-stories .all-videos-link {
	float: right;
	text-transform: uppercase;
	padding-top: 20px;
	color: #004a80;
	text-decoration: none;
	border-bottom: 1px solid #00acf2;
	display: inline-block;
	margin-right: 4%;
	font-size: 16px;
  line-height: 24px;
}

.page-template-page-academy-stories .all-videos-link:hover {
  color: #00acf2;
}

@media screen and (max-width:48em) {
	.page-template-page-academy-stories .all-videos-link {
		float: none;
		margin: 0 auto;
    text-align: center;
	}
}

@media screen and (min-width:48em) {
	.page-template-page-academy-stories #featured-owl .owl-dots {
    margin-top: 50px;
	}
}

.page-template-page-academy-stories #wht-owl-slider .owl-dots .owl-dot span {
  background: #c4c4c4 !important;
}

.page-template-page-academy-stories #wht-owl-slider .owl-dots .owl-dot.active span {
  background: #008ad0 !important;
}

.page-template-page-academy-stories #wht-owl-slider .owl-dots .owl-dot:hover span {
  background: #00acf2 !important;
}

.page-template-page-academy-stories .all-media-link {
	display: inline-block;
	float: right;
	margin-top: 20px;
	text-transform: uppercase;
    color: white;
	border-bottom: 1px solid #00acf2;
	font-size: 16px;
  line-height: 24px;
}

.page-template-page-academy-stories .all-media-link:hover {
  color: #00acf2;
}

.page-template-page-academy-stories .business-box h4 {
	font-family: proxima-nova, sans-serif!important;
	font-size: 22px!important;
	line-height: 30px!important;
    display: inline-block;
  width: 100%;
}

.page-template-page-academy-stories .business-box h4 a {
	color: #004a80;
	font-weight: 400;
    font-family: proxima-nova, sans-serif !important;
    font-size: 22px !important;
    line-height: 30px !important;
    display: inline-block;
	text-transform: none;
  letter-spacing: normal;
}

.page-template-page-academy-stories .business-box h4 a:hover {
  color: #00acf2;
}

.page-template-page-academy-stories .unit.feature h3 {
  margin-bottom: 10px;
}

.page-template-page-academy-stories .unit.feature h3 a {
	color: #004a80;
  font-size: 30px;
}

.page-template-page-academy-stories .featured-article .headline {
  padding: 30px;
}

@media screen and (min-width:64em) {
	.page-template-page-academy-stories .video-feature {
    margin-top: 40px;
	}
}

@media screen and (max-width:30em) {
	.page-template-page-academy-stories .video-feature {
    padding-bottom: 0;
	}
}

.page-template-page-academy-stories .btn-cont.white.watch {
	position: absolute;
	top: calc(50% - 52px);
  margin-left: calc(50% - 100px);
}

.page-template-page-academy-stories .-light-gray-container .pull-up.pu-half {
  margin-top: -40px !important;
}

.page-template-page-academy-stories .-light-gray-container .unit.feature.halves.extra-space {
	padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width:481px) and (max-width:768px) {
	.page-template-page-academy-stories .container .unit.halves.reverse-order .column:nth-of-type(2n) {
    margin-top: 50px;
	}
}

.page-template-page-contact h3.contact-title {
    font-family: "Proxima Nova", sans-serif;
	font-size: 22px;
	line-height: 30px;
  color: #004a80;
}

.page-template-page-contact .contact-listing {
	border-top: 1px solid #f0f0f0;
  padding-top: 40px;
}

.page-template-page-contact .contact-listing .column {
  margin-bottom: 40px;
}

.page-template-page-contact .contact-direct {
  padding-bottom: 60px;
}

@media screen and (max-width:48em) {
	.page-template-page-contact .contact-direct .column {
    margin-bottom: 40px;
	}
}

@media screen and (min-width:64em) {
	.page-template-page-contact .contact-direct .column:last-of-type {
    max-width: 40%;
	}
}

.page-template-page-contact .contact-direct .column p {
  margin: 0;
}

.page-template-page-new-login .dots-header .column h2.centered-title {
  font-size: 36px;
}

.page-template-page-new-login section:nth-of-type(3) .unit.feature.lg-centered.businesses.dots-header {
  padding-bottom: 30px;
}

@media screen and (min-width:48em) {
	.page-template-page-new-login .dots-header {
    margin-bottom: 80px;
	}
}

.page-template-page-new-login .button-container {
	float: none!important;
	display: block!important;
	margin: 0 auto!important;
  margin-top: 30px !important;
}

.page-template-page-new-login .button-container.diag-right {
	float: left;
	display: block;
  margin-right: 5.8515062746%;
  width: 36.4890962352%;
	padding: 5px;
    background: white;
  background: #03c07c;
}

.page-template-page-new-login .button-container.diag-right:last-child {
  margin-right: 0;
}

.page-template-page-new-login .button-container.diag-right:hover {
  background: #008ad0;
}

.page-template-page-new-login .button-container.diag-right button {
    background: white;
	color: #008ad0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
	border: 1px solid #008ad0;
	border-width: 0;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-new-login .button-container.diag-right button:hover {
	background: #008ad0;
  color: white;
}

.page-template-page-new-login .button-container.diag-right button:hover {
  border: 1px solid white;
}

@media screen and (max-width:64em) {
	.page-template-page-new-login .button-container.diag-right button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-new-login .button-container.diag-right button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-new-login .button-container.diag-right button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_diag_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-new-login .button-container.diag-right button .btn-label:after {
        background-image: url("../images/button_diag_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-new-login .button-container.diag-right button .btn-label:after:hover {
  background-image: url("../images/button_upload.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-new-login .button-container.diag-right button .btn-label:after:hover {
        background-image: url("../images/button_upload_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-new-login .button-container.diag-right button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-new-login .button-container.diag-right button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-new-login .button-container.diag-right button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow_white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-new-login .button-container.diag-right button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .button-container.diag-right {
		float: left;
		display: block;
    margin-right: 5.8515062746%;
    width: 100%;
	}

	.page-template-page-new-login .button-container.diag-right:last-child {
    margin-right: 0;
	}
}

.page-template-page-new-login .button-container.diag-right button {
  background: #03c07c;
}

.page-template-page-new-login .button-container.diag-right button .btn-label {
  color: white;
}

.page-template-page-new-login .btn-cont.dark.internal .btn-icon:after {
	background-image: url(../images/right_diag.png);
  background-size: 23px 23px;
}

.page-template-page-new-login .container.-med-dark-container h2.dotted-headline {
    color: white;
  margin-bottom: 80px;
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .-med-dark-container {
		padding-left: 5%;
    padding-right: 5%;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .unit.feature.thirds {
		padding-left: 0;
    padding-right: 0;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .unit.feature.thirds .business-box {
		margin-bottom: 0;
    min-height: 0;
	}
}

@media (min-width:481px) {
	.page-template-page-new-login .unit.feature.thirds {
    transform: translateX(16.5%);
	}
}

.page-template-page-new-login .quote-block {
    background: white;
	margin: 30px auto;
	text-align: center;
	position: relative;
	border-radius: .5em;
	padding-top: 70px;
  padding-bottom: 50px;
}

.page-template-page-new-login .quote-block h3 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 32px;
  line-height: 42px;
}

.page-template-page-new-login .quote-block img {
	width: 100px;
	margin: 0 auto;
	display: block;
  margin-bottom: 30px;
}

.page-template-page-new-login .quote-block p {
	max-width: 612px;
	display: block;
	margin: 0 auto;
	font-size: 22px;
  line-height: 32px;
}

.page-template-page-new-login .quote-block .snapshot {
	padding-top: 35px!important;
    padding-bottom: 0px !important;
	margin-top: 80px;
  border-top: 1px solid #c4c4c4;
}

.page-template-page-new-login .quote-block .snapshot h4 {
	font-size: 60px!important;
	line-height: 60px!important;
  margin-bottom: 5px !important;
}

.page-template-page-new-login .quote-block .snapshot p {
	text-transform: none;
	font-size: 18px!important;
  line-height: 22px !important;
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-new-login .-light-gray-container .snapshot h4 {
		font-size: 70px!important;
    line-height: 70px !important;
	}
}

.page-template-page-new-login .business-box {
    position: relative;
    box-shadow: inset 0px 0px 0px 1px #ddd;
	border-top-style: solid;
	padding: 50px 45px;
	border-radius: 5px;
	border-top-width: 10px;
  min-height: 600px;
}

@media screen and (max-width:30em) {
	.page-template-page-new-login .business-box {
    min-height: initial !important;
    }
}

@media (min-width: 415px) and (max-width: 1024px) {
    .working-here .business-box {
    min-height: 700px !important;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .business-box {
    border-radius: 0;
	}
}

.page-template-page-new-login .business-box:nth-of-type(1) {
  border-top-color: #eb8b30;
}

.page-template-page-new-login .business-box:nth-of-type(2) {
  border-top-color: #2b3078;
}

.page-template-page-new-login .business-box:nth-of-type(3) {
  border-top-color: #eb378e;
}

.page-template-page-new-login .business-box:nth-of-type(4) {
  border-top-color: #c1a22f;
}

@media screen and (max-width:30em) {
	.page-template-page-new-login .business-box:last-of-type {
    box-shadow: none;
	}
}

.page-template-page-new-login .business-box.--orange {
  border-top-color: #eb8b30;
}

.page-template-page-new-login .business-box.--purple {
  border-top-color: #2b3078;
}

.page-template-page-new-login .business-box.--pink {
  border-top-color: #eb378e;
}

.page-template-page-new-login .business-box.-gold {
  border-top-color: #c1a22f;
}

.page-template-page-new-login .business-box img {
  margin: 0 55px 35px 0;
}

.page-template-page-new-login .business-box img:nth-of-type(2) {
  margin-right: 0;
}

.page-template-page-new-login .business-box h3 {
	padding-top: 0;
  font-family: "Proxima Nova", sans-serif;
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .business-box h3 {
		font-size: 22px;
    line-height: 36px;
	}
}

.page-template-page-new-login .business-box ul {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 28px;
  list-style-type: none;
}

.page-template-page-new-login .business-box ul li {
	text-indent: -1em;
  padding-left: 1em;
}

.page-template-page-new-login .business-box ul li:before {
	content: "•";
	padding-right: 1em;
  color: #00acf2;
}

.page-template-page-new-login .business-box .learn-more-link {
	display: inline-block;
    margin: 20px 0 30px 0;
	color: #03c07c;
    border-bottom: 1px solid #00ACF2;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease;
  margin-right: 35%;
}

.page-template-page-new-login .business-box .learn-more-link:hover {
  color: #00ACF2;
}

.page-template-page-new-login .business-box .button-container {
	padding: 5px;
	background: #008ad0;
  width: 50%;
}

.page-template-page-new-login .business-box .button-container:hover {
  background: white;
}

.page-template-page-new-login .business-box .button-container button {
	background: #008ad0;
    color: white;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
	border-radius: 0;
	margin: 0 auto;
  width: 100%;
}

.page-template-page-new-login .business-box .button-container button:hover {
    background: white;
  color: #008ad0;
}

.page-template-page-new-login .business-box .button-container button:hover {
  border: 1px solid #008ad0;
}

@media screen and (max-width:64em) {
	.page-template-page-new-login .business-box .button-container button {
		padding: 15px 20px;
    font-size: 18px;
	}
}

.page-template-page-new-login .business-box .button-container button .btn-label {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: .7px;
  padding: 5px 30px 5px 0;
}

.page-template-page-new-login .business-box .button-container button .btn-label:after {
	content: "";
	position: absolute;
    background-image: url("../images/button_right_arrow_white.png");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	margin: 0 10px;
    transition: all 0.2s ease;
  margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-new-login .business-box .button-container button .btn-label:after {
        background-image: url("../images/button_right_arrow_white_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-new-login .business-box .button-container button .btn-label:after:hover {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-new-login .business-box .button-container button .btn-label:after:hover {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-new-login .business-box .button-container button .btn-label.btn-dropbox:after {
  background-image: url("../images/button_upload_db.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-new-login .business-box .button-container button .btn-label.btn-dropbox:after {
        background-image: url("../images/button_upload_db_2x.png");
    background-size: 26px 26px;
	}
}

.page-template-page-new-login .business-box .button-container button:hover .btn-label:after {
  background-image: url("../images/button_right_arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.page-template-page-new-login .business-box .button-container button:hover .btn-label:after {
        background-image: url("../images/button_right_arrow_2x.png");
    background-size: 26px 26px;
	}
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .business-box .button-container {
    width: 100%;
	}
}

@media screen and (min-width:48em) {
	.page-template-page-new-login .business-box .btn-cont {
		position: absolute;
		bottom: 30px;
    left: 45px;
	}

	.community-matters .business-box .btn-cont {
		position: relative;
		bottom: inherit;
    left: inherit;
	}
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-new-login .business-box .btn-cont {
    left: 20px;
	}
}

.page-template-page-new-login .business-box .box-thumbnail {
	margin: 0;
	padding: 0;
	width: 100%;
  max-height: 190px;
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-new-login .business-box .box-thumbnail {
    max-height: none;
	}
}

.page-template-page-new-login .business-box .box-thumbnail img {
  width: 100%;
}

.page-template-page-new-login .business-box .box-content {
  padding: 50px 45px;
}

.page-template-page-new-login .business-box .box-content img {
  max-height: 63px;
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .business-box .box-content {
    padding: 20px;
	}
}

.page-template-page-new-login .business-box {
  padding: 28px;
}

@media screen and (min-width:80em) {
	.page-template-page-new-login .business-box .btn-cont {
		position: absolute;
		bottom: 10px;
		left: inherit;
    width: 293px;
	}
}

@media (min-width:415px) and (max-width:768px) {
	.page-template-page-new-login .business-box .btn-cont {
        left: 0px;
    bottom: 0px;
	}
}

.page-template-page-new-login .business-box img {
  max-width: 74px;
}

.page-template-page-new-login .business-box:first-of-type {
  border-top-color: #00ADEE;
  /*
  		img {
  			margin-bottom: 19px;
  		}
  */
}

.page-template-page-new-login .business-box:nth-of-type(2) {
  border-top-color: #03c07c;
}

.page-template-page-new-login .business-box:nth-of-type(3) {
  border-top-color: #000036;
}

.page-template-page-new-login .business-box h3 {
	font-size: 22px;
  line-height: 1.27;
}

.page-template-page-new-login .business-box {
	position: relative;
	min-height: 505px;
  padding-bottom: 20px;
}

.page-template-page-new-login .business-box a {
	position: absolute;
  bottom: 20px;
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .business-box a {
    position: relative;
	}
}

.page-template-page-new-login .login p {
	margin-bottom: 0;
	transform: translateY(110%);
	color: #fff;
	text-align: right;
	margin-right: 2.4em;
  font-size: 24px;
}

@media screen and (max-width:48em) {
	.page-template-page-new-login .login p {
		transform: none;
		margin-bottom: 0;
		text-align: left;
		margin-right: 0;
    font-size: 18px;
	}
}

.page-template-page-new-login .employee-login .unit {
  padding: 20px 0 !important;
}

@media (min-width:1281px) and (max-width:1480px) {
	.page-template-page-new-login #hero-owl .owl-item div .slide-content {
		padding: 27px 53px;
    max-height: 537px;
}
}

.module-quote-block .quote-block {
    background: white;
	height: 648px;
	text-align: center;
	position: relative;
	border-radius: .5em;
  margin: 30px auto;
}

.module-quote-block .quote-block:first-child {
  margin-top: 0;
}

.module-quote-block .quote-block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:48em) {
	.module-quote-block .quote-block {
    display: -ms-flexbox;
		display: flex;
    -ms-flex-direction: column;
		flex-direction: column;
		width: 88%;
    height: auto;
	}
}

.module-quote-block .quote-block:after {
	content: " ";
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
  background: #f0f0f0;
}

@media screen and (max-width:48em) {
	.module-quote-block .quote-block:after {
    background: none;
	}
}

.module-quote-block .quote-block h3 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 32px;
  line-height: 42px;
}

.module-quote-block .quote-block .quote .image-circle {
	overflow: hidden;
	width: 180px;
	height: 180px;
	border-radius: 180px;
	margin-bottom: 50px;
  margin-top: 22px;
}

@media screen and (max-width:48em) {
	.module-quote-block .quote-block .quote .image-circle {
		margin: 40px 0 30px;
		width: 140px;
		height: 140px;
    border-radius: 50%;
	}
}

.module-quote-block .quote-block .quote h3 {
    font-family: "Whitman", sans-serif;
	line-height: 24px;
	font-size: 24px;
	margin-bottom: 0;
  margin-top: 30px;
}

.module-quote-block .quote-block .column {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
  padding: 0 5em;
}

@media screen and (max-width:48em) {
	.module-quote-block .quote-block .column {
		float: none!important;
		clear: both!important;
        top: initial;
    transform: none;
	}
}

.module-quote-block .quote-block .column p {
	font-size: 22px;
  line-height: 32px;
}

.module-quote-block .quote-block .column.quote p {
	font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width:48em) {
	.module-quote-block .quote-block .column.quote:before {
		height: 1px;
		display: block;
		width: 112%;
		margin-left: -6%;
		background: #ddd;
    content: '';
	}
}

.module-quote-block .quote-block .column.quote h3+p {
	font-size: 16px;
  line-height: 22px;
}

.module-quote-block .quote-block.column-reverse .column:first-of-type {
  float: right;
}

.module-video-callouts .callouts .column {
    background: white;
  position: relative;
}

@media screen and (max-width:48em) {
	.module-video-callouts .callouts .column {
    background: none;
	}
}

@media screen and (max-width:30em) {
	.module-video-callouts .callouts .column+.column {
    margin-top: 50px !important;
	}
}

.module-video-callouts .callouts .video-thumb {
  position: relative;
}

.module-video-callouts .callouts .video-thumb img {
  width: 100%;
}

.module-video-callouts .callouts .video-thumb .btn-cont {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
    margin-top: 0 !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
  width: 200px !important;
}

.module-video-callouts .callouts .callout-text {
	padding: 30px;
    background: white;
  min-height: 260px;
}

@media screen and (max-width:30em) {
	.module-video-callouts .callouts .callout-text {
    min-height: 108px;
	}
}

.module-video-callouts .callouts .callout-text h3 {
    font-family: "Proxima Nova", sans-serif;
	font-size: 22px;
  line-height: 36px;
}

.unit.feature.snapshot {
  padding-top: 0;
}

.unit.feature.snapshot .column:nth-of-type(2) {
	border: 1px solid #c4c4c4;
  border-width: 0 1px;
}

@media screen and (max-width:30em) {
	.unit.feature.snapshot .column:nth-of-type(2) {
		border-width: 1px 0;
    padding: 25px 0;
	}
}

@media screen and (max-width:48em) {
    .unit.feature.snapshot .column:nth-of-type(1) {
    padding-bottom: 25px;
	}
}

@media screen and (max-width:48em) {
	.unit.feature.snapshot .column:nth-of-type(3) {
    padding-top: 0;
	}
}

@media screen and (max-width:30em) {
	.unit.feature.snapshot .column:nth-of-type(3) {
    padding-top: 25px;
	}
}

.unit.feature.snapshot h4 {
    font-family: "Whitman Display Light", Georgia, Times, serif;
	color: #008ad0;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: .6px;
	text-align: center;
    font-weight: normal;
	text-transform: lowercase;
  margin-bottom: 15px;
}

.unit.feature.snapshot p {
	font-size: 16px;
	line-height: 28px;
  text-align: center;
}

@media (min-width:415px) and (max-width:1024px) {
	.unit.feature.snapshot .column {
		width: 33%!important;
    margin-right: 0% !important;
	}
}

@media (min-width:415px) and (max-width:1024px) {
	.unit.feature.snapshot .column:nth-of-type(2) {
    padding: 0 2%;
	}
}

/************************************** Academy Page Mobile Styling *************************************/
.academy .container .unit.fifths .column {
  width: 89%;
}

.academy #hero-owl-fa-program .slide-content ul li {
    padding: 0;
    margin: 0;
    text-indent: 0;
  padding-left: 28px;
}

.academy #hero-owl-fa-program .slide-content ul li:before {
    margin-right: 20px;
    margin-left: -28px;
  padding-right: 0;
}

@media (max-width:480px) {
	.academy .-light-gray-container.container .unit.feature {
		padding: 0 0 69px;
		max-width: 273px;
    margin: auto;
	}

	.academy .-light-gray-container .unit.feature .column h2 {
		font-size: 22px;
		line-height: 36px;
		padding-bottom: 10px;
    margin: 0;
	}

	.academy .unit.feature p {
    margin-bottom: 0;
	}

	.academy .fifths .column {
    height: auto;
	}

	.academy .-light-gray-container .unit.fifths .column h4 {
		position: relative;
		line-height: 28px;
    margin-bottom: 0;
	}

	.academy .fifths .column#slider-two-slide-one h4 {
    bottom: 30px;
	}

	.academy .fifths .column#slider-two-slide-two h4 {
    bottom: 64px;
	}

	.academy .fifths .column#slider-two-slide-three h4 {
    bottom: 94px;
	}

	.academy .fifths .column#slider-two-slide-four h4 {
    bottom: 124px;
	}

	.academy .fifths .column#slider-two-slide-five h4 {
    bottom: 154px;
	}

	.academy .container .unit.fifths {
		max-width: 100%;
		overflow-x: scroll;
    padding: 0 24px 32px;
	}

	.academy .container .unit.fifths table {
        width: calc(5 * 273px);
		height: 177px;
    margin: 0;
	}

	.academy .container .unit.fifths table tr:last-of-type {
    display: none;
	}

	.academy .container .unit.fifths table td {
		padding: 0;
    vertical-align: bottom;
	}

	.academy .container .unit.hero-slider {
    padding: 10px 0 0;
	}

	.academy #hero-owl-fa-program .slide-content {
		position: relative;
		width: 100%;
    padding: 35px 24px 20px;
	}

	.academy #hero-owl-fa-program .img-cont img {
		width: 100%;
		height: 105px;
		object-fit: cover;
    object-position: 0 -100px;
	}

	.academy #hero-owl-fa-program h2,
    .academy #hero-owl-fa-program p,
    .academy #hero-owl-fa-program .slide-content ul {
		line-height: 28px;
		margin-bottom: 20px;
    font-size: 18px;
	}

	.academy #hero-owl-fa-program h2 {
    font-size: 22px;
	}

	.academy #hero-owl-fa-program .slide-content ul li {
    margin-bottom: 0;
	}

	.owl-carousel .owl-stage {
    margin-bottom: 27px;
	}

	.academy .quote-block {
		min-width: 87%;
		padding: 40px 16px;
    margin: 0 auto 30px;
	}

    .container .unit.halves.quote-block .column,
    .container .unit.halves.callouts .column {
		padding: 0;
    margin: 0;
	}

	.academy .quote-block h3 {
		font-size: 24px;
		line-height: 42px;
    margin-bottom: 10px;
	}

	.academy .quote-block .column.quote:before {
		-display: none;
		margin: 40px 0 0 -16px;
    width: calc(100% + 32px);
	}

	.academy .quote-block .quote .image-circle {
		-border-top: 1px solid #ddd;
		margin: 40px 0 30px;
    border-radius: 0;
	}

	.academy .quote-block .quote h3 {
		margin-top: 25px;
    line-height: 28px;
	}

	.academy .quote-block.column-reverse {
    -ms-flex-direction: column;
        flex-direction: column;
	}

	.academy section .btn-cont.white {
		width: 150px!important;
		margin: 21% auto!important;
    top: 0;
	}

	.academy .btn-cont.white.internal button {
		line-height: 40px;
		height: 40px;
    padding-bottom: 0;
	}

	.academy .callouts .video-thumb {
    overflow: hidden;
	}

	.academy .callouts .video-thumb img {
		border: 1px solid #444;
		object-fit: cover;
    object-position: center;
	}

	.academy .callouts .callout-text {
    padding: 26px 16px;
	}

	.academy .callouts .callout-text h3 {
		font-size: 18px;
		line-height: 28px;
		text-align: center;
    width: 100%;
	}

	.academy .callouts .callout-text p {
    display: none;
	}
}
/************************************** Global Footprint Page Mobile Styling *************************************/
@media (max-width:480px) {
    .page-template-page-global-footprint .dots-header {
    padding: 60px 24px !important;
    }

    .page-template-page-global-footprint .dots-header h2:before {
    margin: 0 auto 23px;
    }

    .page-template-page-global-footprint .unit.feature h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 25px;
    padding-top: 0;
    }

    .page-template-page-global-footprint .unit.feature.lg-centered.dots-header p {
        font-size: 18px;
    line-height: 28px;
    }

    .page-template-page-global-footprint .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-group {
        margin-left: 23px;
    margin-bottom: 18px;
    }

    .page-template-page-global-footprint section:nth-of-type(3) .unit.halves {
    padding: 74px 24px 60px !important;
    }

    .page-template-page-global-footprint .unit.halves .column {
        padding: 0;
    margin: 0;
    }

    .page-template-page-global-footprint .unit.halves .column h2 {
        font-size: 30px;
        line-height: 36px;
    margin-bottom: 30px;
    }

    .page-template-page-global-footprint .container .unit.halves .column.margin-top {
    margin-top: 43px;
    }

    .page-template-page-global-footprint section:nth-of-type(3) .column.margin-top h2 {
    line-height: 30px;
    }

    .page-template-page-global-footprint .btn-cont.medium {
    margin-bottom: 30px;
    }

    .page-template-page-global-footprint .btn-cont.medium button {
        height: 40px;
    padding: 0;
    }

    .page-template-page-global-footprint address {
        width: 240px;
        padding: 40px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 0 auto;
    display: block;
    }

    .page-template-page-global-footprint .number-of-employees {
        border: 0;
        width: 100%;
        padding: 40px 0 0;
    margin: 0;
    }

    .page-template-page-global-footprint .number-of-employees span {
        line-height: 47px;
        font-size: 40px;
    margin-bottom: 0;
    }

    .page-template-page-global-footprint .unit.feature h3.icon.icon.gym:before,
    .page-template-page-global-footprint .unit.feature h3.icon.icon.commute:before,
    .page-template-page-global-footprint .unit.feature h3.icon.icon.health:before {
        background-size: 74px 74px;
        width: 74px;
    height: 74px;
    }

    .page-template-page-global-footprint .unit.feature h3.icon {
        padding-top: 92px;
    margin-bottom: 10px;
    }

    .page-template-page-global-footprint .container .unit.thirds .column.icon-blurb {
    margin: 0 0 40px;
    }

    .page-template-page-global-footprint .container .unit.thirds .column.icon-blurb:last-of-type {
    margin: 0;
    }

    .page-template-page-global-footprint section:nth-of-type(4) {
    padding-bottom: 0;
    }

    .page-template-page-global-footprint section:nth-of-type(5) {
    padding: 60px 24px 52px;
    }

    .page-template-page-global-footprint section:nth-of-type(5) .unit {
    padding: 0;
    }

    .page-template-page-global-footprint .owl-theme .owl-dots {
    margin-top: -20px !important;
    }

    .page-template-page-global-footprint .location .owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
    }

    .page-template-page-global-footprint section:nth-of-type(5) .owl-carousel {
        width: calc(100% + 48px);
    margin-left: -24px;
    }

    .page-template-page-global-footprint section:nth-of-type(5) .owl-carousel .owl-stage-outer {
    z-index: -1;
    }

    .page-template-page-global-footprint .location-slider {
        padding: 0;
    border: 0;
    }

    .page-template-page-global-footprint section:nth-of-type(5) .location-slider h3 {
        padding-top: 50px;
        line-height: 36px !important;
    margin-bottom: 13px;
    }

    .page-template-page-global-footprint section:nth-of-type(5) .location-slider p {
    margin-bottom: 10px;
    }

    .page-template-page-global-footprint .location-slider .btn-cont {
    margin-bottom: 40px;
    }

    .page-template-page-global-footprint .location-slider .number-of-employees {
    margin-left: 0;
    }

    .page-template-page-global-footprint .unit.feature.halves .column {
    margin-bottom: 80px;
    }
}
/************************************** Secondary Header Mobile Mobile Styling *************************************/
@media (max-width: 480px) {
    .page-banner {
    height: 80px;
    }

    .unit.banner h1.dotted-underline {
        font-size: 26px !important;
    line-height: 32px !important;
    }
}
/************************************** Community Matters Page Mobile Styling *************************************/
@media (max-width: 480px) {
	.page-template-page-community-matters #hero-owl .owl-item div .slide-content.slide-left {
		padding: 22px 24px 46px;
    margin: 0;
	}

	.page-template-page-community-matters .button-container .learn-more-link {
		margin: 0;
		font-size: 18px;
    line-height: 26px;
	}

	.page-template-page-community-matters .-light-gray-container {
    padding: 50px 24px 60px;
	}

	.page-template-page-community-matters section:first-of-type .unit.feature.lg-centered {
    padding: 0;
	}

	.page-template-page-community-matters h2.dotted-underline {
		padding: 0 0 10px;
		margin-bottom: 40px;
		font-size: 30px!important;
    line-height: 36px !important;
	}

	.page-template-page-community-matters .snapshot h4 {
		font-size: 64px;
		line-height: 76px;
    margin-bottom: 0;
	}

	.page-template-page-community-matters .snapshot p {
		font-size: 18px;
		line-height: 22px;
    margin-bottom: 10px;
	}

	.page-template-page-community-matters .snapshot .column {
    margin: 0 !important;
	}

	.page-template-page-community-matters .snapshot .column:nth-of-type(2) {
    padding: 40px 0 25px;
	}

	.page-template-page-community-matters .unit.feature.thirds {
    padding-bottom: 0;
	}

	.page-template-page-community-matters .-med-dark-container {
    padding: 60px 24px !important;
	}

	.page-template-page-community-matters .container.-med-dark-container h2.dotted-headline {
		padding: 0;
		font-size: 30px;
		line-height: 28px;
		padding-bottom: 10px;
    margin-bottom: 60px;
	}

	.page-template-page-community-matters .quote-block {
		padding: 50px 16px 25px;
    margin: 0 0 20px;
	}

	.page-template-page-community-matters .quote-block img {
		width: 80px;
		height: 80px;
    margin-bottom: 20px;
	}

	.page-template-page-community-matters .quote-block h3 {
		font-size: 24px;
		line-height: 42px;
    margin-bottom: 10px;
	}

	.page-template-page-community-matters .quote-block p {
    line-height: 28px;
	}

	.page-template-page-community-matters .quote-block .snapshot {
		margin-top: 50px;
    padding-top: 30px;
	}

	.page-template-page-community-matters .quote-block .snapshot h4 {
		font-size: 40px;
    line-height: 47px;
	}

	.page-template-page-community-matters .quote-block .snapshot p {
		line-height: 22px;
    margin-bottom: 7px;
	}

	.page-template-page-community-matters .quote-block .snapshot .column:nth-of-type(2) {
    padding: 30px 0 25px;
	}

	.page-template-page-community-matters .snapshot .column:nth-of-type(3) {
    padding-top: 30px;
	}

	.page-template-page-community-matters .quote-block:nth-of-type(2) h3,
	.page-template-page-community-matters .quote-block:nth-of-type(3) h3 {
    line-height: 28px;
	}

	.page-template-page-community-matters .quote-block .btn-cont.dark.internal {
		margin: 20px 0 0;
    width: 100% !important;
	}

	.btn-cont.dark.internal button {
    font-size: 14px;
	}

	.page-template-page-community-matters .quote-block:nth-of-type(2) .snapshot {
    margin-top: 40px;
	}

	.page-template-page-community-matters .quote-block:nth-of-type(3) {
    padding-bottom: 60px;
	}

	.page-template-page-community-matters .quote-block:nth-of-type(4) {
    padding-bottom: 35px;
	}

	.page-template-page-community-matters section:nth-of-type(3) .unit.feature.lg-centered.businesses.dots-header {
    padding: 60px 24px !important;
	}

	.page-template-page-community-matters section:nth-of-type(3) .dots-header h2:before {
    margin-bottom: 13px;
	}

	.page-template-page-community-matters section:nth-of-type(3) .dots-header .column h2.centered-title {
		font-size: 30px;
		line-height: 36px;
    margin-bottom: 16px;
	}

	.page-template-page-community-matters section:nth-of-type(3) .dots-header h2+p {
		font-size: 18px!important;
		line-height: 28px!important;
    margin-bottom: 0;
	}

	.page-template-page-community-matters section:nth-of-type(3) .unit.feature.thirds {
    padding-top: 0;
	}

	.page-template-page-community-matters .unit.feature.thirds .business-box {
    padding: 30px 24px 40px;
	}

	.page-template-page-community-matters .business-box:first-of-type img {
    margin-bottom: 23px;
	}

	.page-template-page-community-matters .business-box h3 {
		line-height: 28px;
    margin-bottom: 20px;
	}

	.page-template-page-community-matters .business-box p {
    margin-bottom: 10px;
	}

	.page-template-page-community-matters .business-box .btn-cont.dark.internal {
    margin-bottom: 0;
	}

	.page-template-page-community-matters .unit.feature.thirds .business-box:nth-of-type(2) {
    padding: 40px 24px;
	}

	.page-template-page-community-matters .business-box:nth-of-type(2) img {
    margin-bottom: 30px;
	}

	.page-template-page-community-matters .unit.feature.thirds .business-box:nth-of-type(3) {
    padding: 37px 24px 30px;
	}

	.page-template-page-community-matters .business-box:nth-of-type(3) img {
    margin-bottom: 26px;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type {
    padding: 40px 24px !important;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type .unit {
    padding: 0;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type .unit.halves .column {
		padding: 0;
    margin: 0;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type .unit.halves .login p {
    text-align: center;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type .unit.halves .btn-cont.white.internal {
    margin: 10px 0 0;
	}
}
/************************************** Working Here Page Styling For Video Sections *************************************/
.page-template-page-working-here .videos {
  max-width: 100%;
}

.page-template-page-working-here .unit.videos {
  padding: 0 0 50px;
}

.page-template-page-working-here .owl-stage-outer,
#wht-owl-slider {
	max-width: 1100px;
  margin: auto;
}

.unit.videos .video-code {
    position: relative;
    width: 95%;
  padding-top: 50%;
}

.unit.videos .video-code img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  height: 100%;
}

.unit.videos .all-videos-link {
    display: none;
    margin-right: 0;
  padding-top: 0;
}

.unit.videos .video-code:before {
    background-image: url(/wp-content/uploads/2017/08/play_button.png);
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
  z-index: 1;
}

.unit.videos .video-code:hover:before {
  z-index: -1;
}

.unit.videos .video-caption {
    -display: none;
    position: absolute;
    background-color: #008AD0;
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding: 27px;
    max-width: 100%;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
  transition: all 0.4s;
}

.unit.videos .video-code:hover .video-caption {
  top: 0;
}

@media (max-width: 768px) {
    .unit.videos .video-caption {
    display: none;
    }
}
/************************************** Japanese Overview Header Reconstruction Styling *************************************/
.page-template-page-japan #hero-owl .owl-item .img-cont:before {
    content: "";
    display: block;
    width: 45%;
    height: 80%;
    background: rgba(0, 74, 128, 0.9);
    z-index: 1;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  right: 0;
}

.page-template-page-japan #hero-owl .owl-item div .slide-content {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    background: transparent;
    padding: 0 2%;
    overflow: hidden;
  max-height: 500px;
}

.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
    font-size: 3.5vw !important;
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    width: 70%;
  margin: 50px auto 20px;
}

.page-template-page-japan #hero-owl .owl-item div .slide-content p {
    font-size: 1.5vw !important;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #fff;
  line-height: 25px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .page-template-page-japan #hero-owl .owl-item div .slide-content p {
    line-height: 20px;
    }

    .page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
    margin: 10px auto 20px;
    }
}

.page-template-page-japan #hero-owl .owl-item img {
    height: 57vw;
  object-fit: cover;
}

/************************************** Front Page Circle Responsive Styling *************************************/
.home #hero-owl .owl-item div .slide-content h1 {
    font-size: 3.5vw !important;
  margin-bottom: 30px;
}

.home #hero-owl .owl-item div .slide-content p {
  font-size: 1.5vw !important;
}

@media (max-width:480px) {
	.owl-carousel .owl-stage-outer {
    -overflow-y: visible;
	}

	.home #hero-owl .owl-item div .slide-content,
	.page-template-page-japan #hero-owl .owl-item div .slide-content {
		overflow: visible;
		height: 100%;
		width: 100%;
		max-height: inherit;
		padding: 0 16px;
    transform: translateY(-50%) !important;
	}

	.home #hero-owl .owl-item div .slide-content h1,
	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
		margin: 55px auto 110px!important;
		font-size: 34px!important;
    width: 200px;
	}

	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
		margin: 105px auto 75px!important;
    font-size: 25px !important;
	}

	.home #hero-owl .owl-item div .slide-content p,
	.page-template-page-japan #hero-owl .owl-item div .slide-content p {
		font-size: 18px!important;
		line-height: 24px!important;
		padding: 0 0 60px;
		width: 100%;
		color: #58585b;
    display: block;
	}

	.home section.container:first-of-type,
	.page-template-page-japan section.container:first-of-type {
    /*border-top: 1px solid #ddd;*/
	}

	.home section.container:first-of-type .unit.feature,
	.page-template-page-japan section.container:first-of-type .unit.feature {
    margin-top: 10px;
	}

	.owl-carousel .owl-item img {
		min-height: 273px;
    object-fit: cover;
	}

	.home #hero-owl .owl-item .img-cont:before,
	.page-template-page-japan #hero-owl .owl-item .img-cont:before {
		top: 3.5vh;
		width: 220px;
		height: 220px;
    transform: none;
	}
}

@media (min-width:480px) and (max-width:768px) {
	.owl-carousel .owl-stage-outer {
    -overflow: visible;
	}

	.home #hero-owl .owl-item div .slide-content,
	.page-template-page-japan #hero-owl .owl-item div .slide-content {
		overflow: visible;
		margin-top: -35px;
		height: 100%;
		width: 100%;
		max-height: inherit;
		padding: 0 16px;
    transform: translateY(-50%) !important;
	}

	.home #hero-owl .owl-item div .slide-content h1,
	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
		margin: 0 auto 175px!important;
		font-size: 54px!important;
    width: 300px;
	}

	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
    font-size: 41px !important;
	}

	.home #hero-owl .owl-item div .slide-content p,
	.page-template-page-japan #hero-owl .owl-item div .slide-content p {
		font-size: 18px!important;
		line-height: 24px!important;
		padding-bottom: 60px;
		width: 100%;
    color: #58585b;
	}

	.home section.container:first-of-type,
	.page-template-page-japan section.container:first-of-type {
		-margin-top: 260px;
    /*border-top: 1px solid #ddd;*/
	}

	.home section.container:first-of-type .unit.feature,
	.page-template-page-japan section.container:first-of-type .unit.feature {
    margin-top: 0;
	}

	.owl-carousel .owl-item img {
		min-height: 440px;
    object-fit: cover;
	}

	.home #hero-owl .owl-item .img-cont:before,
	.page-template-page-japan #hero-owl .owl-item .img-cont:before {
		top: 5.5vh;
		width: 360px;
		height: 360px;
    transform: none;
	}
}
/********************************* Front Page Video Play Button Styling Fixes as Per Page Proofer ********************************/
.home .btn-cont.white.watch {
    position: absolute;
    top: calc(50% - 52px);
  margin-left: calc(50% - 100px);
}

/************************************** Top Menu No Scrollable Issue as Per Page Proofer *************************************/
@media (max-width: 1024px) {
    body.no-scroll {
    overflow: hidden !important;
    }

    nav.nav-open {
        overflow: scroll;
        top: 120px !important;
        height: 100vh;
        position: fixed;
    padding-bottom: 120px;
    }
}

@media (min-width: 1024px) {
    nav.nav-open {
        position: fixed;
    top: 120px !important;
  }
    }
/************************************** Front Page Video Section Working Here Styling *************************************/
header button.apply-now:after {
  /*transition: all 1s ease !important;*/
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program),
.page-template-page-working-here .owl-carousel {
  position: relative;
}

.page-template-page-job-category:not(#hero-owl-fa-program) .owl-carousel:not(#hero-owl-fa-program) .owl-stage,
.page-template-page-job-category .owl-carousel.owl-drag:not(#hero-owl-fa-program) .owl-item {
  -width: 100% !important;
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content.slide-left,
.page-template-page-working-here .owl-item div .slide-content.slide-left {
    left: 0;
  right: 33%;
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .slide-content,
.page-template-page-working-here .slide-content {
    position: absolute;
    width: 33%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    left: 33%;
    right: 0;
    z-index: 2;
    background: #fff;
    padding: 73px 53px;
    overflow: hidden;
    max-height: 575px;
  border-radius: 5px;
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content h1,
.page-template-page-working-here .owl-item div .slide-content h1 {
    text-align: left;
    line-height: 1.0833;
    font-size: 3em;
  color: #004a80;
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content p,
.page-template-page-working-here .owl-item div .slide-content p {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    color: #58585b;
    font-size: 22px;
  line-height: 30px;
}

.page-template-page-job-category .owl-item div {
  -position: relative;
}

#hero-owl-fa-program.owl-carousel .owl-item img {
  width: auto !important;
}

@media screen and (max-width: 80em) {

    .page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content h1,
    .page-template-page-working-here .owl-item div .slide-content h1 {
        font-size: 32px;
    margin-bottom: .4em;
    }
}

@media screen and (max-width: 64em) {

    .page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content,
    .page-template-page-working-here .owl-item div .slide-content {
    padding: 40px;
    }

    .page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content p,
    .page-template-page-working-here .owl-item div .slide-content p {
        font-size: 16px;
    line-height: 22px;
    }
}

@media screen and (max-width: 48em) {

    .page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content,
    .page-template-page-working-here .owl-item div .slide-content {
        width: 100%;
        padding: 10% 20px;
        margin-top: 0;
        top: 0;
        transform: translateY(0);
        left: 0;
        max-height: none;
        position: relative;
    margin-top: 5%;
    }
}

@media screen and (max-width: 30em) {

    .page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content p,
    .page-template-page-working-here .owl-item div .slide-content p {
    display: none;
    }
}

@media (max-width:480px) {
	.home section.container:nth-of-type(2) .unit {
    padding-bottom: 0;
	}

	.pull-up {
    margin-top: -70px;
    }
}
/************************************** Owl Carousel Navigation Arrow Styling *************************************/
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  left: 0;
}

.owl-nav .owl-prev {
    float: left;
    text-align: left;
  background-image: url(../images/left_slider_arrow.png) !important;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent !important;
    background-size: 100% !important;
    width: 50px;
    height: 50px;
  margin: 40px;
	}

.owl-nav .owl-next {
    float: right;
    text-align: right;
  background-image: url(../images/right_slider_arrow.png) !important;
}

/************************************** Life at Point72 Blog Styling Styling *************************************/
.external-url:after {
	position: absolute;
    content: '';
	background-image: url(../images/external.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
	margin-left: 15px;
  margin-top: 0px;
}

article.type-post {
    max-width: 1100px;
    margin: 100px auto;
  overflow: hidden;
}

article.type-post img {
  height: auto;
}

article.type-post .content-wrapper {
    width: 77.7%;
    float: left;
  padding-right: 11.2%;
}

article.type-post h1 {
    font-size: 36px;
    line-height: 42px;
    color: #004A80;
  font-family: Whitman Display Light,Georgia,Times,serif;
}

article.type-post aside.post-sidebar {
    width: 22.3%;
  float: right;
}

article.type-post aside.post-sidebar .widget {
    padding-top: 30px;
    font-size: 18px;
  line-height: 28px;
}

article.type-post aside.post-sidebar #share.widget {
    padding: 13px 0 30px;
  border-bottom: 1px solid #ddd;
}

article.type-post aside.post-sidebar #share.widget span,
article.type-post aside.post-sidebar #share.widget i {
    margin-right: 20px;
    font-size: 14px;
    line-height: 12px;
  color: #58585B;
}

article.type-post aside.post-sidebar .widget .widget-title {
    font-size: 14px;
  font-weight: bold;
}

article.type-post aside.post-sidebar #share.widget i {
  font-size: 16px;
}

article.type-post aside.mobile-only {
  display: none;
}

.single .site-footer {
  clear: both;
}

.blog .blog-listing .thumb-cont {
  height: 125px;
}

.accordion ul.submenu {
  display: block;
}

span.accordion-title {
    display: block;
    width: 100%;
    line-height: 2em;
    border-bottom: 1px solid #c4c4c4;
  color: #004a80;
}

@media (max-width:768px) {
	.single .container .unit.banner.halves .column:nth-child(odd) {
		padding: 0;
    margin: 0;
	}

	.single .container .unit.banner.halves .column:last-of-type {
		float: right;
		padding: 0;
		width: 0;
    height: 0;
	}

	.single .container .unit.banner.halves .column .close-button {
		color: transparent;
    width: 0;
	}

	.single .container .unit.banner.halves .column .close-button:after {
		color: #58585b;
		top: -8px;
    right: 0px;
	}

	article.type-post {
    margin: 40px 24px 60px;
	}

	article.type-post .unit {
    padding: 0;
	}

    article.type-post aside.post-sidebar,
    article.type-post .content-wrapper {
		width: 100%;
		float: none;
    padding-right: 0;
	}

	article.type-post h1 {
		margin-bottom: 20px;
		font-size: 30px;
    line-height: 38px;
	}

	article.type-post .content-wrapper p {
		line-height: 26px;
    margin-bottom: 40px;
	}

	article.type-post .post-thumb {
    margin: 40px 0;
	}

	article.type-post aside.mobile-only {
    display: block;
	}

	article.type-post aside.post-sidebar #archive-date {
    padding-top: 0;
	}

	article.type-post aside.post-sidebar .widget .widget-title {
		font-size: 14px;
        font-weight: bold;
		line-height: 28px;
    margin-bottom: 0;
	}

	article.type-post aside:not(.mobile-only) .widget#share {
		padding: 30px 0 0;
		border-top: 1px solid #ddd;
    border-bottom: 0;
	}

	article.type-post aside:not(.mobile-only) .widget:not(#share) {
    display: none;
	}
}
/************************************** General Video Overlay Styling *************************************/
.video-overlay {
    background: rgba(0, 75, 128, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  right: 0;
}

/************************************** Academy Page Mobile Styling *************************************/
.academy .container .unit.fifths .column {
  width: 89%;
}

.academy #hero-owl-fa-program .slide-content ul li {
	padding: 0;
	margin: 0;
	text-indent: 0;
  padding-left: 28px;
}

.academy #hero-owl-fa-program .slide-content ul li:before {
	margin-right: 20px;
	margin-left: -28px;
  padding-right: 0;
}

@media (max-width:480px) {
	.academy .-light-gray-container.container .unit.feature {
		padding: 0 0 69px;
		max-width: 273px;
    margin: auto;
	}

	.academy .-light-gray-container .unit.feature .column h2 {
		font-size: 22px;
		line-height: 36px;
		padding-bottom: 10px;
    margin: 0;
	}

	.academy .unit.feature p {
    margin-bottom: 0;
	}

	.academy .fifths .column {
    height: auto;
	}

	.academy .-light-gray-container .unit.fifths .column h4 {
		position: relative;
		line-height: 28px;
    margin-bottom: 0;
	}

	.academy .fifths .column#slider-two-slide-one h4 {
    bottom: 30px;
	}

	.academy .fifths .column#slider-two-slide-two h4 {
    bottom: 64px;
	}

	.academy .fifths .column#slider-two-slide-three h4 {
    bottom: 94px;
	}

	.academy .fifths .column#slider-two-slide-four h4 {
    bottom: 124px;
	}

	.academy .fifths .column#slider-two-slide-five h4 {
    bottom: 154px;
	}

	.academy .container .unit.fifths {
		max-width: 100%;
		overflow-x: scroll;
    padding: 0 24px 32px;
	}

	.academy .container .unit.fifths table {
        width: calc(5 * 273px);
		height: 177px;
    margin: 0;
	}

	.academy .container .unit.fifths table tr:last-of-type {
    display: none;
	}

	.academy .container .unit.fifths table td {
		padding: 0;
    vertical-align: bottom;
	}

	.academy .container .unit.hero-slider {
    padding: 10px 0 0;
	}

	.academy #hero-owl-fa-program .slide-content {
		position: relative;
		width: 100%;
    padding: 35px 24px 20px;
	}

	.academy #hero-owl-fa-program .img-cont img {
		width: 100%;
		height: 105px;
		object-fit: cover;
    object-position: 0 -100px;
	}

	.academy #hero-owl-fa-program h2,
    .academy #hero-owl-fa-program p,
    .academy #hero-owl-fa-program .slide-content ul {
		line-height: 28px;
		margin-bottom: 20px;
    font-size: 18px;
	}

	.academy #hero-owl-fa-program h2 {
    font-size: 22px;
	}

	.academy #hero-owl-fa-program .slide-content ul li {
    margin-bottom: 0;
	}

	.owl-carousel .owl-stage {
    margin-bottom: 27px;
	}

	.academy section:nth-of-type(5) {
		padding: 60px 0;
    padding-bottom: 0;
	}

	.academy .quote-block {
		min-width: 87%;
		padding: 40px 16px;
    margin: 0 auto 30px;
	}

    .container .unit.halves.quote-block .column,
    .container .unit.halves.callouts .column {
		padding: 0;
    margin: 0;
	}

	.academy .quote-block h3 {
		font-size: 24px;
		line-height: 42px;
    margin-bottom: 10px;
	}

	.academy .quote-block .column.quote:before {
		-display: none;
		margin: 40px 0 0 -16px;
    width: calc(100% + 32px);
	}

	.academy .quote-block .quote .image-circle {
		-border-top: 1px solid #ddd;
		margin: 40px 0 30px;
    border-radius: 0;
	}

	.academy .quote-block .quote h3 {
		margin-top: 25px;
    line-height: 28px;
	}

	.academy .quote-block.column-reverse {
    -ms-flex-direction: column;
        flex-direction: column;
	}

	.academy section .btn-cont.white {
		width: 150px!important;
		margin: 21% auto!important;
		margin-left: calc(50% - 80px)!important;
    top: 0;
	}

	.academy section.container.-light-gray-container.video-feature .btn-cont.white {
    top: 0 !important;
	}

	.academy .btn-cont.white.internal button {
		line-height: 40px;
		height: 40px;
    padding-bottom: 0;
	}

	.academy .callouts .video-thumb {
    overflow: hidden;
	}

	.academy .callouts .video-thumb img {
		border: 1px solid #444;
		object-fit: cover;
    object-position: center;
	}

	.academy .callouts .callout-text {
    padding: 26px 16px;
	}

	.academy .callouts .callout-text h3 {
		font-size: 18px;
		line-height: 28px;
		text-align: center;
    width: 100%;
	}

	.academy .callouts .callout-text p {
    display: none;
	}
}
/************************************** Global Footprint Page Mobile Styling *************************************/
@media (max-width:480px) {
	.page-template-page-global-footprint .dots-header {
    padding: 60px 24px !important;
	}

	.page-template-page-global-footprint .dots-header h2:before {
    margin: 0 auto 23px;
	}

	.page-template-page-global-footprint .unit.feature h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 25px;
    padding-top: 0;
	}

	.page-template-page-global-footprint .unit.feature.lg-centered.dots-header p {
		font-size: 18px;
    line-height: 28px;
	}

	.page-template-page-global-footprint .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-group {
		margin-left: 23px;
    margin-bottom: 18px;
	}

	.page-template-page-global-footprint section:nth-of-type(3) .unit.halves {
    padding: 74px 24px 60px !important;
	}

	.page-template-page-global-footprint .unit.halves .column {
		padding: 0;
    margin: 0;
	}

	.page-template-page-global-footprint .unit.halves .column h2 {
		font-size: 30px;
		line-height: 36px;
    margin-bottom: 30px;
	}

	.page-template-page-global-footprint .container .unit.halves .column.margin-top {
    margin-top: 43px;
	}

	.page-template-page-global-footprint section:nth-of-type(3) .column.margin-top h2 {
    line-height: 30px;
	}

	.page-template-page-global-footprint .btn-cont.medium {
    margin-bottom: 30px;
	}

	.page-template-page-global-footprint .btn-cont.medium button {
		height: 40px;
    padding: 0;
	}

	.page-template-page-global-footprint address {
		width: 240px;
		padding: 40px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin: 0 auto;
    display: block;
	}

	.page-template-page-global-footprint .number-of-employees {
		border: 0;
		width: 100%;
		padding: 40px 0 0;
    margin: 0;
	}

	.page-template-page-global-footprint .number-of-employees span {
		line-height: 47px;
		font-size: 40px;
    margin-bottom: 0;
	}

    .page-template-page-global-footprint .unit.feature h3.icon.icon.gym:before,
	.page-template-page-global-footprint .unit.feature h3.icon.icon.commute:before,
	.page-template-page-global-footprint .unit.feature h3.icon.icon.health:before {
		background-size: 74px 74px;
		width: 74px;
    height: 74px;
	}

	.page-template-page-global-footprint .unit.feature h3.icon {
		padding-top: 92px;
    margin-bottom: 10px;
	}

	.page-template-page-global-footprint .container .unit.thirds .column.icon-blurb {
    margin: 0 0 40px;
	}

	.page-template-page-global-footprint .container .unit.thirds .column.icon-blurb:last-of-type {
    margin: 0;
	}

	.page-template-page-global-footprint section:nth-of-type(4) {
    padding-bottom: 0;
	}

	.page-template-page-global-footprint section:nth-of-type(5) {
    padding: 60px 24px 52px;
	}

	.page-template-page-global-footprint section:nth-of-type(5) .unit {
    padding: 0;
	}

	.page-template-page-global-footprint .owl-theme .owl-dots {
    margin-top: -20px !important;
	}

	.page-template-page-global-footprint .location .owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
	}

	.page-template-page-global-footprint section:nth-of-type(5) .owl-carousel {
		width: calc(100% + 48px);
    margin-left: -24px;
	}

	.page-template-page-global-footprint section:nth-of-type(5) .owl-carousel .owl-stage-outer {
    z-index: -1;
	}

	.page-template-page-global-footprint .location-slider {
		padding: 0;
    border: 0;
	}

	.page-template-page-global-footprint section:nth-of-type(5) .location-slider h3 {
		padding-top: 50px;
		line-height: 36px!important;
    margin-bottom: 13px;
	}

	.page-template-page-global-footprint section:nth-of-type(5) .location-slider p {
    margin-bottom: 10px;
	}

	.page-template-page-global-footprint .location-slider .btn-cont {
    margin-bottom: 40px;
	}

	.page-template-page-global-footprint .location-slider .number-of-employees {
    margin-left: 0;
	}

	.page-template-page-global-footprint .unit.feature.halves .column {
    margin-bottom: 80px;
	}
}
/************************************** Secondary Header Mobile Mobile Styling *************************************/
@media (max-width:480px) {
	.page-banner {
    height: 80px;
	}

	.unit.banner h1.dotted-underline {
		font-size: 26px!important;
    line-height: 32px !important;
	}
}
/************************************** Community Matters Page Mobile Styling *************************************/
@media (max-width:480px) {
	.page-template-page-community-matters #hero-owl .owl-item div .slide-content.slide-left {
		padding: 22px 24px 46px;
    margin: 0;
	}

	.page-template-page-community-matters .button-container .learn-more-link {
		margin: 0;
		font-size: 18px;
    line-height: 26px;
	}

	.page-template-page-community-matters .-light-gray-container {
    padding: 50px 24px 60px;
	}

	.page-template-page-community-matters section:first-of-type .unit.feature.lg-centered {
    padding: 0;
	}

	.page-template-page-community-matters h2.dotted-underline {
		padding: 0 0 10px;
		margin-bottom: 40px;
		font-size: 30px!important;
    line-height: 36px !important;
	}

	.page-template-page-community-matters .snapshot h4 {
		font-size: 64px;
		line-height: 76px;
    margin-bottom: 0;
	}

	.page-template-page-community-matters .snapshot p {
		font-size: 18px;
		line-height: 22px;
    margin-bottom: 10px;
	}

	.page-template-page-community-matters .snapshot .column {
    margin: 0 !important;
	}

	.page-template-page-community-matters .snapshot .column:nth-of-type(2) {
    padding: 40px 0 25px;
	}

	.page-template-page-community-matters .unit.feature.thirds {
    padding-bottom: 0;
	}

	.page-template-page-community-matters .-med-dark-container {
    padding: 60px 24px !important;
	}

	.page-template-page-community-matters .container.-med-dark-container h2.dotted-headline {
		padding: 0;
		font-size: 30px;
		line-height: 28px;
		padding-bottom: 10px;
    margin-bottom: 60px;
	}

	.page-template-page-community-matters .quote-block {
		padding: 50px 16px 25px;
    margin: 0 0 20px;
	}

	.page-template-page-community-matters .quote-block img {
		width: 80px;
		height: 80px;
    margin-bottom: 20px;
	}

	.page-template-page-community-matters .quote-block h3 {
		font-size: 24px;
		line-height: 42px;
    margin-bottom: 10px;
	}

	.page-template-page-community-matters .quote-block p {
    line-height: 28px;
	}

	.page-template-page-community-matters .quote-block .snapshot {
		margin-top: 50px;
    padding-top: 30px;
	}

	.page-template-page-community-matters .quote-block .snapshot h4 {
		font-size: 40px;
    line-height: 47px;
	}

	.page-template-page-community-matters .quote-block .snapshot p {
		line-height: 22px;
    margin-bottom: 7px;
	}

	.page-template-page-community-matters .quote-block .snapshot .column:nth-of-type(2) {
    padding: 30px 0 25px;
	}

	.page-template-page-community-matters .snapshot .column:nth-of-type(3) {
    padding-top: 30px;
	}

	.page-template-page-community-matters .quote-block:nth-of-type(2) h3,
	.page-template-page-community-matters .quote-block:nth-of-type(3) h3 {
    line-height: 28px;
	}

	.page-template-page-community-matters .quote-block .btn-cont.dark.internal {
		margin: 20px 0 0;
    width: 100% !important;
	}

	.btn-cont.dark.internal button {
    font-size: 14px;
	}

	.page-template-page-community-matters .quote-block:nth-of-type(2) .snapshot {
    margin-top: 40px;
	}

	.page-template-page-community-matters .quote-block:nth-of-type(3) {
    padding-bottom: 60px;
	}

	.page-template-page-community-matters .quote-block:nth-of-type(4) {
    padding-bottom: 35px;
	}

	.page-template-page-community-matters section:nth-of-type(3) .unit.feature.lg-centered.businesses.dots-header {
    padding: 60px 24px !important;
	}

	.page-template-page-community-matters section:nth-of-type(3) .dots-header h2:before {
    margin-bottom: 13px;
	}

	.page-template-page-community-matters section:nth-of-type(3) .dots-header .column h2.centered-title {
		font-size: 30px;
		line-height: 36px;
    margin-bottom: 16px;
	}

	.page-template-page-community-matters section:nth-of-type(3) .dots-header h2+p {
		font-size: 18px!important;
		line-height: 28px!important;
    margin-bottom: 0;
	}

	.page-template-page-community-matters section:nth-of-type(3) .unit.feature.thirds {
    padding-top: 0;
	}

	.page-template-page-community-matters .unit.feature.thirds .business-box {
    padding: 30px 24px 40px;
	}

	.page-template-page-community-matters .business-box:first-of-type img {
    margin-bottom: 23px;
	}

	.page-template-page-community-matters .business-box h3 {
		line-height: 28px;
    margin-bottom: 20px;
	}

	.page-template-page-community-matters .business-box p {
    margin-bottom: 10px;
	}

	.page-template-page-community-matters .business-box .btn-cont.dark.internal {
    margin-bottom: 0;
	}

	.page-template-page-community-matters .unit.feature.thirds .business-box:nth-of-type(2) {
    padding: 40px 24px;
	}

	.page-template-page-community-matters .business-box:nth-of-type(2) img {
    margin-bottom: 30px;
	}

	.page-template-page-community-matters .unit.feature.thirds .business-box:nth-of-type(3) {
    padding: 37px 24px 30px;
	}

	.page-template-page-community-matters .business-box:nth-of-type(3) img {
    margin-bottom: 26px;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type {
    padding: 40px 24px !important;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type .unit {
    padding: 0;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type .unit.halves .column {
		padding: 0;
    margin: 0;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type .unit.halves .login p {
    text-align: center;
	}

	.page-template-page-community-matters .employee-login .column a {
		display: block;
    text-align: center;
	}

	.page-template-page-community-matters .-med-dark-container:last-of-type .unit.halves .btn-cont.white.internal {
    margin: 10px 0 0;
	}
}
/************************************** Working Here Page Styling For Video Sections *************************************/
.working-here .videos {
  max-width: 100%;
}

.working-here .unit.videos, .page-template-page-academy-stories .unit.videos {
  padding: 0 0 50px;
}

.working-here .oowl-stage-outer,
#wht-owl-slider {
	max-width: 1100px;
  margin: auto;
}

.unit.videos .video-code {
	position: relative;
	width: 95%;
	padding-top: 50%;
  cursor: pointer;
}

.unit.videos .video-code img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
}

.unit.videos .all-videos-link {
	display: none;
	margin-right: 0;
  padding-top: 0;
}

.unit.videos .video-code:before {
	background-image: url(/wp-content/uploads/2017/08/play_button.png);
    content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
  z-index: 1;
}

.unit.videos .video-code:hover:before {
  z-index: -1;
}

.unit.videos .video-caption {
	-display: none;
	position: absolute;
    background-color: #008AD0;
    color: white;
	font-size: 18px;
	line-height: 24px;
	padding: 27px;
	max-width: 100%;
	top: 100%;
	left: 0;
	bottom: 0;
	right: 0;
  transition: all 0.4s;
}

.unit.videos .video-code:hover .video-caption {
  top: 0;
}

@media (max-width:768px) {
	.unit.videos .video-caption {
    display: none;
	}
}
/************************************** Japanese Overview Header Reconstruction Styling *************************************/
.page-template-page-japan #hero-owl .owl-item .img-cont:before {
	content: "";
	display: block;
	width: 45%;
	height: 80%;
    background: rgba(0, 74, 128, 0.9);
	z-index: 1;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
  right: 0;
}

.page-template-page-japan #hero-owl .owl-item div .slide-content {
	position: absolute;
	width: 50%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 2;
	background: transparent;
	padding: 0 2%;
	overflow: hidden;
  max-height: 500px;
}

.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
	font-size: 3.5vw!important;
	text-align: center;
	line-height: 1.2em;
	color: #fff;
	width: 70%;
  margin: 50px auto 20px;
}

.page-template-page-japan #hero-owl .owl-item div .slide-content p {
	font-size: 1.5vw!important;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	color: #fff;
  line-height: 32px;
}

@media (min-width:990px) and (max-width:1200px) {
	.page-template-page-japan #hero-owl .owl-item div .slide-content p {
		font-size: 1.2vw!important;
    line-height: 2 !important;
	}
}

@media (min-width:768px) and (max-width:992px) {
	.page-template-page-japan #hero-owl .owl-item div .slide-content p {
    line-height: 20px;
	}

	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
    margin: 10px auto 20px;
	}
}

.page-template-page-japan #hero-owl .owl-item img {
	height: 57vw;
  object-fit: cover;
}

/************************************** Front Page Circle Responsive Styling *************************************/
.home #hero-owl .owl-item div .slide-content h1 {
	font-size: 3.5vw!important;
  margin-bottom: 30px;
}

.home #hero-owl .owl-item div .slide-content p {
  font-size: 1.5vw !important;
}

@media (max-width:480px) {
	.owl-carousel .owl-stage-outer {
    overflow-y: visible;
	}

	.page-template-page-japan #hero-owl.owl-carousel .owl-stage-outer {
    min-height: 480px;
	}

	.home #hero-owl .owl-item div .slide-content,
	.page-template-page-japan #hero-owl .owl-item div .slide-content {
		overflow: visible;
		height: 100%;
		width: 100%;
		max-height: inherit;
		padding: 0 16px;
    transform: translateY(-52%) !important;
	}

	.home #hero-owl .owl-item div .slide-content h1,
	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
		margin: 55px auto 110px!important;
		font-size: 34px!important;
    width: 200px;
	}

	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
		margin: 105px auto 75px!important;
		font-size: 25px!important;
    margin-bottom: 100px !important;
	}

	:lang(ja-jp).page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
    margin: 65px auto 75px !important;
	}

	.page-template-page-japan .unit.feature.grid-width.minus-one:first-of-type {
    border-top: none !important;
  }

  .page-template-page-japan .just-after-the-slider {
    /*margin-top: 100px;*/
	}

	.home #hero-owl .owl-item div .slide-content p,
	.page-template-page-japan #hero-owl .owl-item div .slide-content p {
		font-size: 18px!important;
		line-height: 24px!important;
		padding: 0 0 60px;
		width: 100%;
		color: #58585b;
    display: block;
	}

	.home section.container:first-of-type {
    /*border-top: 1px solid #ddd;*/
	}

	.home section.container:first-of-type .unit.feature,
	.page-template-page-japan section.container:first-of-type .unit.feature {
    margin-top: 10px;
	}

	.owl-carousel .owl-item img {
		min-height: 94px;
    object-fit: cover;
	}

  .home .owl-carousel .owl-item img, .page-template-page-japan .owl-carousel .owl-item img {
    min-height: 273px;
	}

	.home #hero-owl .owl-item .img-cont:before,
	.page-template-page-japan #hero-owl .owl-item .img-cont:before {
		top: 3.5vh;
		width: 220px;
		height: 220px;
    transform: none;
	}
}

@media (min-width:480px) and (max-width:768px) {
	.owl-carousel .owl-stage-outer {
    -overflow: visible;
	}

	.home #hero-owl .owl-item div .slide-content,
	.page-template-page-japan #hero-owl .owl-item div .slide-content {
		overflow: visible;
		margin-top: -85px;
		height: 100%;
		width: 100%;
		max-height: inherit;
		padding: 0 16px;
    transform: translateY(-53%) !important;
	}

	.page-template-page-japan #hero-owl .owl-item div .slide-content {
    transform: none !important;
	}

	.home #hero-owl .owl-item div .slide-content h1,
	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
		margin: 0 auto 175px!important;
		font-size: 54px!important;
    width: 300px;
	}

	.page-template-page-japan #hero-owl .owl-item div .slide-content h1 {
    font-size: 41px !important;
	}

	.home #hero-owl .owl-item div .slide-content p,
	.page-template-page-japan #hero-owl .owl-item div .slide-content p {
		font-size: 18px!important;
		line-height: 24px!important;
		padding-bottom: 60px;
		width: 100%;
    color: #58585b;
	}

	.home section.container:first-of-type,
	.page-template-page-japan section.container:first-of-type {
		-margin-top: 260px;
    /*border-top: 1px solid #ddd;*/
	}

	.home section.container:first-of-type .unit.feature,
	.page-template-page-japan section.container:first-of-type .unit.feature {
    margin-top: 0;
	}

	.owl-carousel .owl-item img {
		min-height: 440px;
    object-fit: cover;
	}

	.home #hero-owl .owl-item .img-cont:before,
	.page-template-page-japan #hero-owl .owl-item .img-cont:before {
		top: 5.5vh;
		width: 360px;
		height: 360px;
    transform: none;
	}
}
/********************************* Front Page Video Play Button Styling Fixes as Per Page Proofer ********************************/
.home .btn-cont.white.watch {
	position: absolute;
	top: calc(50% - 52px);
  margin-left: calc(50% - 100px);
}

@media (max-width:767px) {
	.btn-cont.white.watch {
    margin-left: calc(50% - 150px) !important;
	}
}
/************************************** Top Menu No Scrollable Issue as Per Page Proofer *************************************/
@media (max-width:1024px) {
	body.no-scroll {
    overflow: hidden !important;
	}

	nav.nav-open {
		overflow: scroll;
		top: 120px!important;
		height: 100vh;
		position: fixed;
    padding-bottom: 120px;
	}
}

@media (min-width:1024px) {
	nav.nav-open {
		position: fixed;
    top: 120px !important;
	}
}
/************************************** Front Page Video Section Working Here Styling *************************************/
header button.apply-now:after {
  /*transition: all 0s ease !important;*/
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program),
.page-template-page-working-here .owl-carousel {
  position: relative;
}

.page-template-page-job-category:not(#hero-owl-fa-program) .owl-carousel:not(#hero-owl-fa-program) .owl-stage,
.page-template-page-job-category .owl-carousel.owl-drag:not(#hero-owl-fa-program) .owl-item {
  -width: 100% !important;
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content.slide-left,
.page-template-page-working-here .owl-item div .slide-content.slide-left {
	left: 0;
  right: 33%;
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .slide-content,
.page-template-page-working-here .slide-content {
	position: absolute;
	width: 33%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	left: 33%;
	right: 0;
	z-index: 2;
	background: #fff;
	padding: 73px 53px;
	overflow: hidden;
	max-height: 575px;
  border-radius: 5px;
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content h1,
.page-template-page-working-here .owl-item div .slide-content h1 {
	text-align: left;
	line-height: 1.0833;
	font-size: 3em;
  color: #004a80;
}

.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content p,
.page-template-page-working-here .owl-item div .slide-content p {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	color: #58585b;
	font-size: 22px;
  line-height: 30px;
}

.page-template-page-job-category .owl-item div {
  -position: relative;
}

#hero-owl-fa-program.owl-carousel .owl-item img {
  width: auto !important;
}

@media screen and (max-width:80em) {

	.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content h1,
	.page-template-page-working-here .owl-item div .slide-content h1 {
		font-size: 32px;
    margin-bottom: .4em;
	}
}

@media screen and (max-width:64em) {

	.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content,
	.page-template-page-working-here .owl-item div .slide-content {
    padding: 40px;
	}

	.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content p,
	.page-template-page-working-here .owl-item div .slide-content p {
		font-size: 16px;
    line-height: 22px;
	}
}

@media screen and (max-width:48em) {

	.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content,
	.page-template-page-working-here .owl-item div .slide-content {
		width: 100%;
		padding: 10% 20px;
		margin-top: 0;
		top: 0;
		transform: translateY(0);
		left: 0;
		max-height: none;
		position: relative;
    margin-top: 5%;
	}
}

@media screen and (max-width:30em) {

	.page-template-page-job-category .owl-carousel:not(#hero-owl-fa-program) .owl-item div .slide-content p,
	.page-template-page-working-here .owl-item div .slide-content p {
    display: none;
	}
}

@media (max-width:480px) {
	.home section.container:nth-of-type(2) .unit {
    padding-bottom: 0;
	}

	.pull-up {
    margin-top: -70px;
	}
}
/************************************** Owl Carousel Navigation Arrow Styling *************************************/
.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
  left: 0;
}

.owl-nav .owl-prev {
	float: left;
	text-align: left;
  background-image: url(../images/left_slider_arrow.png) !important;
}

.owl-theme .owl-nav [class*=owl-] {
	background-color: transparent!important;
	background-size: 100%!important;
	width: 50px;
	height: 50px;
  margin: 40px;
}

.owl-nav .owl-next {
	float: right;
	text-align: right;
  background-image: url(../images/right_slider_arrow.png) !important;
}

/************************************** Life at Point72 Blog Styling Styling *************************************/
/*

.external-url:after {
    position: absolute;
    content: '';
    background-image: url(../../uploads/2017/08/external.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-left: 15px;
    margin-top: 5px;
}
*/
article.type-post {
	max-width: 1100px;
	margin: 100px auto;
  overflow: hidden;
}

article.type-post img {
  height: auto;
}

article.type-post .content-wrapper {
	width: 77.7%;
	float: left;
  padding-right: 11.2%;
}

article.type-post h1 {
	font-size: 36px;
	line-height: 42px;
    color: #004A80;
  font-family: Whitman Display Light,Georgia,Times,serif;
}

article.type-post aside.post-sidebar {
	width: 22.3%;
  float: right;
}

article.type-post aside.post-sidebar .widget {
	padding-top: 30px;
	font-size: 18px;
  line-height: 28px;
}

article.type-post aside.post-sidebar #share.widget {
	padding: 13px 0 30px;
  border-bottom: 1px solid #ddd;
}

article.type-post aside.post-sidebar #share.widget span,
article.type-post aside.post-sidebar #share.widget i {
	margin-right: 20px;
	font-size: 14px;
	line-height: 12px;
  color: #58585B;
}

article.type-post aside.post-sidebar .widget .widget-title {
	font-size: 14px;
  font-weight: bold;
}

article.type-post aside.post-sidebar #share.widget i {
  font-size: 16px;
}

article.type-post aside.mobile-only {
  display: none;
}

.single .site-footer {
  clear: both;
}

.blog .blog-listing .thumb-cont {
  height: 125px;
}

.accordion ul.submenu {
  display: block;
}

span.accordion-title {
	display: block;
	width: 100%;
	line-height: 2em;
	border-bottom: 1px solid #c4c4c4;
  color: #004a80;
}

@keyframes spinner {
    0% {
    transform: rotate(0deg);
    }

    25% {
    transform: roatate(90deg);
}

    50% {
    transform: rotate(180deg);
}

    75% {
    transform: rotate(270deg);
}

    100% {
    transform: rotate(360deg);
}
}

.spinner-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
	opacity: 1;
    top: 0;
    left: 0;
    background: #cac8c8;
    display: none;
}

.spinner-icon {
    background-image: url(../images/Loading....png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    left: 49%;
    margin-left: -25px;
    top: 48%;
    margin-top: -25px;
    animation: spinner 2s infinite;
    transform: rotate(0deg);
    display: none;
}

.spinner-text {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -155px;
    width: 310px;
    color: #078CCB;
    font-size: 22px;
    display: none;
}

.spinner {
	background-image: url(../images/Loading....png);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	left: 65%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
    animation: spinner 2s infinite;
	transform: rotate(0deg);
  display: none;
}

@media (max-width:768px) {
	.spinner {
    left: 50%;
	}

	.single .container .unit.banner.halves .column:nth-child(odd) {
		padding: 0;
    margin: 0;
	}

	.single .container .unit.banner.halves .column:last-of-type {
		float: right;
		padding: 0;
		width: 0;
    height: 0;
	}

	.single .container .unit.banner.halves .column .close-button {
		color: transparent;
    width: 0;
	}

	.single .container .unit.banner.halves .column .close-button:after {
		color: #58585b;
        top: 0px;
    right: 0px;
	}

	article.type-post {
    margin: 40px 24px 60px;
	}

	article.type-post .unit {
    padding: 0;
	}

    article.type-post aside.post-sidebar,
    article.type-post .content-wrapper {
		width: 100%;
		float: none;
    padding-right: 0;
	}

	article.type-post h1 {
		margin-bottom: 20px;
		font-size: 30px;
    line-height: 38px;
	}

	article.type-post .content-wrapper p {
		line-height: 26px;
    margin-bottom: 40px;
	}

	article.type-post .post-thumb {
    margin: 40px 0;
	}

	article.type-post aside.mobile-only {
    display: block;
	}

	article.type-post aside.post-sidebar #archive-date {
    padding-top: 0;
	}

	article.type-post aside.post-sidebar .widget .widget-title {
		font-size: 14px;
        font-weight: bold;
		line-height: 28px;
    margin-bottom: 0;
	}

	article.type-post aside:not(.mobile-only) .widget#share {
		padding: 30px 0 0;
		border-top: 1px solid #ddd;
    border-bottom: 0;
	}

	article.type-post aside:not(.mobile-only) .widget:not(#share) {
    display: none;
	}
}
/************************************** General Video Overlay Styling *************************************/
.video-overlay {
	background: rgba(0, 75, 128, 0);
	position: absolute;
	top: 0;
	bottom: -2px;
	left: 0;
	right: 0;
	cursor: pointer;
  transition: all 1s;
}

.video-overlay:hover,
.btn-hover {
  background: rgba(0, 75, 128, 0.7);
}

.video-overlay:hover {
  background: rgba(0, 75, 128, 0.7);
}

.video-overlay.no-overlay {
  background: rgba(0, 75, 128, 0) !important;
}

.video-overlay:hover+.btn-cont.white.watch {
  background: #00acf2;
}

.video-overlay:hover+.btn-cont.white.watch button {
	background: #00acf2;
	color: #fff;
	box-shadow: inset 0 0 0 1px #fff;
  box-shadow: none;
}

.video-overlay:hover+.btn-cont.white.watch button .btn-icon:after {
  background-image: url(../images/button_right_arrow_white.png);
}

.video-overlay:hover+.btn-cont.white.watch.internal button .btn-icon:after {
  background-image: url(../images/button_watch.png);
}

.pull-up {
  position: relative;
}

/* overlay */
.cubist #modal-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  z-index: 10000000000000001;
}
.cubist #modal {
	border-radius: 5px;
	width: 823px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background: white;
	text-align: center;
  color: #808285;
}
.cubist #modal h3 {
	display: block;
  text-align: left;
}
.cubist #modal > div {
  padding: 60px;
}
.cubist #close-x {
	float: right;
	font-size: 72px;
	margin: 30px 20px 0 0;
	font-weight: lighter;
  cursor: pointer;
}
.cubist #modal h3 {
	width: 470px;
    font-weight: normal;
	font-size: 36px;
  line-height: 1.2em;
}

.cubist .gform_body label {
    font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
  font-weight: 300 !important;
}

.cubist .gform_body label .gfield_required {
  color: #00acf2;
}

.cubist .ginput_container input[type="text"] {
	width: 470px;
	line-height: 2em;
	margin-bottom: 40px;
  font-size: 22px;
}

.cubist .gform_footer {
	margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width:580px) {
  .cubist #modal {
		width: 90%;
		height: auto;
		max-width: 90%;
    margin-top: 50px;
	}
  .cubist #modal > div {
    padding: 40px;
	}
  .cubist #modal div.btn-cont.dark.mail {
    max-width: 210px;
	}
  .cubist #modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
    min-height: 1rem;
	}
  .cubist #modal .gform_wrapper textarea.medium {
		height: 80px;
    width: 100%;
	}
  .cubist #close-x {
    margin-top: 50px;
	}
  .cubist #modal h3 {
		width: 80%;
    font-size: 30px;
	}

    .cubist .ginput_container input[type="text"] {
		width: 90%
	}
}

.page-template-page-flexible-content .fullpad {
    padding: 0;
    margin-top: -20px
}

.page-template-page-flexible-content p.midpar {
	text-align: center;
    font-size: 22px !important;
    line-height: 32px !important;
    color: #58585b !important
}

.diversity .fullpad:first-of-type {
    padding: 100px 0
}

.supporter-logos p {
    font-size: 22px !important;
    text-align: center
}

.ghc2019 section.container.tight.fullpad {
	padding-top: 0
}

.ghc2019 .unit.feature.lg-centered.dots-header {
    padding-bottom: 0
}

.number-of-employees {
    display: none !important
}

.page-template-page-global-footprint address {
    text-align: left
}

footer .legal-copy {
    visibility: hidden;
    opacity: 0;
    display: none
}

@media (max-width: 480px) {
    .academy #hero-owl-fa-program .img-cont img {
        height: auto !important
	}
}

.page-template-page-new-login .business-box.login-box a {
    position: relative !important
}

.page-template-page-new-login .business-box a#partner-link-1 {
	position: absolute;
    bottom: 20px
}

@media (min-width: 481px) {
    .page-template-page-new-login .unit.feature.thirds {
        transform: translateX(0)
	}
}

.login-box {
    margin: 0 auto !important;
    float: none !important;
    clear: none !important
}

.page-template-page-new-login .business-box h3 {
    width: 100%
}

.single .content-wrapper section.container {
    padding-bottom: 40px
}

.page-id-2823 section>h2 {
    display: none
}

.single.single-post footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none !important
}

.single.single-post footer li {
    list-style-type: none !important;
		padding-left: 0;
	position: relative;
    list-style-position: outside;
	overflow: hidden
}

.mi-internships section.container:nth-of-type(1) {
    padding-bottom: 0
}

.mi-internships section.container:nth-of-type(2) {
    padding-top: 0;
		padding-bottom: 0
	}

.canvas-callout .p1 {
    font-size: 20px
}

.canvas-hero .offset-block {
    max-width: 80%;
    margin-top: 40px
}

.contact-callout .p1 {
    margin-top: 20px
}

.hoverColor:hover{
    filter: invert(42%) sepia(80%) saturate(2507%) hue-rotate(174deg) brightness(88%) contrast(101%);
}
.search-button:active{
    filter: invert(42%) sepia(80%) saturate(2507%) hue-rotate(174deg) brightness(88%) contrast(101%)!important;
}

.input-with-icon {
  /* causes absolute icon div to be positioned correctly */
  position: relative;

  width: 100%;
  height: 3.2rem;
  box-sizing: border-box;
  margin-bottom: 3.2rem;
}

.input-with-icon .form-control {
    height: 100%;
    width: 100%;
    padding-right: 3.65rem;
    box-sizing: border-box;
}

.input-with-icon .icon {
  position: absolute;

  right: 0.3rem;
  top: 0.3rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.3rem;

  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.search-button {
    all : initial !important;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

:root {
  --black: #000000;
  --colorsneutralsgray-medium: #5a5a5c;
  --colorsthemeaccent: #fdb71a;
  --colorsthemebackground: #f6f2ed;
  --colorsthemebody-copy: #0e2127;
  --colorsthemeprimary: #03c07c;
  --colorsthemeprimary--dark: #11294a;
  --colorsthemesecondary: #9fc0cb;
  --colorsthemetertiary: #008ad0;
  --rock-blue: #9ec0ca;
  --white: #ffffff;

  --font-size-l: 26px;
  --font-size-m: 20px;
  --font-size-s: 17px;
  --font-size-xl: 32px;
  --font-size-xs: 14px;
  --font-size-xxl: 40px;
  --font-size-xxs: 13px;

  --font-family-bryant_pro-bold: "Bryant Pro-Bold", Helvetica;
  --font-family-calibre-light: "Calibre-Light", Helvetica;
  --font-family-calibre-regular: "Calibre-Regular", Helvetica;
  --font-family-financier_display-light: "Financier Display-Light", Helvetica;
  --font-family-financier_text-regular: "Financier Text-Regular", Helvetica;
  --font-family-helvetica_neue-regular: "Helvetica Neue-Regular", Helvetica;
  --font-family-itc_franklin_gothic-book: "ITC Franklin Gothic-Book", Helvetica;
  --font-family-itc_franklin_gothic-demi: "ITC Franklin Gothic-Demi", Helvetica;
  --font-family-itc_franklin_gothic-regular: "ITC Franklin Gothic-Regular", Helvetica;
  --font-family-malabar-regular: "Malabar-Regular", Helvetica;
  --font-family-trade_gothic_lt_com-bold: "Trade Gothic LT Com-Bold", Helvetica;
  --font-family-trade_gothic_lt_com-boldcondensed_no__20: "Trade Gothic LT Com-BoldCondensed No. 20", Helvetica;
}
.calibre-light-white-13px {
  color: var(--white);
  font-family: var(--font-family-calibre-light);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 300;
}

.itcfranklingothic-book-normal-pampas-14px {
  color: var(--colorsthemebackground);
  font-family: var(--font-family-itc_franklin_gothic-book);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.tradegothicltcom-bold-white-20px {
  font-family: var(--font-family-trade_gothic_lt_com-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.tradegothicltcom-bold-white-20px-2 {
  color: var(--white);
  font-family: var(--font-family-trade_gothic_lt_com-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.calibre-light-rock-blue-20px {
  color: var(--rock-blue);
  font-family: var(--font-family-calibre-light);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.itcfranklingothic-demi-normal-black-17px {
  color: var(--black);
  font-family: var(--font-family-itc_franklin_gothic-demi);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.itcfranklingothic-regular-normal-pampas-17px {
  color: var(--colorsthemebackground);
  font-family: var(--font-family-itc_franklin_gothic-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.itcfranklingothic-book-normal-black-15px {
  color: var(--black);
  font-family: var(--font-family-itc_franklin_gothic-book);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.itcfranklingothic-book-normal-black-14px {
  color: var(--black);
  font-family: var(--font-family-itc_franklin_gothic-book);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.helveticaneue-regular-normal-pampas-16px {
  color: var(--colorsthemebackground);
  font-family: var(--font-family-helvetica_neue-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.tradegothicltcom-boldcondensedno-20-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-trade_gothic_lt_com-boldcondensed_no__20);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.tradegothicltcom-boldcondensedno-20-bold-mirage-14px {
  color: var(--colorsthemebody-copy);
  font-family: var(--font-family-trade_gothic_lt_com-boldcondensed_no__20);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.itcfranklingothic-demi-normal-bahama-blue-32px {
  color: var(--colorsthemeprimary);
  font-family: var(--font-family-itc_franklin_gothic-demi);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.itcfranklingothic-book-normal-mirage-14px {
  color: var(--colorsthemebody-copy);
  font-family: var(--font-family-itc_franklin_gothic-book);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.calibre-light-white-13px-2 {
  font-family: var(--font-family-calibre-light);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 300;
}

.calibre-light-rock-blue-13px {
  color: var(--rock-blue);
  font-family: var(--font-family-calibre-light);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 300;
}

.itcfranklingothic-demi-normal-chicago-17px {
  color: var(--colorsneutralsgray-medium);
  font-family: var(--font-family-itc_franklin_gothic-demi);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.tradegothicltcom-bold-white-64px {
  color: var(--white);
  font-family: var(--font-family-trade_gothic_lt_com-bold);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}

.tradegothicltcom-boldcondensedno-20-bold-white-40px {
  color: var(--white);
  font-family: var(--font-family-trade_gothic_lt_com-boldcondensed_no__20);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.tradegothicltcom-bold-white-80px {
  color: var(--white);
  font-family: var(--font-family-trade_gothic_lt_com-bold);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
}

.itcfranklingothic-demi-normal-white-17px {
  color: var(--white);
  font-family: var(--font-family-itc_franklin_gothic-demi);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.border-1px-colorsthemesecondary {
  border: 1px solid var(--colorsthemesecondary);
}


.group-245 {
  align-items: flex-start;
  align-self: center;
  display: flex;
  flex-direction: column;
  margin-left: 4.0px;
  margin-top: 56px;
  min-height: 1993px;
  width: 1070px;
  z-index: 2;
}

.open-roles {
  color: var(--colorsthemebody-copy);
  font-family: var(--font-family-trade_gothic_lt_com-boldcondensed_no__20);
  font-size: 38px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.address {
  height: 24px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 24px;
  white-space: nowrap;
}

.overlap-group3 {
  height: 897px;
  position: relative;
  width: 1550px;
  z-index: 1;
}

.rectangle-752 {
  background-color: var(--colorsthemebackground);
  height: 417px;
  left: 0;
  position: absolute;
  top: 480px;
  width: 1511px;
}

.background {
  background-color: var(--colorsthemebody-copy);
  height: 291px;
  left: 0;
  position: absolute;
  top: 192px;
  width: 1500px;
}

.careers-job-listings-boxedrop-downs-multi-selected .overlap-group3 {
  height: 897px;
  position: relative;
  width: 1550px;
  z-index: 1;
}

.rectangle-752 {
  background-color: var(--colorsthemebackground);
  height: 417px;
  left: 0;
  position: absolute;
  top: 480px;
  width: 1511px;
}

.frame-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 217px;
  min-height: 205px;
  position: absolute;
  top: 207px;
  width: 1066px;
}

.text-17 {
  color: var(--white);
  font-family: var(--font-family-trade_gothic_lt_com-boldcondensed_no__20);
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 92px;
  min-height: 92px;
  white-space: nowrap;
}

.subhead {
  color: var(--white);
  font-family: var(--font-family-financier_text-regular);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 38px;
  margin-top: 37px;
  min-height: 76px;
  width: 1066px;
}

.rectangle-741 {
  background-color: var(--colorsthemebody-copy);
  height: 207px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1550px;
}

.filter-by {
  height: 24px;
  left: 217px;
  letter-spacing: 0;
  line-height: 24px;
  position: absolute;
  top: 603px;
  white-space: nowrap;
}

.remove-all-filters {
  height: 24px;
  left: 1125px;
  letter-spacing: 0;
  line-height: 24px;
  position: absolute;
  top: 603px;
  white-space: nowrap;
}

.custom-paginationjs{
	margin-top: 10%;
	/*right:50%;
	left:50%;*/
	margin-left: 38%;	
    /*transform: translate(-50%, -50%);*/
}

.paginationjs .paginationjs-pages li.active>a{
    background: #fff !important;
    color: #3E3D3D !important;
}
.paginationjs .paginationjs-pages li {
    float: left;
    border: none;
    border-right: none;
    list-style: none;
}

.paginationjs .paginationjs-pages li>a {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    background: #fff;    
    color: #fff !important;
    text-decoration: none;
	font-size: 16px !important;
    text-align: center;
    background: #1C7857!important;
}

.paginationjs .paginationjs-pages li:last-child>a {
    background: transparent !important;
	color: #000000!important;
}

.paginationjs .paginationjs-pages li.disabled>a {
    opacity: 1!important;
    
}

.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a {
    border-radius: 3px 0 0 3px;
    background: transparent !important;
	color: #000000!important;
}

.paginationjs .paginationjs-pages li {
    float: left;
    border: none !important;
    border-right: none;
	margin: 1px;
    list-style: none; 
}

.paginationjs .paginationjs-pages li:last-child {
     border-right: none!important;
    border-radius: 0 3px 3px 0;
}

.cs-jobs-count-container{
	margin-top: 10px !important;
	font-size: 16px !important;
	color:#000000 !important;
}

.searchSite:hover{
	text-decoration: underline;
}
.job-title{
	text-transform: uppercase;
	padding-left: 5px;
}
.ui-datepicker-calendar {
    display: none;
}
