/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 
 * Modified by Left & Right.
 */
/* ==========================================================================
   Table Of Contents
   ========================================================================== */
/*   
   1). Base styles....................................................[`BASE]
   2). Custom styles..................................................[`CSTM]
   3). Helper classes.................................................[`HELP]
   4). Print styles...................................................[`PRNT]
 */
/* ==========================================================================
   Base styles [`BASE]                                                             
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* 
 * Browse Happy prompt    
 */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Functions [`FUNC]
   ========================================================================== */
/* ==========================================================================
   Variables [`VARI]
   ========================================================================== */
/* ==========================================================================
   Mixins [`MIXN]
   ========================================================================== */
/* ==========================================================================
   User Defined Base Styles [`USER]
   ========================================================================== */
html {
  font-size: 18px;
  line-height: 1.5;
}

body {
  background: #313030;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  color: #494a4e;
  padding: 0;
  margin: 0;
}

ul, ul li {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

a,
a:hover,
a:active,
a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

p a {
  font-family: inherit;
  line-height: inherit;
}

/* ==========================================================================
   Typography [`TYPO]
   ========================================================================== */
@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansItalic';
  src: url("../fonts/OpenSans-Italic-webfont.eot");
  src: url("../fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSansSemiBold';
  src: url("../fonts/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?cqde8t");
  src: url("../fonts/icomoon.eot?#iefixcqde8t") format("embedded-opentype"), url("../fonts/icomoon.woff?cqde8t") format("woff"), url("../fonts/icomoon.ttf?cqde8t") format("truetype"), url("../fonts/icomoon.svg?cqde8t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e600";
}

.icon-envelope:before {
  content: "\e601";
}

.icon-arrow-up:before {
  content: "\e609";
}

.icon-arrow-down:before {
  content: "\e60a";
}

.icon-googleplus:before {
  content: "\e602";
}

.icon-facebook:before {
  content: "\e603";
}

.icon-twitter:before {
  content: "\e604";
}

.icon-in:before {
  content: "\e605";
}

.icon-search:before {
  content: "\e606";
}

.icon-arrow-left:before {
  content: "\e607";
}

.icon-linkedin:before {
  content: "\e608";
}

.icon-alone {
  display: inline-block;
  /* Fix for clickability issue in WebKit */
}

.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* ==========================================================================
   Custom styles [`CSTM]
   ========================================================================== */
/* ==========================================================================
   Header [`HEAD]
   ========================================================================== */
header {
  background: #ffffff;
  padding: 28px 0;
}
header ::-webkit-input-placeholder {
  font-size: 1em;
  color: #494a4e;
}
header :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #494a4e;
}
header ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #494a4e;
}
header :-ms-input-placeholder {
  font-size: 1em;
  color: #494a4e;
}

@media screen and (max-width: 992px) {
  header {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 12px 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
  }
}
.logo a {
  color: #074e99;
  display: block;
}
.logo a span {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}
.logo a span.first-child {
  font-size: 42px;
}
.logo a span.last-child {
  padding-left: 16px;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .logo a span {
    vertical-align: none;
  }
  .logo a span.first-child {
    font-size: 32px;
  }
}
.alternate-heading-wrapper {
  background: url("../img/background.webp") center 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .heading-wrapper .container {
    width: 100%;
    padding: 0;
  }
}
.heading {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
  /* IE 5-7 */
  filter: alpha(opacity=33);
  /* Netscape */
  -moz-opacity: 0.33;
  /* Safari 1.x */
  -khtml-opacity: 0.33;
  background: #000000;
  background: rgba(0, 0, 0, 0.33);
}
.heading h2 {
  font-size: 1.66667em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 100px;
  color: #ffffff;
  height: 100px;
}

@media screen and (max-width: 320px) {
  .heading h2 {
    font-size: 1.33333em;
  }
}
.site-nav-wrapper {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
  /* IE 5-7 */
  filter: alpha(opacity=88);
  /* Netscape */
  -moz-opacity: 0.88;
  /* Safari 1.x */
  -khtml-opacity: 0.88;
  background: #074e99;
  background: rgba(7, 78, 153, 0.88);
}

@media screen and (max-width: 992px) {
  .site-nav-wrapper {
    background: #074e99;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .site-nav-wrapper .container {
    width: 100%;
  }
}
ul.site-nav {
  text-align: center;
}
ul.site-nav li {
  font-size: 0.83333em;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
ul.site-nav li.here {
  background: #173859;
  padding: 12px 25px;
  color: #e3e3e3;
}
ul.site-nav li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 12px 25px;
  display: block;
  color: #ffffff;
}
ul.site-nav li a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #173859;
  color: #c5c5c5;
}

@media screen and (max-width: 1199px) {
  ul.site-nav li {
    font-size: 0.66667em;
  }
}
@media screen and (max-width: 992px) {
  ul.site-nav li {
    font-size: 0.83333em;
    display: block;
  }
}
/* ==========================================================================
   Main [`MAIN]
   ========================================================================== */
.main {
  padding: 0px 0 100px 0;
  background: #ffffff;
}

@media screen and (max-width: 992px) {
  .main-page,
  .main {
    padding-top: 59px;
  }
}
.hero-wrapper {
  background: url("../img/background.webp") center center no-repeat;
  background-size: cover;
}
.hero-wrapper .button {
  font-size: 0.88889em;
  margin-top: 50px;
}
.hero-wrapper h2 {
  font-size: 2.66667em;
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
}
.hero-wrapper p {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}

@media screen and (max-width: 568px) {
  .hero-wrapper h2 {
    font-size: 1.88889em;
  }
}
@media screen and (max-width: 480px) {
  .hero-wrapper h2 {
    font-size: 1.66667em;
  }
}
@media screen and (max-width: 384px) {
  .hero-wrapper .button {
    font-size: 0.77778em;
    line-height: 50px;
    height: 50px;
    width: 140px;
  }
  .hero-wrapper h2 {
    font-size: 1.66667em;
  }
  .hero-wrapper p {
    font-size: 0.88889em;
  }
}
@media screen and (max-width: 320px) {
  .hero-wrapper h2 {
    font-size: 1.44444em;
  }
  .hero-wrapper p {
    font-size: 0.77778em;
  }
}
.hero {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
  /* IE 5-7 */
  filter: alpha(opacity=42);
  /* Netscape */
  -moz-opacity: 0.42;
  /* Safari 1.x */
  -khtml-opacity: 0.42;
  background: #000000;
  background: rgba(0, 0, 0, 0.42);
  padding: 90px 0 210px 0;
}

@media screen and (max-width: 568px) {
  .hero {
    padding: 90px 0 152px 0;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    padding: 90px 0 150px 0;
  }
}
.information-wrapper {
  background: #f7f6f3;
  padding-bottom: 30px;
}

.information {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 20px 50px 20px;
  background: #ffffff;
  border-radius: 2px;
  position: relative;
  margin-top: -100px;
}
.information .image-container {
  height: 100px;
}
.information h3 {
  font-size: 1.66667em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  color: #494a4e;
  margin-bottom: 20px;
}
.information ul {
  margin-left: 19px;
  margin-top: 20px;
}
.information ul li {
  list-style-type: square;
  color: #074e99;
}
.information ul li:not(:last-child) {
  margin-bottom: 6px;
}
.information ul li a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88889em;
  color: #074e99;
}
.information ul li a:hover {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #307ed1;
}

@media screen and (max-width: 1199px) {
  .information h3 {
    font-size: 1.33333em;
  }
}
@media screen and (max-width: 992px) {
  .information ul li:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .information h3 {
    font-size: 1.33333em;
  }
}
@media screen and (max-width: 384px) {
  .information h3 {
    font-size: 1.11111em;
  }
  .information ul li a {
    font-size: 0.77778em;
  }
}
.testimonial {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #f7f6f3;
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 20px 36px;
}
.testimonial .image-container {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 6px solid #ffffff;
  margin: 0 auto 15px auto;
  border-radius: 50px;
  overflow: hidden;
  height: 100px;
  width: 100px;
}
.testimonial p {
  font-size: 0.88889em;
  font-family: "OpenSansItalic", "Helvetica Neue", Arial, sans-serif;
  color: #494a4e;
  font-style: italic;
  position: relative;
  line-height: 1.5;
}
.testimonial p span {
  font-family: 'Georgia', serif;
  font-size: 2.77778em;
  position: absolute;
  color: #a8a8a8;
}
.testimonial p span.opening-quote {
  left: -28px;
  top: -8px;
}
.testimonial p span.closing-quote {
  margin-left: 6px;
  height: 30px;
  bottom: 0;
}

.author-block {
  margin-top: 10px;
}
.author-block span {
  text-align: right;
  display: block;
}
.author-block span:first-child {
  font-size: 0.72222em;
  color: #bb0a02;
}
.author-block span:last-child {
  font-size: 0.66667em;
  color: #818181;
}

.testimonials {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  background: #f7f6f3;
}
.testimonials .separator {
  margin: 25px auto 25px auto;
  background: #e5e4e1;
  width: 150px;
}
.testimonials .author-block span {
  text-align: center;
}
.testimonials .author-block span:first-child {
  font-size: 1em;
  margin-bottom: 4px;
}
.testimonials .author-block span:last-child {
  color: #6d6d6d;
}

.testimonial-wrapper {
  width: 300%;
}
.testimonial-wrapper .testimonial {
  -webkit-transition: margin-left 0.5s ease-in-out;
  -moz-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
  box-shadow: none;
  margin-bottom: 0;
  width: 33.33333333333333%;
  float: left;
}
.testimonial-wrapper .testimonial p {
  font-size: 1.11111em;
  text-align: center;
}
.testimonial-wrapper .first.inactive,
.testimonial-wrapper .second.left {
  -webkit-transition: margin-left 0.5s ease-in-out;
  -moz-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
  margin-left: -33.33333333333333%;
}
.testimonial-wrapper .second.inactive {
  -webkit-transition: margin-left 0.5s ease-in-out;
  -moz-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
  margin-left: 0;
}

.testimonial-view {
  overflow: hidden;
}

.indicator {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
}
.indicator a {
  cursor: default;
}

.notifications {
  padding: 40px 0 70px 0;
  background: #ffffff;
}
.notifications .separator {
  margin: 60px 0 10px 0;
}
.notifications .button {
  background: #37568a;
  font-size: 0.77778em;
  border-radius: 2px;
  line-height: 36px;
  color: #ffffff;
  height: 36px;
  width: 90px;
}
.notifications .button:hover {
  background: #307ed1;
}
.notifications h4 {
  font-size: 1.66667em;
  margin: 0 0 40px 0;
}
.notifications h5 {
  font-size: 1em;
  margin-bottom: 20px;
  height: 30px;
}
.notifications h5 a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #074e99;
}
.notifications h5 a:hover {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #307ed1;
}
.notifications p {
  font-size: 0.88889em;
  margin-bottom: 20px;
  color: #818181;
  line-height: 1.5;
}
.notifications p.load {
  font-size: 0.83333em;
  margin: 0;
}
.notifications p.load a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #37568a;
}
.notifications p.load a:hover {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #307ed1;
}

@media screen and (max-width: 992px) {
  .notifications .button {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .notifications h4 {
    font-size: 1.44444em;
  }
}
@media screen and (max-width: 384px) {
  .notifications .separator {
    margin-top: 0;
  }
  .notifications h4 {
    font-size: 1.11111em;
  }
  .notifications h5 {
    font-size: 0.88889em;
  }
  .notifications p {
    font-size: 0.77778em;
  }
}
.event {
  margin-bottom: 20px;
  background: #ececec;
  border-radius: 2px;
  display: table;
  padding: 15px;
}

.event-poster {
  margin-right: 20px;
  float: left;
  width: 56px;
}

.event-content {
  overflow: hidden;
}

ul.staff-listing li {
  margin-bottom: 30px;
}

.staff-item {
  border-radius: 4px;
  position: relative;
  display: block;
  height: 310px;
}

.staff-section {
  padding-top: 40px;
}
.staff-section .image-container {
  margin-bottom: 20px;
}
.staff-section .about {
  padding: 0;
}

.staff-profile {
  line-height: 1.5;
}

.staff-wrapper {
  background: #074e99;
  padding-bottom: 50px;
  margin-top: 100px;
}

.staff-wrapper h3, .staff-wrapper p {
  color: #FFF;
}

.profile {
  border-radius: 0 0 4px 4px;
  background: #ee590e;
  position: absolute;
  height: 100px;
  opacity: 0.85;
  width: 100%;
  bottom: 0;
}
.profile span {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  display: block;
  color: #ffffff;
}
.profile span:not(:last-child) {
  margin-bottom: 5px;
}
.profile span:nth-child(1) {
  text-transform: uppercase;
  font-size: 1em;
  padding-top: 10px;
}
.profile span:nth-child(2) {
  font-size: 0.66667em;
  font-family: "OpenSansLight", "Helvetica Neue", Arial, sans-serif;
}
.profile span:nth-child(3) {
  text-transform: lowercase;
  font-size: 0.77778em;
}

.blog-item {
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.blog-item .image-container {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.blog-item img {
  border-radius: 2px;
}
.blog-item h3 {
  font-size: 1.22222em;
  margin-bottom: 20px;
}
.blog-item h3 a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: inherit;
}
.blog-item h3 a:hover {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #8f8f8f;
}
.blog-item p {
  font-size: 0.77778em;
  color: #818181;
  line-height: 1.5;
}
.blog-item p a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  color: #074e99;
}
.blog-item p a:hover {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #307ed1;
}
.blog-item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 320px) {
  .blog-item h3 {
    font-size: 1em;
  }
}
.blog-item-date span {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  color: #ee590e;
  text-align: center;
  display: block;
}
.blog-item-date span:nth-child(1) {
  text-transform: uppercase;
  font-size: 0.77778em;
}
.blog-item-date span:nth-child(2) {
  font-size: 2.22222em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
}
.blog-item-date span:nth-child(3) {
  font-size: 0.88889em;
  color: #818181;
}

span.blog-item-date {
  font-size: 0.77778em;
  color: #bcbcbc;
  margin-bottom: 20px;
}

.blog-item-details {
  font-size: 0.77778em;
  color: #bcbcbc;
  margin-bottom: 10px;
  display: block;
}

.author {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
}

@media screen and (max-width: 384px) {
  .blog-item-details {
    font-size: 0.66667em;
  }
}
@media screen and (max-width: 320px) {
  .blog-item-details {
    font-size: 0.55556em;
  }
}
.blog-sidebar-wrapper h4 {
  font-size: 1.33333em;
  color: #494a4e;
  margin-bottom: 20px;
}

.blog-sidebar {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #f4f4f4;
  border-radius: 2px;
  padding: 25px 20px;
}
.blog-sidebar .blog-item-details {
  font-size: 0.77778em;
  margin-bottom: 0;
}
.blog-sidebar .blog-item-date {
  font-size: 0.77778em;
  color: #ee590e;
}
.blog-sidebar a {
  font-size: 0.88889em;
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  color: #494a4e;
  margin-bottom: 8px;
  line-height: 1.5;
}

ul.article-listing li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-article .blog-item-details {
  margin-bottom: 30px;
  line-height: 1.5;
}
.blog-article .image-container {
  margin-bottom: 20px;
}
.blog-article h3 {
  margin-bottom: 20px;
}
.blog-article p {
  font-size: 0.88889em;
  color: #818181;
}
.blog-article p:not(:last-child) {
  margin-bottom: 25px;
}
.blog-article .content ul li {
  font-size: 0.88889em;
  list-style-type: disc;
  margin-bottom: 5px;
  margin-left: 19px;
  color: #818181;
}

@media screen and (max-width: 384px) {
  .blog-article p {
    font-size: 0.77778em;
  }
}
.about-page {
  background: #ffffff;
}

.about {
  padding-bottom: 45px;
  padding-top: 40px;
}
.about h3 {
  font-size: 1em;
  margin-bottom: 15px;
}
.about ul li,
.about p {
  font-size: 0.88889em;
  color: #818181;
}
.about ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.about p:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 384px) {
  .about p {
    font-size: 0.77778em;
  }
}
.founder-wrapper {
  background: #074e99;
}

@media screen and (max-width: 992px) {
  .founder-wrapper .container {
    width: 100%;
    padding: 0;
  }
}
.founder-image {
  padding: 40px 0px 60px 0px;
}

.founder {
  padding: 40px 30px 20px 30px;
}
.founder .image-container {
  margin-bottom: 20px;
}
.founder span {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  padding-top: 14px;
  display: block;
  color: #ffffff;
}
.founder h3 {
  font-size: 1.66667em;
  margin-bottom: 15px;
  color: #ffffff;
}
.founder p {
  font-size: 0.88889em;
  color: #ffffff;
}
.founder p:not(:last-child) {
  margin-bottom: 24px;
}

.expandable-controller {
  padding-bottom: 40px;
}
.expandable-controller a {
  color: #ee590e;
}
.expandable-controller a:hover {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .founder {
    background: #074e99;
  }
}
@media screen and (max-width: 480px) {
  .founder span {
    font-size: 0.88889em;
  }
}
@media screen and (max-width: 384px) {
  .founder span {
    font-size: 0.66667em;
  }
  .founder h3 {
    font-size: 1.11111em;
  }
  .founder p {
    font-size: 0.77778em;
  }
}
@media screen and (max-width: 320px) {
  .founder span {
    font-size: 0.55556em;
  }
}
.partners {
  padding-top: 60px;
}
.partners h4 {
  font-size: 1.66667em;
  color: #494a4e;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 384px) {
  .partners h4 {
    font-size: 1.33333em;
  }
}
@media screen and (max-width: 320px) {
  .partners h4 {
    font-size: 1.11111em;
  }
}
.partner-listing .image-container {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
  padding: 0 40px;
}

.contact-page .icon-alone {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.11111em;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  line-height: 50px;
  color: #ffffff;
  height: 50px;
  width: 50px;
}
.contact-page ::-webkit-input-placeholder {
  font-size: 1em;
  color: #c7c7c7;
}
.contact-page :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #c7c7c7;
}
.contact-page ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #c7c7c7;
}
.contact-page :-ms-input-placeholder {
  font-size: 1em;
  color: #c7c7c7;
}
.contact-page input[type="email"],
.contact-page input[type="text"] {
  border: 1px solid #f2ded0;
  border-radius: 2px;
  text-indent: 20px;
  height: 40px;
  width: 100%;
}
.contact-page textarea {
  border: 1px solid #f2ded0;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 2px;
  height: 300px;
  resize: none;
  width: 100%;
}
.contact-page h3 {
  font-size: 1.33333em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 20px;
}
.contact-page p {
  font-size: 0.88889em;
  margin-bottom: 30px;
  color: #818181;
}

p.opening-hours {
  margin-bottom: 5px;
}
p.opening-hours span:not(:last-child) {
  margin-right: 10px;
}

h4.contact-section {
  margin-top: 20px;
}

.appointment {
  font-family: "OpenSansItalic", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.days {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.times {
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 384px) {
  .contact-page ::-webkit-input-placeholder {
    font-size: 0.88889em;
    color: #c7c7c7;
  }
  .contact-page :-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.88889em;
    color: #c7c7c7;
  }
  .contact-page ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.88889em;
    color: #c7c7c7;
  }
  .contact-page :-ms-input-placeholder {
    font-size: 0.88889em;
    color: #c7c7c7;
  }
  .contact-page p {
    font-size: 0.77778em;
  }
}
ul.contact-info {
  margin-bottom: 40px;
}

ul.contact-info li {
  padding-top: 10px;
}
ul.contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
ul.contact-info li .icon-alone {
  background: #bcbcbc;
}
ul.contact-info li a {
  font-size: 1em;
  font-family: "OpenSansLight", "Helvetica Neue", Arial, sans-serif;
  color: #818181;
  font-weight: 300;
}
ul.contact-info li a:hover span:last-child {
  color: #b9b9b9;
}

.address h4,
.address h5 {
  margin-bottom: 10px;
}
.address ul {
  margin-bottom: 20px;
  margin-top: 10px;
}
.address ul li {
  color: #818181;
  font-size: 0.88889em;
}
.address strong {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.address-block {
  margin-bottom: 50px;
}
.address-block p {
  margin-bottom: 0;
}

@media screen and (max-width: 384px) {
  ul.contact-info li a {
    font-size: 0.77778em;
  }
}
.standard-page .image-container {
  margin: 0px 0 30px 0;
  overflow: hidden;
  height: 300px;
}
.standard-page h3 {
  font-size: 1.33333em;
  margin-bottom: 20px;
}
.standard-page h3 a {
  color: inherit;
}
.standard-page .section {
  margin-bottom: 30px;
}
.standard-page .section ul {
  margin-bottom: 30px;
}
.standard-page .section ul li {
  font-size: 0.88889em;
  list-style-type: square;
  margin-left: 19px;
  color: #818181;
}
.standard-page .section ul li:not(last-child) {
  margin-bottom: 3px;
}
.standard-page .section h3 a,
.standard-page .section h3 a:hover {
  font-size: inherit;
  color: inherit;
}
.standard-page .section a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  font-size: 0.88889em;
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 15px;
  color: #074e99;
  display: block;
}
.standard-page .section a .icon-alone {
  padding-left: 12px;
}
.standard-page .section a:hover {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #307ed1;
}
.standard-page .last {
  margin-bottom: 0;
}
.standard-page p {
  font-size: 0.88889em;
  margin-bottom: 30px;
  color: #818181;
  line-height: 1.5;
}

.registration ::-webkit-input-placeholder {
  font-size: 1em;
  color: #c7c7c7;
}
.registration :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #c7c7c7;
}
.registration ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #c7c7c7;
}
.registration :-ms-input-placeholder {
  font-size: 1em;
  color: #c7c7c7;
}
.registration input[type="text"],
.registration input[type="email"],
.registration input[type="date"],
.registration input[type="number"],
.registration select {
  border: 1px solid #f2ded0;
  border-radius: 2px;
  padding: 0 20px;
  height: 40px;
  width: 100%;
}
.registration select,
.registration input[type="date"] {
  color: #c7c7c7;
}
.registration textarea {
  border: 1px solid #f2ded0;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 2px;
  height: 300px;
  resize: none;
  width: 100%;
}
.registration label {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 384px) {
  .standard-page .downloads a {
    font-size: 0.88889em;
  }
  .standard-page .list ul li,
  .standard-page p {
    font-size: 0.77778em;
  }
  .standard-page h3 {
    font-size: 1.11111em;
  }
}
.search-header {
  font-size: 1.55556em;
  font-family: "OpenSansLight", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
}

/* ==========================================================================
   Footer [`FOOT]
   ========================================================================== */
.footer-content {
  background: #3e3d3d;
  padding: 30px 0;
}
.footer-content h5 {
  font-size: 0.88889em;
  margin-bottom: 30px;
  color: #ffffff;
}
.footer-content p {
  font-size: 0.77778em;
  color: #bcbcbc;
}
.footer-content ul li {
  font-size: 0.77778em;
  color: #bcbcbc;
}
.footer-content ul li a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: inherit;
}
.footer-content ul li a:hover {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #ffffff;
}
.footer-content ul li:not(last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 992px) {
  .footer-content .section {
    margin-bottom: 20px;
  }
}
ul.footer-contact li a {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
}

.copyright-wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
}
.copyright-wrapper ul li {
  margin-right: 8px;
  float: left;
}
.copyright-wrapper ul li:last-child {
  margin-right: 0;
}
.copyright-wrapper ul li a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 1em;
  background: #bcbcbc;
  text-align: center;
  border-radius: 2px;
  line-height: 40px;
  color: #ffffff;
  height: 40px;
  width: 40px;
}
.copyright-wrapper ul li a:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #ffffff;
  color: #074e99;
}

@media screen and (max-width: 992px) {
  .copyright-wrapper {
    padding-bottom: 40px;
  }
}
.copyright {
  text-transform: uppercase;
  font-size: 0.66667em;
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  line-height: 46px;
  margin-left: 20px;
  color: #bcbcbc;
  display: block;
  height: 40px;
  float: left;
}

@media screen and (max-width: 992px) {
  .copyright {
    margin-left: 0px;
  }
}
@media screen and (max-width: 568px) {
  .copyright {
    font-size: 0.55556em;
    line-height: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .copyright span {
    display: block;
  }
}
.aside {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 25px 40px;
  border-radius: 2px;
}

/* ==========================================================================
   Helper classes [`HELP]
   ========================================================================== */
.expandable-wrapper {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
  height: 0;
}
.expandable-wrapper.open {
  height: 1900px;
}

.expandable-controller {
  text-align: center;
  color: #074e99;
}
.expandable-controller a.invisible {
  display: none;
}

.comments {
  margin-top: 30px;
}

.back-to-articles {
  font-size: 0.77778em;
  margin-top: 20px;
  display: block;
  float: right;
}
.back-to-articles a {
  color: #074e99;
}
.back-to-articles a:hover {
  color: #307ed1;
}

.previous,
.next {
  font-size: 0.77778em;
  text-transform: uppercase;
  color: #e3e3e3;
}
.previous a,
.next a {
  color: #074e99;
}
.previous a:hover,
.next a:hover {
  color: #307ed1;
}

.previous {
  float: left;
}

.next {
  float: right;
}

.search input[type="search"] {
  background: #e1e2e9 url("../img/search.webp") 220px center no-repeat;
  font-size: 0.77778em;
  background-size: 24px;
  padding-right: 54px;
  text-indent: 20px;
  border: none;
  height: 44px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .search input[type="search"] {
    background: #e1e2e9 url("../img/search.webp") 95% center no-repeat;
    background-size: 24px;
  }
}
.image-container img {
  width: 100%;
}

.sidebar {
  position: relative;
  padding: 2px 0;
}
.sidebar ul {
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  position: relative;
  padding-left: 4px;
  z-index: 10;
  top: 0;
}
.sidebar ul li {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-left 0.2s ease;
  -moz-transition: border-left 0.2s ease;
  transition: border-left 0.2s ease;
  background: #f7f6f3;
  margin-bottom: 5px;
}
.sidebar ul li:hover, .sidebar ul li.active {
  -webkit-transition: border-left 0.2s ease;
  -moz-transition: border-left 0.2s ease;
  transition: border-left 0.2s ease;
  border-left: 4px solid #ee590e;
  border-radius: 2px 0 0 2px;
}
.sidebar ul li a {
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.77778em;
  color: #074e99;
  padding: 10px 20px;
  display: block;
}
.sidebar .last {
  margin: 0;
}

.stickybar ul {
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  position: fixed;
  width: 260px;
  top: 2px;
}

@media screen and (min-width: 992px) {
  .stickybar ul {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .stickybar ul {
    width: 260px;
  }
}
@media screen and (max-width: 1199px) {
  .sidebar ul li a {
    font-size: 0.66667em;
  }
}
.separator {
  background: #f4f4f4;
  display: block;
  height: 1px;
  width: 100%;
}

.button {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  text-align: center;
  line-height: 44px;
  display: block;
  height: 44px;
  width: 150px;
  border: none;
}
.button:hover {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.btn-primary {
  /* Gradient Fallback */
  background: #bb0a02;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  border-radius: 2px;
  line-height: 60px;
  margin: 0 auto;
  height: 60px;
  width: 200px;
}
.btn-primary:hover {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  background: #fc0000;
}

.admissions {
  background: url("../img/admissions.webp") center center no-repeat;
  background-size: 100%;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  display: block;
  height: 100px;
  width: 100%;
}

.course-listing {
  background: url("../img/course-listing.webp") center center no-repeat;
  background-size: 100%;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  display: block;
  height: 100px;
  width: 100%;
}

.student-services {
  background: url("../img/student-services.webp") center center no-repeat;
  background-size: 100%;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  display: block;
  height: 100px;
  width: 100%;
}

.btn-submit {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  background: #37568a;
  text-transform: capitalize;
  border-radius: 2px;
  color: #ffffff;
}
.btn-submit:hover {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  background: #307ed1;
}

.load {
  font-size: 1.11111em;
  font-family: "OpenSansSemiBold", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  margin-top: 30px;
  color: #e3e3e3;
}
.load a {
  color: #074e99;
}
.load a:hover {
  color: #307ed1;
}

.arrow-next,
.arrow-previous {
  white-space: nowrap;
  text-indent: 500%;
  margin-top: 142px;
  overflow: hidden;
  display: block;
  height: 60px;
  width: 40%;
}

.arrow-previous {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  background: url("../img/control-arrow-left-active.webp") center center no-repeat;
  background-size: 100%;
}
.arrow-previous:hover {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  background: url("../img/control-arrow-left.webp") center center no-repeat;
  background-size: 100%;
}

.arrow-next {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  background: url("../img/control-arrow-right-active.webp") center center no-repeat;
  background-size: 100%;
}
.arrow-next:hover {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  background: url("../img/control-arrow-right.webp") center center no-repeat;
  background-size: 100%;
}

.content {
  margin-top: 40px;
}

.indicator a {
  background: #494a4e;
  display: inline-block;
  border-radius: 50%;
  text-indent: 99999%;
  height: 10px;
  width: 10px;
}
.indicator a.active {
  background: #bb0a02;
}

ul.site-nav li.mobile,
.mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .logo a span.last-child,
  .desktop {
    display: none;
  }

  ul.site-nav li.mobile,
  .mobile {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .mobile-nav {
    overflow: hidden;
    padding: 0;
  }

  ul.site-nav {
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
    border-bottom: 4px solid #074e99;
    margin-top: -359px;
  }
  ul.site-nav.open {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  ul.site-nav li {
    width: 100%;
  }
}
.menu-trigger {
  margin: 8px 20px 0 0;
  float: right;
}
.menu-trigger:hover .hamburger-btn {
  background: #818181;
}

.hamburger-btn {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: #494a4e;
  margin-bottom: 2px;
  display: block;
  height: 5px;
  width: 30px;
}

.btn-return-top {
  font-size: 0.77778em;
  background: #ee590e;
  padding: 10px 20px;
  position: fixed;
  display: block;
  color: #ffffff;
  z-index: 1000;
  right: 0px;
  top: 300px;
}
.btn-return-top:hover, .btn-return-top:focus {
  color: #ffffff;
}

/* ==========================================================================
   Print styles. [`PRINT]
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
