@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
html {
    font-family: "Montserrat", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body,
button,
input,
select,
textarea {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

h2,
h3,
h4 {
    color: #009ed8;
}

h2,
h3 {
    font-weight: normal;
    font-size: 19px;
}

div>h1:first-child,
div>h2:first-child,
div>h3:first-child {
    margin-top: 0
}

p {
    margin-bottom: 1.5em;
    color: #666;
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background: #fff
}

blockquote,
q {
    quotes: "" ""
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0 0 0 1.5em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background: #8dc63f;
    line-height: 1em;
    padding: .4em 1em;
    color: #FFF !important;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3em
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #96cb4f
}

.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    background: #96cb4f
}

.ow-button-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.ow-button-hover:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: #005a82;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in
}

a:visited {
    color: #005a82
}

a:hover,
a:focus,
a:active {
    color: #8dc63f
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

a.file:after {
    content: "\f443";
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    vertical-align: text-bottom;
    font-size: 130%;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .main-navigation {
        margin: 25px 0;
        display: block;
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto
}

@media screen and (max-width: 767px) {
    body.home .entry-content .container {
        overflow: auto;
        padding-top: 3rem;
        height: calc(100vh - 1rem);
    }
    body:not(.home) .entry-content .container {
        padding: 0 1rem 0rem 1rem !important;
    }
    footer .container {
        zoom: 0.75;
    }
}

@media screen and (max-width: 768px) {
    .main-navigation ul {
        position: absolute;
        background: #007ec5;
        left: 0;
        right: 0;
        padding: 15px;
        text-align: center;
        top: 6rem;
    }
    body.small-nav .main-navigation ul {
        top: 4rem;
    }
    .main-navigation ul li {
        margin-bottom: 15px
    }
    .main-navigation ul a {
        display: inline-block;
        width: 100% !important;
        color: #fff;
        max-width: 90% !important;
        line-height: 1.5 !important;
    }
    .main-navigation ul a:after {
        max-width: 230px;
        margin: 0 auto
    }
}

@media screen and (min-width: 769px) {
    .main-navigation li {
        float: left;
        position: relative
    }
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 0.5rem 1rem;
    transition: all 0.5s;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

.main-navigation a[href*="apply-now"] {
    border: 2px solid #fff;
    border-radius: 2rem;
    width: 10rem !important;
    min-width: 10rem !important;
    padding: 0.4rem 0;
}

body.home #panel-2-0-0-1 {
    transform: none !important;
}


/*
.main-navigation a:after {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: url(img/menu-underline.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}
*/

.main-navigation a:hover,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    font-weight: bold;
}

.main-navigation a[href*="apply-now"]:hover,
.main-navigation .current_page_item>a[href*="apply-now"],
.main-navigation .current-menu-item>a[href*="apply-now"],
.main-navigation .current_page_ancestor>a[href*="apply-now"],
.main-navigation .current-menu-ancestor>a[href*="apply-now"] {
    text-shadow: none !important;
    padding: 0.4rem 1rem !important;
    background: rgba(255, 255, 255, 0.2);
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block
}

.menu-toggle {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    outline: none !important;
    background: none !important;
}

@media screen and (min-width: 769px) {
    .menu-toggle {
        display: none
    }
    .main-navigation ul {
        display: block
    }
    .main-navigation ul li+li {
        margin-left: 3ex
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-navigation li {
    display: inline-block;
    margin: 0
}

.footer-navigation li+li:before {
    margin: 0 1ex;
    content: '|';
    color: #fff;
}

.footer-navigation a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer-navigation a:hover {
    color: #000
}

.social-navigation {
    color: #0084a0;
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 0 1ex;
    padding: 0
}

.social-navigation li {
    display: inline-block;
    margin: 0 0.4375em 0 0
}

.social-navigation a {
    border: none;
    border-radius: 50%;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
    text-decoration: none;
    color: #FFF;
    background: #005a82;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.social-navigation a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    content: "\f415";
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

.social-navigation a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216"
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221"
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201"
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225"
}

.social-navigation a[href*="facebook.com"] {
    background: #43619e
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203"
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211"
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226"
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206"
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200"
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215"
}

.social-navigation a[href*="linkedin.com"] {
    background: #0177b5
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208"
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219"
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210"
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224"
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217"
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222"
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220"
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223"
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214"
}

.social-navigation a[href*="twitter.com"] {
    background: #5fa9dd
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202"
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212"
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205"
}

.social-navigation a[href*="youtube.com"] {
    background: #de4f42
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213"
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410"
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515"
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516"
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413"
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

.row:after {
    display: block;
    clear: both;
    content: ''
}

.row+.row {
    margin-top: 3%
}

[class^="col-"] {
    float: left;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

[class^="col-"]:last-child {
    margin-right: 0%
}

.col-1 {
    width: 5.58333%
}

.col-2 {
    width: 14.16667%
}

.col-3 {
    width: 22.75%
}

.col-4 {
    width: 31.33333%
}

.col-5 {
    width: 39.91667%
}

.col-6 {
    width: 48.5%
}

.col-7 {
    width: 57.08333%
}

.col-8 {
    width: 65.66667%
}

.col-9 {
    width: 74.25%
}

.col-10 {
    width: 82.83333%
}

.col-11 {
    width: 91.41667%
}

.col-12 {
    width: 100%
}

.site-header {
    position: relative;
    z-index: 50000 !important;
    width: 100%;
    background: linear-gradient(#007dc6, #00a8e5);
}

.site-header .container {
    position: relative
}

body.small-nav .site-header .custom-logo {
    top: 3px;
}

body.small-nav .site-header {
    height: 64px;
}

@media screen and (min-width: 768px) {
    .site-header {
        z-index: 5;
        position: relative
    }
    .site-header .custom-logo {
        float: left;
        width: auto;
        max-height: 100px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        top: 46px;
        left: 5rem;
        z-index: 100;
    }
    .site-header .container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 25px auto;
        -webkit-transition: margin 0.3s;
        transition: margin 0.3s
    }
}

@media screen and (max-width: 1060px) {
    .site-header .container {
        margin-bottom: 0
    }
}

.site-header .site-branding {
    max-width: 50%
}

body.small-nav #content {
    padding-top: 50px
}

@media screen and (min-width: 768px) {
    body.small-nav .site-header {
        position: fixed;
        left: 0;
        right: 0
    }
    body.small-nav .main-navigation {
        margin: 10px 0 0
    }
    body.small-nav .custom-logo {
        max-height: 50px
    }
    body.small-nav .container {
        margin: 0 auto
    }
}

.site-footer {
    background: #007ec5;
    min-height: 50px;
    text-align: center;
    position: relative;
    z-index: 50000 !important;
}

@media screen and (min-width: 768px) {
    .site-footer .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.site-footer nav {
    margin: 10px 0;
}

.site-footer .footer-navigation {
    float: left;
}

.site-footer .social-navigation {
    float: right;
}

.page-header {
    background: #009ed8 !important;
}

.page-header .container {
    height: 290px;
    width: 100%;
}

.page-header .image {
    display: none
}

@media screen and (min-width: 768px) {
    .page-header {
        height: 290px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .page-header .image {
        display: none;
        height: 290px;
        -webkit-box-flex: 378px;
        -webkit-flex: 378px 0 1;
        -ms-flex: 378px 0 1;
        flex: 378px 0 1
    }
}

.page-header div {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.page-header .title {
    position: relative;
    background-color: #009ed8 !important;
    color: #FFF;
    text-align: left;
    padding: 15px;
    width: 100%;
    padding-top: 6rem;
}

.page-header .title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #009ed8 0%, #009ed8 5%, rgba(0, 158, 216, 0.2) 50%, #009ed8 95%, #009ed8 100%);
}

@media screen and (min-width: 768px) {
    .page-header .title {
        height: 290px
    }
}

.page-header .title h1 {
    position: relative;
    z-index: 10;
    font-size: 31px;
    margin: 0;
    color: #FFF;
    line-height: 1.1
}

.page-header .title h2 {
    position: relative;
    z-index: 10;
    font-weight: normal;
    font-size: 24px;
    margin: 15px 0 0;
    color: #FFF;
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    .page-header .title h1 {
        font-size: 55px
    }
    .page-header .title h2 {
        font-size: 24px
    }
}

body.home {
    overflow: hidden !important;
}

.home .entry-content {
    margin: 0;
    position: relative;
    z-index: 1000;
}

.home .home-feature {
    line-height: 1.1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(to right, #007ec5 0%, #007ec5 45%, rgba(0, 0, 0, 0) 65%);
}

.home .home-feature .so-panel {
    opacity: 1 !important;
}

.home .home-feature h1 {
    color: #FFF;
    margin: 0 0 15px;
    font-size: 31px
}

.home .home-feature h2 {
    color: #fdb913;
    margin: 0;
    font-size: 25px
}

.home .home-feature {
    min-height: -webkit-calc(100vh - 234px);
    min-height: calc(100vh - 234px);
    background-position: center;
    position: relative;
    overflow-y: auto;
}

.home .home-feature h1 {
    font-size: 43px;
    line-height: 49px;
}

.home .home-feature h2 {
    font-size: 25px;
    line-height: 34px;
    color: #fff !important;
    margin-bottom: 2rem;
}

.home .home-feature p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}

.home .home-feature .ow-button-hover {
    border: 2px solid #fff !important;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: none !important;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.5s;
    transform: none !important;
    margin-top: 1rem !important;
}

.home .home-feature .ow-button-hover:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.home .home-feature .panel-grid-cell {
    max-width: 510px;
    position: absolute;
    width: 510px;
    top: 5rem;
}

.home .home-feature .panel-grid-cell>div {
    margin: 0 !important;
}

.page-id-8 .entry-content {
    margin: 0
}

.sticky {
    display: block
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}

@media screen and (min-width: 768px) {
    .page-content,
    .entry-content,
    .entry-summary {
        margin: 4em 0 0
    }
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.entry-content .panel-grid li {
    margin-bottom: 1.5em
}

.panel-grid .so-divider {
    border-color: #dcdcdc
}

.panel-grid .floating-blocks {
    overflow: hidden
}

.panel-grid .floating-blocks>.panel-grid-cell {
    margin-top: -1px
}

.panel-grid .floating-blocks .so-panel {
    margin-bottom: 0 !important;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .panel-grid .floating-blocks .so-panel {
        float: left;
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }
}

.panel-grid .floating-blocks .so-panel:before {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 30px
}

.panel-grid .block-coloured {
    background-color: #0084a0;
    background-position: center;
    color: #FFF;
    padding: 60px 0 90px;
    position: relative
}

.panel-grid .block-coloured:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/blue-gradient.png) repeat-x top
}

.panel-grid .block-coloured .panel-grid-cell {
    position: relative
}

.panel-grid .block-coloured .widget-title {
    text-align: center;
    margin: 15px auto;
    font-size: 30px;
    color: #FFF
}

.panel-grid .block-coloured .block-title {
    font-size: 23px;
    text-align: center
}

.panel-grid .block-coloured .four-blocks {
    text-align: center
}

@media screen and (min-width: 768px) {
    .panel-grid .block-coloured .four-blocks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .panel-grid .block-coloured .four-blocks .panel-grid-cell {
        margin-bottom: 0 !important;
        -webkit-box-flex: 25%;
        -webkit-flex: 25% 0 0;
        -ms-flex: 25% 0 0;
        flex: 25% 0 0
    }
}

.panel-grid .block-coloured .four-blocks .panel-grid-cell:nth-child(1) {
    background: rgba(135, 187, 74, 0.85)
}

.panel-grid .block-coloured .four-blocks .panel-grid-cell:nth-child(2) {
    background: rgba(208, 65, 74, 0.85)
}

.panel-grid .block-coloured .four-blocks .panel-grid-cell:nth-child(3) {
    background: rgba(227, 177, 40, 0.85)
}

.panel-grid .block-coloured .four-blocks .panel-grid-cell:nth-child(4) {
    background: rgba(97, 50, 142, 0.85)
}

.panel-grid .blue-row {
    background: #005a82;
    color: #FFF;
    text-align: center;
    font-size: 23px
}

.panel-grid .blue-row a {
    color: #fdb913
}

.panel-grid .blue-row a:hover {
    color: #FEDC89
}

.panel-grid .blue-row h1 {
    font-size: 55px;
    color: #FFF;
    margin: 0
}

@media screen and (max-width: 767px) {
    .panel-grid .blue-row h1 {
        line-height: 1
    }
}

.panel-grid .blue-row h2 {
    font-weight: normal;
    font-size: 31px;
    margin: 0;
    color: #FFF
}

.panel-grid .blue-row .panel-grid-cell {
    max-width: 840px;
    margin: auto
}

.panel-grid .sow-video-wrapper {
    text-align: center
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}


/*# sourceMappingURL=style.min.css.map */

.staff-member h2 {
    font-weight: 700;
    margin-bottom: 0 !important;
}

.staff-member h3 {
    font-weight: 300;
    margin-bottom: 2rem;
    margin-top: 0;
}

.staff-member p {
    color: #666666 !important;
}

.apply-now-bar-button:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.apply-bar p {
    color: #fff;
    margin: 0 0 -1rem;
    font-size: 24px;
    font-weight: 700;
}

.slider {
    position: absolute;
    width: 100%;
    height: calc(100vh - 234px);
    background: #fff
}

.slider .captions {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    padding: 0 60vw 0 13.5vw;
    padding-top: calc(50vh - 133px);
    background: url("/wp-content/themes/mpi/img/slider-overlay.png") center no-repeat;
    background-size: cover
}

.slider .captions .inner {
    transform: translateY(-50%)
}

.slider .captions .inner h1 {
    color: #9fdaff;
    line-height: 49px;
    font-size: 43px;
    font-weight: 400
}

.slider .captions .inner p {
    color: #ffffff;
    line-height: 34px;
    font-size: 25px;
    font-weight: 400
}

.slider .captions .inner a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border: 2px solid #fff;
    border-radius: 40px;
    transition: all 0.5s
}

.slider .captions .inner a:hover {
    border-color: #ccc #bbb #aaa;
    background: #96cb4f
}

.slider .slides {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60vw;
    z-index: 10
}

.slider .slides .slide {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 58% center !important;
    background-size: cover !important;
    opacity: 0;
    transition: opacity 1s
}

.slider .slides .slide.active {
    opacity: 1 !important
}

@media all and (max-width: 767px) {
    .main-navigation.toggled {
        height: 100vh !important;
    }
    .main-navigation .menu-toggle {
        z-index: 1000 !important;
        top: 2rem !important;
        background: none !important;
    }
    .slider .captions {
        padding-left: 1rem !important;
    }
    .slider .captions .inner {
        max-width: calc(100vw - 2rem) !important;
        min-width: 0 !important;
        width: calc(100vw - 2rem) !important;
        transform: none !important;
        top: 0 !important;
    }
    .slider .captions .inner h1 {
        line-height: 2rem !important;
        font-size: 1.5rem !important;
    }
    .slider .captions .inner p {
        line-height: 1.5rem !important;
        font-size: 1rem !important;
    }
    .slider .captions .inner a {
        font-size: 1rem !important;
        padding: 0.5rem 1rem !important;
    }
    body.home .slider {
        min-height: calc(100vh - 8rem) !important;
        height: calc(100vh - 8rem) !important;
        width: 100vw !important;
    }
    .slider .slides {
        width: 100% !important;
    }
    .site-footer nav {
        margin: 0.5rem auto !important;
    }
    .site-footer .footer-navigation {
        float: none !important;
    }
    .footer-navigation li {
        font-size: 0.5rem !important;
    }
    body.home #pl-2 .panel-grid-cell {
        padding: 0 2rem 0 0 !important;
        position: relative !important;
        top: 0 !important;
        transform: none !important;
    }
    body:not(.home) #pl-2 .panel-grid-cell {
        padding: 14rem 0 0 !important;
    }
}


/* Apply Now page */

.image-cover-row {
    position: relative;
    min-height: 30vw;
}

.image-cover-image-right {
    position: absolute;
    height: 100%;
    width: 50vw;
    left: 50%;
}

.image-cover-image-left {
    position: absolute;
    height: 100%;
    width: 50vw;
    right: 50%;
}

.job-row .so-widget-sow-button a {
    transition: all 0.5s !important;
    cursor: pointer !important;
}

.job-row .so-widget-sow-button a:hover {
    background: rgba(0, 158, 216, 0.2) !important;
    cursor: pointer !important;
}

body {
    overflow-x: hidden;
}

body.home .slider {
    background-color: #007ec5 !important;
}


/* Mobile media queries */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body:not(.home) footer {
        width: 100vw !important;
    }
    body.home footer {
        position: fixed !important;
        bottom: 0 !important;
        width: 100vw !important;
    }
    body.home .site-main .entry-content {
        padding-left: 3rem;
    }
    footer .container {
        height: 7rem;
        padding: 0 2rem;
    }
    .site-content {
        padding-bottom: 0 !important;
    }
    .entry-footer {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #pgc-6-0-0>.panel-cell-style {
        padding: 0 !important;
    }
    #pgc-373-0-0>.panel-cell-style {
        padding: 0 !important;
    }
    .site-content {
        padding-bottom: 0 !important;
    }
    .entry-footer {
        display: none !important;
    }
    .panel-grid .panel-grid-cell-empty {
        display: block !important;
        height: 50vh !important;
    }
    #pgc-12-3-1>.panel-cell-style {
        padding: 0 !important;
    }
    #pgc-12-1-0.panel-grid-cell-empty {
        height: 2rem !important;
    }
    .image-cover-image-left,
    .image-cover-image-right {
        display: block !important;
        width: 92vw !important;
        left: 0 !important;
        height: 50vh !important;
        position: relative !important;
    }
    body:not(.home) footer {
        width: 100vw !important;
    }
    body.home footer {
        position: fixed !important;
        bottom: 0 !important;
        width: 100vw !important;
    }
    body:not(.home) .page-header {
        margin-top: 3rem;
    }
    body,
    html {
        width: 100vw !important;
        height: 100vh !important;
        overflow: hidden !important;
    }
    body.home #page {
        height: 100vh !important;
        width: 100vw !important;
        overflow: hidden !important;
    }
    .site-header .custom-logo {
        zoom: 0.5;
        margin-top: 10px;
        height: 100px !important;
        width: auto !important;
    }
    body.home .site-main .entry-content {
        zoom: 0.75 !important;
        padding: 1rem 0 1rem 1rem !important;
        background: rgba(0, 126, 197, 0.5) !important;
        height: 125vh !important;
    }
    body.home .home-feature {
        margin-right: 0 !important;
        background: none !important;
    }
    body:not(.home) .site-content {
        overflow-y: auto;
        height: 100vh;
    }
    body:not(.home) .site-header {
        position: fixed !important;
        top: 0 !important;
        width: 100vw !important;
    }
    footer .container .social-navigation {
        display: block;
        text-align: center;
        width: 100%;
        float: none;
        margin-top: 0 !important;
    }
    body:not(.home) .page-header .container {
        height: auto !important;
    }
}

body.page-id-12 .main-navigation a[href*="apply-now"] {
	display: none !important;
}

a:focus { outline: none!important; }

