﻿@charset "utf-8";
/*
 Theme Name:   Cog Framework Child
 Description:  Cog Framework Child Theme
 Author:       Zoltan Kiraly
 Author URI:   http://cogdesign.com
 Template:     cog-framework
 Version:      1.0.0
 Text Domain:  cog-framework-child
*/
/*=====================================
CSS Components
=======================================*/
.flexslider {
  position: relative;
  overflow: hidden;
  max-height: 850px;
}
.flexslider .slides li {
  display: none;
}
.flexslider .slides li:first-child {
  display: block;
}
.flexslider:hover .flex-direction-nav,
.flexslider:hover .custom-flex-navigation {
  transition: position 300ms ease;
}
.flexslider:hover .flex-direction-nav .flex-nav-prev a,
.flexslider:hover .custom-flex-navigation .flex-nav-prev a {
  left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-nav-next a,
.flexslider:hover .custom-flex-navigation .flex-nav-next a {
  right: 0px;
}
#carousel {
  margin-top: 7px;
}
#carousel:hover .flex-direction-nav .flex-nav-prev a {
  left: 15px;
}
#carousel:hover .flex-direction-nav .flex-nav-next a {
  right: 15px;
}
.flex-control-paging {
  color: white;
  position: absolute;
  bottom: 30px;
  z-index: 200;
  right: 10px;
  text-align: center;
}
.flex-control-paging li {
  display: inline-block;
  margin: 0 6px;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  background: #fff;
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid gray;
}
.flex-control-paging li a.flex-active {
  background: gray;
  color: gray;
}
.flex-direction-nav,
.custom-flex-navigation {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin-top: -24px;
  z-index: 500;
}
.flex-direction-nav a,
.custom-flex-navigation a {
  width: 49px;
  height: 49px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 60px;
  color: #6d6e71;
}
.flex-direction-nav a i:before,
.custom-flex-navigation a i:before {
  width: auto !important;
}
.flex-direction-nav .flex-nav-prev a,
.custom-flex-navigation .flex-nav-prev a {
  position: absolute;
  left: -60px;
}
.flex-direction-nav .flex-nav-next a,
.custom-flex-navigation .flex-nav-next a {
  right: -60px;
  position: absolute;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?79515194');
  src: url('../fonts/fontello.eot?79515194#iefix') format('embedded-opentype'),
url('../fonts/fontello.woff?79515194') format('woff'),
url('../fonts/fontello.ttf?79515194') format('truetype'),
url('../fonts/fontello.svg?79515194#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'alright_sansbold';
  src: url('../fonts/okay_type_-_alrightsans-bold-webfont.eot');
  src: url('../fonts/okay_type_-_alrightsans-bold-webfont.eot') format('embedded-opentype'),
url('../fonts/okay_type_-_alrightsans-bold-webfont.woff') format('woff'),
url('../fonts/okay_type_-_alrightsans-bold-webfont.ttf') format('truetype'),
url('../fonts/okay_type_-_alrightsans-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'alright_sansregular';
  src: url('../fonts/okay_type_-_alrightsans-regular-webfont.eot');
  src: url('../fonts/okay_type_-_alrightsans-regular-webfont.eot') format('embedded-opentype'),
url('../fonts/okay_type_-_alrightsans-regular-webfont.woff') format('woff'),
url('../fonts/okay_type_-_alrightsans-regular-webfont.ttf') format('truetype'),
url('../fonts/okay_type_-_alrightsans-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'alright_sanslight_italic';
  src: url('../fonts/okay_type_-_alrightsans-lightitalic-webfont.eot');
  src: url('../fonts/okay_type_-_alrightsans-lightitalic-webfont.eot') format('embedded-opentype'),
url('../fonts/okay_type_-_alrightsans-lightitalic-webfont.woff') format('woff'),
url('../fonts/okay_type_-_alrightsans-lightitalic-webfont.ttf') format('truetype'),
url('../fonts/okay_type_-_alrightsans-lightitalic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?79515194#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-angle-left:before { content: '\e800'; } /* 'î €' */
.icon-angle-right:before { content: '\e801'; } /* 'î ' */
.icon-angle-up:before { content: '\e802'; } /* 'î ‚' */
.icon-angle-down:before { content: '\e803'; } /* 'î ƒ' */
.icon-angle-circled-left:before { content: '\e804'; } /* 'î „' */
.icon-angle-circled-right:before { content: '\e805'; } /* 'î …' */
.icon-angle-circled-up:before { content: '\e806'; } /* 'î †' */
.icon-angle-circled-down:before { content: '\e807'; } /* 'î ‡' */
.icon-menu:before { content: '\e808'; } /* 'î ˆ' */
.icon-facebook:before { content: '\e809'; } /* 'î ‰' */
.icon-facebook-official:before { content: '\e80a'; } /* 'î Š' */
.icon-twitter:before { content: '\e80b'; } /* 'î ‹' */
.icon-twitter-squared:before { content: '\e80c'; } /* 'î Œ' */
.icon-search:before { content: '\e80d'; } /* 'î ' */
.icon-play:before { content: '\e80e'; } /* 'î Ž' */
.icon-cancel:before { content: '\e80f'; } /* 'î ' */
.icon-cancel-circled:before { content: '\e810'; } /* 'î ' */
.icon-cancel-circled2:before { content: '\e811'; } /* 'î ‘' */
.icon-cancel-1:before { content: '\e812'; } /* 'î ’' */
.icon-vimeo-squared:before { content: '\e813'; } /* 'î “' */
.icon-vimeo:before { content: '\e814'; } /* 'î ”' */
.icon-download-alt:before { content: '\e815'; } /* 'î •' */
.icon-download:before { content: '\e816'; } /* 'î –' */
.icon-download-1:before { content: '\e817'; } /* 'î —' */
.tickercontainer,ul.newsticker li{padding:0;margin:0;background:#fff}.tickercontainer{border:1px solid #000;width:738px;height:27px;overflow:hidden}.tickercontainer .mask{position:relative;left:10px;top:8px;width:718px;overflow:hidden}ul.newsticker{position:relative;left:60px;list-style-type:none;margin:0;padding:0}ul.newsticker li{float:left}ul.newsticker a{white-space:nowrap;padding:0;margin:0 50px 0 0}ul.newsticker span{margin:0 10px 0 0}
img, legend {
    border: 0;
}
legend, td, th {
    padding: 0;
}
body, figure {
    margin: 0;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, 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;
    color: #000;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
.img-thumbnail, body {
    background-color: #fff;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre, textarea {
    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[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-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a:focus, a:hover {
    text-decoration: underline;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%}
.embed-responsive.embed-responsive-16by9-alt {
    padding-bottom: 61.8%}
.embed-responsive.embed-responsive-4by3-alt {
    padding-bottom: 77%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
}
[role=button] {
    cursor: pointer;
}
@media (min-width:768px) {
    .container {
    width: 740px;
}
}
@media (min-width:992px) {
    .container {
    width: 960px;
}
}
@media (min-width:1200px) {
    .container {
    width: 980px;
}
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-1 {
    width: 8.33333333%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-pull-11 {
    right: 91.66666667%}
.col-sm-pull-10 {
    right: 83.33333333%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-8 {
    right: 66.66666667%}
.col-sm-pull-7 {
    right: 58.33333333%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-5 {
    right: 41.66666667%}
.col-sm-pull-4 {
    right: 33.33333333%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-2 {
    right: 16.66666667%}
.col-sm-pull-1 {
    right: 8.33333333%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%}
.col-sm-push-11 {
    left: 91.66666667%}
.col-sm-push-10 {
    left: 83.33333333%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-8 {
    left: 66.66666667%}
.col-sm-push-7 {
    left: 58.33333333%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-5 {
    left: 41.66666667%}
.col-sm-push-4 {
    left: 33.33333333%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-2 {
    left: 16.66666667%}
.col-sm-push-1 {
    left: 8.33333333%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666667%}
.col-sm-offset-10 {
    margin-left: 83.33333333%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666667%}
.col-sm-offset-7 {
    margin-left: 58.33333333%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.66666667%}
.col-sm-offset-1 {
    margin-left: 8.33333333%}
.col-sm-offset-0 {
    margin-left: 0;
}
}
@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-md-pull-12 {
    right: 100%}
.col-md-pull-11 {
    right: 91.66666667%}
.col-md-pull-10 {
    right: 83.33333333%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-8 {
    right: 66.66666667%}
.col-md-pull-7 {
    right: 58.33333333%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-5 {
    right: 41.66666667%}
.col-md-pull-4 {
    right: 33.33333333%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-2 {
    right: 16.66666667%}
.col-md-pull-1 {
    right: 8.33333333%}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%}
.col-md-push-11 {
    left: 91.66666667%}
.col-md-push-10 {
    left: 83.33333333%}
.col-md-push-9 {
    left: 75%}
.col-md-push-8 {
    left: 66.66666667%}
.col-md-push-7 {
    left: 58.33333333%}
.col-md-push-6 {
    left: 50%}
.col-md-push-5 {
    left: 41.66666667%}
.col-md-push-4 {
    left: 33.33333333%}
.col-md-push-3 {
    left: 25%}
.col-md-push-2 {
    left: 16.66666667%}
.col-md-push-1 {
    left: 8.33333333%}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666667%}
.col-md-offset-10 {
    margin-left: 83.33333333%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666667%}
.col-md-offset-7 {
    margin-left: 58.33333333%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666667%}
.col-md-offset-4 {
    margin-left: 33.33333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
.col-md-offset-0 {
    margin-left: 0;
}
}
@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-pull-11 {
    right: 91.66666667%}
.col-lg-pull-10 {
    right: 83.33333333%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-8 {
    right: 66.66666667%}
.col-lg-pull-7 {
    right: 58.33333333%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-5 {
    right: 41.66666667%}
.col-lg-pull-4 {
    right: 33.33333333%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-2 {
    right: 16.66666667%}
.col-lg-pull-1 {
    right: 8.33333333%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%}
.col-lg-push-11 {
    left: 91.66666667%}
.col-lg-push-10 {
    left: 83.33333333%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-8 {
    left: 66.66666667%}
.col-lg-push-7 {
    left: 58.33333333%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-5 {
    left: 41.66666667%}
.col-lg-push-4 {
    left: 33.33333333%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-2 {
    left: 16.66666667%}
.col-lg-push-1 {
    left: 8.33333333%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666667%}
.col-lg-offset-10 {
    margin-left: 83.33333333%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666667%}
.col-lg-offset-7 {
    margin-left: 58.33333333%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0;
}
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table;
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important;
}
.invisible {
    visibility: hidden;
}
.affix {
    position: fixed;
}
@media (max-width:767px) {
    .visible-xs {
    display: block!important;
}
table.visible-xs {
    display: table!important;
}
tr.visible-xs {
    display: table-row!important;
}
td.visible-xs, th.visible-xs {
    display: table-cell!important;
}
.visible-xs-block {
    display: block!important;
}
.visible-xs-inline {
    display: inline!important;
}
.visible-xs-inline-block {
    display: inline-block!important;
}
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
    display: block!important;
}
table.visible-sm {
    display: table!important;
}
tr.visible-sm {
    display: table-row!important;
}
td.visible-sm, th.visible-sm {
    display: table-cell!important;
}
.visible-sm-block {
    display: block!important;
}
.visible-sm-inline {
    display: inline!important;
}
.visible-sm-inline-block {
    display: inline-block!important;
}
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
    display: block!important;
}
table.visible-md {
    display: table!important;
}
tr.visible-md {
    display: table-row!important;
}
td.visible-md, th.visible-md {
    display: table-cell!important;
}
.visible-md-block {
    display: block!important;
}
.visible-md-inline {
    display: inline!important;
}
.visible-md-inline-block {
    display: inline-block!important;
}
}
@media (min-width:1200px) {
    .visible-lg {
    display: block!important;
}
table.visible-lg {
    display: table!important;
}
tr.visible-lg {
    display: table-row!important;
}
td.visible-lg, th.visible-lg {
    display: table-cell!important;
}
.visible-lg-block {
    display: block!important;
}
.visible-lg-inline {
    display: inline!important;
}
.visible-lg-inline-block {
    display: inline-block!important;
}
}
@media (max-width:767px) {
    .hidden-xs {
    display: none!important;
}
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
    display: none!important;
}
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
    display: none!important;
}
}
@media (min-width:1200px) {
    .hidden-lg {
    display: none!important;
}
}
.visible-print {
    display: none!important;
}
@media print {
    .visible-print {
    display: block!important;
}
table.visible-print {
    display: table!important;
}
tr.visible-print {
    display: table-row!important;
}
td.visible-print, th.visible-print {
    display: table-cell!important;
}
}
.visible-print-block {
    display: none!important;
}
@media print {
    .visible-print-block {
    display: block!important;
}
}
.visible-print-inline {
    display: none!important;
}
@media print {
    .visible-print-inline {
    display: inline!important;
}
}
.visible-print-inline-block {
    display: none!important;
}
@media print {
    .visible-print-inline-block {
    display: inline-block!important;
}
.hidden-print {
    display: none!important;
}
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.bordered {
  border: 1px solid #ccc;
}
table td,
table th {
  border: 1px solid #ccc;
  padding: 5px;
}
table td.is-visible,
table th.is-visible {
  color: #468847;
  background-color: #dff0d8!important;
}
table td.is-hidden,
table th.is-hidden {
  color: #ccc;
  background-color: #f9f9f9!important;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
  top: 0 !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
pre {
  background: #F7F7F7;
  border: 1px solid #ddd;
  padding: 15px;
}
/*=======================
Basic styling
=========================*/
.clear {
  clear: both;
}
#page {
  min-height: 80%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
  margin-bottom: 20px;
}
.site-footer {
  height: 36px;
  display: inline-block;
  width: 100%;
}
.push {
  height: 0;
  display: inline-block;
  width: 100%;
}
input[type=search],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
/*=======================
Wordpress specifics
=========================*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.aligncenter {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.entry-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.entry-content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content iframe,
.entry-content video,
.entry-content embed {
  max-width: 100%;
}
.entry-content a {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*=======================
Header
=========================*/
#masthead {
  width: 100%;
  padding: 33px 0 27px 0;
}
#masthead.scrolled {
  padding: 10px 0;
}
#masthead.scrolled .site-branding img {
  width: 137px;
  height: auto;
}
#masthead.scrolled #site-navigation {
  margin-top: 3px;
}
#masthead.scrolled #site-navigation ul {
  font-size: 14px;
}
#masthead.scrolled #site-navigation ul li {
  margin-left: 35px;
}
#masthead.scrolled #site-navigation ul li:first-child {
  margin-left: 0;
}
#header {
  position: fixed;
  z-index: 9999;
  background: #fff;
  left: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#header.scrolled {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
}
.site-branding {
  position: absolute;
  z-index: 400;
  margin-right: 45px;
}
.site-branding a {
  display: block;
}
#content {
  display: block;
  width: 98%;
}
/*=======================
Navigation
=========================*/
#site-navigation {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#site-navigation ul {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#site-navigation ul li {
  float: left;
  margin-left: 10px;
  position: relative;
  z-index: 99;
}
#site-navigation ul li:hover .sub-menu {
  display: block;
}
#site-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  text-align: left;
  background: #ddd;
  padding: 10px;
}
#site-navigation ul li .sub-menu li {
  margin-left: 0;
}
#site-navigation ul li.current_page_item a,
#site-navigation ul li:hover a {
  text-decoration: none;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fixedlogo {
  0% {
    margin-top: 54px;
  }
  100% {
    margin-top: 3px;
  }
}
/* Standard syntax */
@keyframes fixedlogo {
  0% {
    margin-top: 54px;
  }
  100% {
    margin-top: 3px;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes slidemenu {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
/* Standard syntax */
@keyframes slidemenu {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes slidemenuout {
  0% {
    left: 0;
  }
  100% {
    left: -200px;
  }
}
/* Standard syntax */
@keyframes slidemenuout {
  0% {
    left: 0;
  }
  100% {
    left: -200px;
  }
}
.goog-te-banner-frame {
  display: none;
}
/** FONTS **/
body {
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
}
.not-found {
  min-height: 100%;
}
.wp-pagenavi {
  padding-top: 20px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  float: left;
  padding: 5px 6px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  color: #000;
  border-radius: 50%;
}
.wp-pagenavi span.current {
  color: #fff;
  cursor: default;
  background-color: #d8112f;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #d8112f;
  text-decoration: none;
}
.wp-pagenavi i {
  margin-left: -1px;
}
strong {
  font-family: alright_sansbold;
}
em {
  font-family: alright_sanslight_italic;
}
form p {
  clear: left;
}
label {
  display: block;
  padding-top: 10px;
}
label.inline {
  display: inline-block;
  padding-top: 20px;
}
input,
button,
select,
textarea {
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  padding: 5px;
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #e7e6dd;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #6d6e71;
}
input[type="text"],
input[type="email"] {
  width: 500px;
}
input[type="checkbox"] {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 1em;
  margin: 0;
  padding: 3px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0em;
  vertical-align: text-top;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 4px solid transparent;
}
input[type="checkbox"]:checked {
  background-color: #000000;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
}
.span.wpcf7-list-item {
  margin: 0;
}
select {
  margin-left: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(/wp-content/themes/cog-framework-child/img/Small_menu_arrow.png) no-repeat 95% 50%;
  background-size: 20px;
}
textarea {
  width: 500px;
  height: 95px;
}
input[type="submit"] {
  background-color: #000000;
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  color: #000000;
  color: #fff;
  border: none;
  margin-top: 10px;
  padding: 5px 20px;
}
.paypal-button table {
  border: none;
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 28px;
}
.paypal-button table tr {
  float: left;
}
.paypal-button table td {
  padding: 0;
  border: none;
  line-height: 36px;
}
.paypal-button table select {
  padding-right: 30px;
}
.paypal-button input,
.paypal-button button {
  border: none !important;
}
.paypal-button input[type="image"] {
  width: 114px !important;
  height: 24px !important;
  padding: 0 !important;
  margin: 10px 0;
}
footer {
  clear: both;
  padding-top: 20px !important;
  background-color: #e7e6dd;
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}
footer.entry-footer {
  display: none;
}
footer h5 {
  font-family: alright_sansbold;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  padding-bottom: 10px;
}
footer h6 {
  font-family: alright_sansbold;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}
footer a:hover {
  text-decoration: none;
}
footer .sponsors {
  margin: 20px 0;
  border-top: 1px solid #6d6e71;
}
footer .sponsors img {
  display: inline-block;
  height: 60px;
  margin-top: 20px;
}
footer input,
footer button {
  float: left;
  -webkit-appearance: none;
  border: none;
  background-color: #fff;
}
footer .social {
  float: right;
  margin-bottom: 10px;
}
footer .social a {
  float: left;
  width: auto;
  display: inline-block;
  font-size: 24px;
  margin-right: 5px;
}
footer .social a i {
  margin-left: -0.2em !important;
}
footer #menu-footer-pages {
  margin: 20px 0;
}
footer #menu-footer-pages a {
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  padding: 0 7px 0 0;
  font-size: 10px;
}
footer .accessibility {
  text-align: right;
}
footer .accessibility img {
  display: inline;
}
footer .copyright {
  padding: 0;
  padding-top: 10px;
}
footer a.button {
  display: inline-block;
  height: 25px;
  padding: 5px 10px !important;
  background-color: #000000;
  color: #fff;
  font-family: alright_sansbold;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  text-decoration: none;
}
footer a.button:hover {
  text-decoration: none;
}
.google_translate span {
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  padding: 0 5px 0 0;
  font-size: 11px;
  line-height: 23px;
  border: none !important;
}
.google_translate #google_translate_element {
  display: inline-block;
}
.google_translate #google_translate_element .goog-te-gadget-simple {
  border: none;
}
.google_translate #google_translate_element .goog-te-gadget-simple img {
  display: none;
}
.google_translate .goog-te-menu-value {
  display: block;
}
.google_translate .goog-te-menu-value span {
  display: none;
}
.google_translate .goog-te-menu-value span:first-child {
  display: inline-block;
  float: left;
}
.google_translate .goog-te-menu-value span:last-child {
  display: inline-block;
  font-size: 12px;
  float: right;
}
/* SEARCH FORM */
.search-query {
  background-color: #fff;
  border-bottom: 1px solid #6d6e71;
}
.search-query input {
  width: 100%;
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  color: #6d6e71;
  font-size: 24px;
  line-height: 50px;
  padding: 5px;
  padding-right: 30px;
  border: none;
}
.search-query button {
  float: right;
  right: 10px;
  position: absolute;
  height: 60px;
  -webkit-appearance: none;
  padding: 5px 0;
  border: none;
  background-color: #fff;
}
.search-query button i {
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
.search-results,
.error404 {
  padding-bottom: 40px;
}
.search-results .gsc-control-cse,
.error404 .gsc-control-cse {
  padding: 0 !important;
}
.search-results .gcsc-branding,
.error404 .gcsc-branding {
  display: none;
}
.search-results .gsc-result,
.error404 .gsc-result {
  padding: 0 !important;
  border: none !important;
}
.search-results th,
.error404 th,
.search-results td,
.error404 td,
.search-results .gsc-result-info,
.error404 .gsc-result-info {
  border: none;
  padding: 0;
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}
.search-results .gsc-above-wrapper-area,
.error404 .gsc-above-wrapper-area {
  border-color: #6d6e71 !important;
}
.search-results .gsc-selected-option-container,
.error404 .gsc-selected-option-container {
  width: auto !important;
  border: none !important;
  box-shadow: none !important;
}
.search-results .gs-title,
.error404 .gs-title {
  font-family: alright_sansbold;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 0;
  color: #000000;
  text-decoration: none !important;
}
.search-results .gs-title:hover,
.error404 .gs-title:hover,
.search-results .gs-title b,
.error404 .gs-title b {
  text-decoration: none !important;
}
.search-results .gs-snippet,
.error404 .gs-snippet {
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}
.search-results .gs-visibleUrl,
.error404 .gs-visibleUrl {
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  color: #d8112f !important;
}
.search-results .gsc-cursor-box,
.error404 .gsc-cursor-box {
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  border: none;
}
.search-results .gsc-cursor-box .gsc-cursor-page,
.error404 .gsc-cursor-box .gsc-cursor-page {
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  float: left;
  padding: 4px 0 !important;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #fff;
  margin-left: -1px;
  color: #000;
  border-radius: 20px;
  text-decoration: none !important;
}
.search-results .gsc-cursor-box .gsc-cursor-current-page,
.error404 .gsc-cursor-box .gsc-cursor-current-page {
  padding: 4px 0 !important;
  color: #fff;
  cursor: default;
  background-color: #d8112f !important;
  text-shadow: none !important;
}
#alumni-filters {
  margin: 10px 0;
}
.course_filters,
.category_filters,
.year_filters {
  position: relative;
  height: 25px;
}
.course_filters a,
.category_filters a,
.year_filters a {
  display: block;
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  padding: 0 !important;
}
.course_filters a:hover,
.category_filters a:hover,
.year_filters a:hover {
  text-decoration: none;
}
.course_filters a.button,
.category_filters a.button,
.year_filters a.button {
  float: left;
  height: 25px;
  margin-top: 10px;
  margin-left: 160px;
  padding: 5px 10px !important;
  background-color: #000000;
  color: #fff;
  font-family: alright_sansbold;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  text-decoration: none;
}
.course_filters a.button:hover,
.category_filters a.button:hover,
.year_filters a.button:hover {
  text-decoration: none;
}
.course_filters dl,
.category_filters dl,
.year_filters dl {
  position: absolute;
  width: 150px;
  background-color: #e6e7e8;
  border: none !important;
  z-index: 20;
}
.course_filters dl dt,
.category_filters dl dt,
.year_filters dl dt {
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  border: none !important;
  padding: 5px !important;
  cursor: pointer;
}
.course_filters dl dd,
.category_filters dl dd,
.year_filters dl dd {
  display: none;
  border-top: 1px solid #fff;
  padding: 5px !important;
}
.course_filters dl dd.current,
.category_filters dl dd.current,
.year_filters dl dd.current {
  display: block;
}
.course_filters select,
.category_filters select,
.year_filters select {
  float: left;
  width: 150px;
  height: 28px;
  margin: 0;
  padding-right: 30px;
  font-size: 12px;
  border: none;
  background-color: #e7e6dd;
}
.course_filters input[type="submit"],
.category_filters input[type="submit"],
.year_filters input[type="submit"] {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.blog .year_filters dl {
  margin-top: 0px !important;
}
a {
  text-decoration: none !important;
}
h1,
.entry-title {
  font-family: alright_sansbold;
  font-size: 38px;
  line-height: 45px;
  padding-bottom: 15px;
}
.single-courses h1,
.single-productions h1,
.single-courses .entry-title,
.single-productions .entry-title {
  padding-bottom: 0px;
}
.single-courses .entry-content,
.single-productions .entry-content {
  line-height: 19px !important;
}
.single-productions .wp-post-image {
  margin-top: 20px;
}
h2 {
  font-family: alright_sansbold;
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 0;
}
h3 {
  font-family: alright_sansbold;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 2px;
}
h4 {
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
}
h5 {
  font-family: alright_sansbold;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 0;
}
small {
  display: block;
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  font-size: 7px;
}
figure.alignnone {
  width: 100% !important;
}
figcaption,
p.caption {
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
dl {
  margin-top: 20px;
  border-bottom: 1px solid #6d6e71;
}
dt {
  border-top: 1px solid #6d6e71 !important;
  padding: 5px 0 !important;
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  color: #000000;
}
dt i {
  float: right;
}
.accordion {
  border-bottom: none;
}
.accordion dt {
  cursor: pointer;
}
.accordion dd {
  display: none;
}
dd {
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  padding: 0 0 10px 0 !important;
}
.excerpt {
  font-family: alright_sansregular;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.sub-intro {
  padding-top: 5px;
  border-top: 1px solid #6d6e71;
}
.sub-intro.entry-content {
  padding-top: 5px !important;
  padding-bottom: 0 !important;
}
.sub-intro h2 {
  margin-top: 0 !important;
}
.thumbnail-image {
  margin-top: 20px;
}
.entry-content {
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
}
.entry-content h2,
.entry-content h3 {
  margin: 20px 0 0;
}
.entry-content li {
  padding: 0 0 5px;
}
.entry-content p {
  margin-bottom: 10px;
}
.entry-content a {
  text-decoration: underline !important;
}
.single header img,
.tax-course_category header img {
  margin-top: 20px;
}
.page .sub-title,
.single .sub-title {
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  color: #000000;
}
.venue,
.date,
.time {
  display: block;
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  padding: 0;
}
.venue {
  padding-bottom: 5px;
}
.price {
  display: block;
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  padding-bottom: 0;
}
/* EVENTS */
.venues {
  padding-top: 10px;
}
.venues li {
  float: left;
  width: 25%;
  padding: 0 10px 0 0;
}
.venues li:last-child {
  padding-right: 0;
}
.venues a {
  display: block;
  padding-top: 5px;
  background-color: #e7e6dd;
  text-align: center;
  font-family: alright_sansbold;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}
.venues a.current,
.venues a:hover {
  background-color: #d8112f;
  color: #fff;
  text-decoration: none;
}
.booking {
  float: left;
  margin: 10px 0 0;
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  color: #000000;
  color: #fff;
  text-align: center;
  background-color: #000000;
  padding: 3px 12px;
}
.booking:hover {
  text-decoration: none;
}
.calendar {
  padding-top: 15px;
}
.calendar table {
  width: 100%;
}
.calendar th,
.calendar td {
  border: none;
  text-align: center;
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  padding: 6px 3px;
  width: 18px;
  height: 18px;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar .ui-datepicker-header .ui-state-disabled {
  color: #e7e6dd;
}
.calendar .ui-datepicker-title {
  float: left;
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  color: #000000;
}
.calendar .ui-datepicker-next {
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.calendar .ui-datepicker-next i {
  font-size: 18px;
}
.calendar .ui-datepicker-prev {
  position: absolute;
  right: 40px;
  cursor: pointer;
}
.calendar .ui-datepicker-prev i {
  font-size: 18px;
}
.calendar .ui-datepicker-calendar span,
.calendar .ui-datepicker-calendar .event {
  border-radius: 50%;
}
.calendar .ui-datepicker-calendar .ui-datepicker-today {
  border-radius: 50%;
  background-color: #d8112f;
  color: #fff;
}
.calendar .ui-datepicker-calendar .event {
  background-color: #e7e6dd;
  color: #000000;
  padding: 5px 3px;
}
.calendar .ui-datepicker-calendar .event:hover {
  background-color: #000000;
  color: #fff;
}
.calendar .ui-datepicker-calendar .ui-datepicker-current-day {
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
}
.tickercontainer {
  border: none !important;
}
/* PEOPLE */
.people {
  padding-bottom: 50px;
}
.people dd:first-of-type {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.people li {
  padding: 5px 0;
}
.people li .person-name {
  font-family: alright_sansbold;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}
.people li .job-title {
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}
.other-notable {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #6d6e71;
}
.other-notable li {
  width: 200px;
  margin: 0;
  padding: 0;
}
.products {
  padding-top: 20px;
}
.person,
.product {
  float: left;
  width: 140px;
  margin: 10px 0;
  margin-right: 20px;
}
.person .person-name,
.product .person-name,
.person .product-name,
.product .product-name {
  display: block;
  font-family: alright_sansbold;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0;
}
.person .job-title,
.product .job-title {
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
}
.person a:hover,
.product a:hover {
  text-decoration: none;
}
.staff-detail .sub-pages li:nth-child(2) a {
  background-color: #000000;
  color: #fff;
  margin-left: -3px;
  padding-left: 2px;
}
.staff-detail .person-country {
  display: block;
  font-family: alright_sansregular;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 5px;
  padding-bottom: 0;
}
.staff-detail .entry-content {
  padding-top: 20px;
}
.post-type-archive-alumni .entry-content {
  padding-top: 10px;
}
.post-type-archive-alumni dl {
  margin-top: 0px !important;
  border-bottom: none !important;
}
.post-type-archive-alumni dt {
  font-family: alright_sansbold;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 15px;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.post-type-archive-alumni dd {
  display: none;
}
/* PRODUCTS */
.single-products .entry-content {
  padding-top: 0px;
}
/* COURSES */
.course-highlights {
  margin: 20px 0;
  padding: 5px 0;
  border-top: 1px solid #d8112f;
  border-bottom: 1px solid #d8112f;
}
.course-highlights ul {
  padding-left: 20px;
}
.course-highlights li {
  list-style-type: disc;
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  color: #d8112f;
}
.course-highlights li:last-child {
  padding-bottom: 0;
}
.course-details {
  font-family: alright_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  line-height: 19px;
}
.course-details ul {
  margin: 0 0 10px 20px;
}
.course-details ul.course-navigation {
  margin-top: 0;
  margin-left: 0;
}
.course-details .tab-content {
  display: none;
}
.course-details .tab-content:first-of-type {
  display: block;
}
.course-details .tab-content a {
  text-decoration: underline !important;
}
.course-details .tab-content p {
  margin-bottom: 10px;
}
.course-details .tab-content ul {
  margin: 0 0 10px 20px;
}
.course-details li {
  padding-bottom: 5px;
  list-style-type: disc;
  list-style-position: outside;
}
.course-details .course-navigation li {
  display: inline-block;
  width: 32.5%;
  padding: 5px;
  background-color: #e7e6dd;
  border-top: 2px solid #6d6e71;
}
.course-details .course-navigation li:hover,
.course-details .course-navigation li.current {
  background-color: #fff;
}
.course-details .course-navigation li a {
  display: block;
  padding: 0 !important;
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  color: #000000;
}
.course-details .course-navigation li a:hover {
  text-decoration: none;
}
.course-details dl {
  margin: 10px 0;
}
.course-details .further-information {
  margin-top: 10px;
}
.course-details .further-information h5 {
  font-family: alright_sansbold;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding-bottom: 10px;
}
.issuuembed {
  max-width: 100%;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  body {
    background-color: #fff;
    overflow-x: hidden;
  }
  #masthead {
    top: 0;
    width: 100%;
    height: 95px;
    z-index: 600;
    padding: 0 !important;
    border: none !important;
    background-color: #000000;
  }
  #masthead .site-branding {
    left: 1px;
    z-index: 600;
  }
  #masthead #menu-mobile,
  #masthead #sub-menu-mobile {
    position: absolute;
    top: 95px;
    width: 200px;
    height: 100%;
    left: -200px;
    z-index: 700;
    background-color: #e7e6dd;
  }
  #masthead #menu-mobile a,
  #masthead #sub-menu-mobile a {
    text-decoration: none !important;
  }
  #masthead #menu-mobile a.has-sub-menu,
  #masthead #sub-menu-mobile a.has-sub-menu {
    padding-right: 0px;
  }
  #masthead #menu-mobile ul,
  #masthead #sub-menu-mobile ul {
    display: block;
  }
  #masthead #menu-mobile ul li,
  #masthead #sub-menu-mobile ul li {
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }

  #masthead #menu-mobile ul li a,
  #masthead #sub-menu-mobile ul li a {
    font-family: alright_sansbold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px solid #6d6e71;
    display: inline-block;
    width: 100%;
    padding: 6px 8px;
  }
  #masthead #menu-mobile ul li a i,
  #masthead #sub-menu-mobile ul li a i {
    float: right;
  }
  #masthead #menu-mobile.open,
  #masthead #sub-menu-mobile.open {
    left: 0;
    -webkit-animation-name: slidemenu;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s;
    /* Chrome, Safari, Opera */
    animation-name: slidemenu;
    animation-duration: 0.5s;
  }
  #masthead #menu-mobile.closed,
  #masthead #sub-menu-mobile.closed {
    left: -200px;
    -webkit-animation-name: slidemenuout;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s;
    /* Chrome, Safari, Opera */
    animation-name: slidemenuout;
    animation-duration: 0.5s;
  }
  #masthead #sub-menu-mobile {
    left: -200px;
    z-index: 800;
  }
  #masthead #sub-menu-mobile li.menu-item-object-page a {
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
  }
  #masthead #sub-menu-mobile li a.close-menu {
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
  }
  #masthead #sub-menu-mobile li a.close-menu i {
    float: left;
  }
  #masthead #sub-menu-mobile .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    z-index: 400;
    background-color: #e7e6dd;
  }
  #masthead #sub-menu-mobile .sub-menu.open {
    left: 0;
    -webkit-animation-name: slidemenu;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s;
    /* Chrome, Safari, Opera */
    animation-name: slidemenu;
    animation-duration: 0.5s;
  }
  #masthead #sub-menu-mobile .sub-menu.closed {
    left: -200px;
    -webkit-animation-name: slidemenuout;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s;
    /* Chrome, Safari, Opera */
    animation-name: slidemenuout;
    animation-duration: 0.5s;
  }
  #masthead #menu-primary-menu {
    display: none;
  }
  #masthead #menu-top-navigation {
    display: none;
    width: 200px;
    z-index: 600;
  }
  #masthead #menu-top-navigation li {
    float: left;
    width: 100%;
    margin-left: 0;
    background-color: #e7e6dd;
  }
  #masthead #menu-top-navigation li:last-child {
    display: none;
  }
  #masthead #menu-top-navigation li:nth-last-child(2) a {
    border: none;
  }
  #masthead #menu-top-navigation li a {
    font-family: alright_sansregular !important;
    font-size: 12px !important;
    line-height: 16px !important;
    padding-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding-bottom: 0;
    border-top: 1px solid #fff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    letter-spacing: 1px;
  }
  #masthead #site-navigation {
    padding: 0;
    z-index: 600;
  }
  #masthead #site-navigation .menu-toggle,
  #masthead #site-navigation .search-toggle {
    position: absolute;
    display: block;
    top: 2px;
    right: 144px;
    padding: 0 !important;
    background: transparent;
    border: none;
  }
  #masthead #site-navigation .menu-toggle .icon-menu,
  #masthead #site-navigation .search-toggle .icon-menu {
    color: #fff;
    font-size: 28px;
  }
  #masthead #site-navigation .menu-toggle .icon-search,
  #masthead #site-navigation .search-toggle .icon-search {
    color: #fff;
    font-size: 24px;
  }
  #masthead #site-navigation .search-toggle {
    right: 105px;
    top: 3px;
  }
  #masthead .site-title a {
    display: block;
    width: 120px;
    height: 0;
    margin-top: 15px;
    margin-left: 5px;
    padding-top: 88px;
    background: url(../img/E15_logo_white.png) no-repeat top left;
    background-size: contain;
    text-indent: -9999px;
  }
  #search-box {
    display: none;
    padding: 0;
  }
  .search-query {
    border: none;
  }
  .prospectus {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .prospectus-form {
    display: none;
  }
  .prospectus-tab {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #d8112f;
    transform: none;
    display: block;
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    padding: 6px;
    color: #fff;
    text-transform: uppercase;
  }
  .prospectus-tab:hover {
    text-decoration: none;
  }
  .home .flexslider {
    margin-top: 0 !important;
    max-width: 100%;
  }
  .home .flexslider li {
    position: relative !important;
    width: 100%;
  }
  .home .flexslider .slide-text {
    position: relative;
    top: 0;
    height: 350px;
    color: #fff;
    font-family: alright_sansregular;
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #000000;
  }
  .home .flexslider .slide-text .slide-content {
    padding: 20px;
  }
  .home .flexslider .slide-text .slide-content h2,
  .home .flexslider .slide-text .slide-content p {
    max-width: 100%;
  }
  .home .flexslider .flex-control-nav {
    display: none;
    bottom: 15px;
    right: 10px;
  }
  .home .twitter-feed {
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
  }
  .home .twitter-feed .twitter {
    display: block;
    padding-top: 10px;
    font-family: alright_sansbold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    border-top: 1px solid #000000;
  }
  .home .twitter-feed .twitter a {
    color: #000000;
  }
  .home .twitter-feed li {
    margin-bottom: 5px !important;
  }
  .home .twitter-feed a {
    margin: 0;
    margin-right: 6px;
    color: #d8112f;
  }
  .home .fancybox i {
    width: 40%;
    height: 40%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 75px;
  }
  .home .fancybox i:hover {
    color: #ffffff;
  }
  .home .fancybox i:before {
    width: auto !important;
  }
  .home .fancy-video {
    display: none;
  }
  .home .play-video {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #primary {
    margin-top: 10px;
  }
  .flexslider {
    margin-top: 20px;
  }
  .flexslider img {
    margin-top: 0px !important;
  }
  .featured-item {
    margin-bottom: 10px;
  }
  .featured-item h4 {
    padding: 10px;
    background-color: #d8112f;
    color: #fff;
  }
  .breadcrumbs {
    padding-bottom: 20px;
  }
  .breadcrumbs i:before {
    width: auto;
  }
  .related-item {
    position: relative;
    float: left;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .related-item .related-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  }
  .related {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-top: 1px solid #6d6e71;
  }
  .related a {
    color: #fff;
  }
  .related p {
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0px;
  }
  .listing-item {
    margin-top: 20px;
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-bottom: 0;
  }
  .listing-item h2 {
    padding-top: 5px;
    padding-bottom: 0;
    border-top: none;
  }
  .listing-item .sub-title {
    display: block;
  }
  .listing-item a:hover {
    color: #6d6e71;
  }
  .listing-item p {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .listing-item p.event-excerpt {
    margin-left: 240px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .course-categories-highlights .course-category-image,
  .courses .course-category-image,
  .listing .course-category-image,
  .course-categories-highlights .course-image,
  .courses .course-image,
  .listing .course-image,
  .course-categories-highlights .listing-image,
  .courses .listing-image,
  .listing .listing-image {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .course-categories-highlights .course-category,
  .courses .course-category,
  .listing .course-category,
  .course-categories-highlights .listing-item,
  .courses .listing-item,
  .listing .listing-item {
    margin-bottom: 20px;
  }
  .course-categories-highlights .course-category a:hover,
  .courses .course-category a:hover,
  .listing .course-category a:hover,
  .course-categories-highlights .listing-item a:hover,
  .courses .listing-item a:hover,
  .listing .listing-item a:hover {
    color: #6d6e71;
  }
  .course-categories-highlights .course-category p,
  .courses .course-category p,
  .listing .course-category p,
  .course-categories-highlights .listing-item p,
  .courses .listing-item p,
  .listing .listing-item p {
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-bottom: 0;
  }
  .course-categories-highlights .course-category h2,
  .courses .course-category h2,
  .listing .course-category h2,
  .course-categories-highlights .listing-item h2,
  .courses .listing-item h2,
  .listing .listing-item h2 {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .course-categories-highlights .listing-item h2,
  .courses .listing-item h2,
  .listing .listing-item h2 {
    padding-bottom: 0px;
  }
  .course-categories-highlights .listing-item .sub-title,
  .courses .listing-item .sub-title,
  .listing .listing-item .sub-title {
    display: block;
  }
  .course-categories-highlights .listing-item .campus,
  .courses .listing-item .campus,
  .listing .listing-item .campus {
    font-family: alright_sansbold;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #000000;
  }
  .course-categories-highlights .listing-item p,
  .courses .listing-item p,
  .listing .listing-item p {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .course-sidebar {
    margin-top: 15px;
    -webkit-transform: translateZ(0);
  }
  .course-sidebar .essentials {
    padding: 5px;
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    background-color: #e7e6dd;
  }
  .course-sidebar .essentials h5 {
    font-family: alright_sansbold;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #000000;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .course-sidebar .essentials a {
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    text-decoration: underline;
  }
  .course-sidebar .essentials a.button {
    font-family: alright_sansbold;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #000000;
    display: block;
    margin: 10px 0;
    padding: 5px;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
  }
  .course-sidebar .essentials a.button:hover {
    text-decoration: none;
  }
  .course-sidebar .essentials a.button:last-child {
    margin: 0 0 5px;
  }
  .course-sidebar .case-study {
    margin-top: 20px;
    padding: 10px;
    background-color: #e7e6dd;
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .course-sidebar .case-study p {
    margin-bottom: 10px;
  }
  .course-sidebar .case-study .person-image {
    margin: 10px 0;
  }
  .course-sidebar .case-study .person-name {
    display: block;
    padding-bottom: 0 !important;
    font-family: alright_sansbold;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #000000;
  }
  .course-sidebar .case-study .person-quote {
    margin-top: 10px;
  }
  .post-type-archive-alumni .course_filters,
  .tax-alumni_category .course_filters {
    float: none;
  }
  .post-type-archive-alumni .year_filters,
  .tax-alumni_category .year_filters {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    z-index: 10;
  }
  .course_filters {
    margin-bottom: 10px;
  }
  .person:nth-child(2n+0),
  .product:nth-child(2n+0) {
    margin-right: 0;
  }
  .person:nth-child(2n+1),
  .product:nth-child(2n+1) {
    clear: left;
  }
  .other-notable li {
    width: 140px;
    margin-right: 20px;
  }
  footer .accessibility {
    text-align: left;
  }
  footer .google_translate span {
    padding: 0;
    float: left;
  }
  footer .google_translate select {
    font-family: alright_sansregular;
    font-size: 11px;
    padding: 0 20px 0 10px;
    line-height: 22px;
    height: 22px;
  }
  footer .button {
    margin-top: 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  #masthead .site-branding {
    left: auto;
  }
  #masthead #menu-top-navigation li a {
    line-height: 24px;
  }
  .person:nth-child(2n+0),
  .product:nth-child(2n+0) {
    margin-right: 20px;
  }
  .person:nth-child(2n+1),
  .product:nth-child(2n+1) {
    clear: none;
  }
  .person:nth-child(3n+0),
  .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .person:nth-child(3n+1),
  .product:nth-child(3n+1) {
    clear: left;
  }
  .other-notable li:nth-child(3n+0) {
    margin-right: 20px;
  }
  .other-notable li:nth-child(3n+1) {
    clear: none;
  }
  .other-notable li:nth-child(2n+1) {
    clear: left !important;
  }
  .post-type-archive-alumni .course_filters,
  .tax-alumni_category .course_filters {
    float: left;
  }
  .post-type-archive-alumni .year_filters,
  .tax-alumni_category .year_filters {
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .related {
    margin: 20px 0;
    padding: 0;
    padding-top: 20px;
    color: #fff;
    border-top: 1px solid #6d6e71;
  }
  .related a {
    color: #fff;
  }
  .related p {
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0px;
  }
  .related .related-items {
    padding: 0;
  }
  .related .related-item {
    position: relative;
    float: left;
    width: 220px;
    height: 170px;
    margin-right: 20px;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .related .related-item:last-child {
    margin-right: 0;
  }
  .related .related-item .related-content {
    position: absolute;
    bottom: 0;
    padding: 10px;
    padding-top: 20px;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  }
  .related .related-item:last-child {
    margin-right: 0;
  }
  /* LISTINGS */
  .listing h3 {
    padding-top: 20px;
  }
  .listing-image {
    float: left;
    width: 220px !important;
    margin-right: 20px !important;
  }
  #page-productions h4 {
    border-top: 1px solid #d8112f;
    margin-left: 240px;
    padding-top: 5px;
  }
  .blog h4,
  .archive h4 {
    border-top: 1px solid #d8112f;
    margin-left: 240px;
    padding-top: 5px;
  }
  .listing-item {
    margin-top: 20px;
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-bottom: 0;
  }
  .listing-item h2 {
    margin-left: 240px;
    padding-top: 5px;
    padding-bottom: 0;
    border-top: 1px solid #d8112f;
  }
  .listing-item .sub-title {
    display: block;
  }
  .listing-item p {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .listing-item p.event-excerpt {
    margin-left: 240px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .course-categories-highlights .course-category-image,
  .courses .course-category-image,
  .course-categories-highlights .course-image,
  .courses .course-image {
    float: left;
    width: 220px;
    margin-right: 20px;
  }
  .course-categories-highlights .course-category,
  .courses .course-category,
  .course-categories-highlights .listing-item,
  .courses .listing-item {
    margin-top: 20px;
  }
  .course-categories-highlights .course-category p,
  .courses .course-category p,
  .course-categories-highlights .listing-item p,
  .courses .listing-item p {
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-bottom: 0;
    padding-left: 240px;
  }
  .course-categories-highlights .course-category h2,
  .courses .course-category h2,
  .course-categories-highlights .listing-item h2,
  .courses .listing-item h2 {
    margin-left: 240px;
    padding-top: 5px;
    padding-bottom: 20px;
    border-top: 1px solid #d8112f;
  }
  .course-categories-highlights .listing-item h2,
  .courses .listing-item h2 {
    padding-bottom: 0px;
  }
  .course-categories-highlights .listing-item .sub-title,
  .courses .listing-item .sub-title {
    display: block;
    padding-left: 240px;
  }
  .course-categories-highlights .listing-item p,
  .courses .listing-item p {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  body {
    overflow-x: auto;
  }
  .flex-direction-nav {
    display: none;
  }
  .home .flexslider {
    width: 100%;
    margin-top: 0 !important;
    max-height: 520px !important;
  }
  .home .flexslider li {
    width: auto;
    position: relative;
    overflow: hidden;
  }
  .home .flexslider .slide-image {
    width: 100% !important;
    max-width: 980px;
    max-height: 520px;
    overflow: hidden;
  }
  .home .flexslider .slide-image img {
    margin-left: 0 !important;
    width: auto !important;
    width: 100% !important;
    max-width: 100%;
  }
  .home .flexslider .slide-text {
    position: absolute;
    top: 0;
    height: 100%;
    color: #fff;
    font-family: alright_sansregular;
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 15px;
    width: 100%;
    background: transparent;
    background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 85%, #000000 99%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(85%, rgba(0, 0, 0, 0.6)), color-stop(99%, #000000));
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 85%, #000000 99%);
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 85%, #000000 99%);
    background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 85%, #000000 99%);
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 85%, #000000 99%);
  }
  .home .flexslider .slide-text .slide-content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
  }
  .home .flexslider .slide-text .slide-content h2,
  .home .flexslider .slide-text .slide-content p {
    max-width: 720px;
  }
  .home .flexslider {
    min-height: 370px;
  }
  .home .flex-control-nav {
    bottom: 15px;
    text-align: right;
    display: block !important;
  }
  .home .featured {
    padding: 20px 0;
  }
  .home .featured-item {
    position: relative;
    -webkit-transform: translateZ(0);
  }
  .home .featured-item a {
    display: block;
    position: relative;
  }
  .home .featured-item h4 {
    color: #fff;
    background-color: transparent;
    padding: 0;
  }
  .home .related-content {
    position: absolute;
    bottom: 0;
    padding: 5px;
    padding-top: 50px;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  }
  .home #primary {
    margin-top: 0px !important;
  }
  .home .twitter-feed {
    -webkit-transform: translateZ(0);
    padding-top: 13px;
    border-top: 1px solid #6d6e71;
  }
  .home .twitter-feed .twitter {
    position: absolute;
    padding: 8px 6px 0 0;
    background-color: #fff;
    font-family: alright_sansbold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    z-index: 200;
    border: none;
  }
  .home .twitter-feed .tickercontainer {
    -webkit-transform: translateZ(0);
    width: 100%;
    border: none;
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
  }
  .home .twitter-feed .tickercontainer .mask {
    width: 100%;
  }
  .home .twitter-feed .tickercontainer ul {
    padding-left: 20px;
  }
  .home .twitter-feed .tickercontainer a {
    margin: 0;
    margin-right: 6px;
    color: #d8112f;
  }
  .home .twitter-feed .tickercontainer li {
    padding-left: 10px;
  }
  .home .twitter-feed .tickercontainer li:after {
    content: ' - ';
  }
  .flexslider {
    min-height: 370px;
  }
  .flex-control-nav {
    bottom: 5px;
    right: 0;
    text-align: right;
    display: block !important;
    background-color: transparent;
  }
  .person:nth-child(2n+0),
  .product:nth-child(2n+0) {
    margin-right: 20px;
  }
  .person:nth-child(2n+1),
  .product:nth-child(2n+1) {
    clear: none;
  }
  .person:nth-child(3n+0),
  .product:nth-child(3n+0) {
    margin-right: 20px;
  }
  .person:nth-child(3n+1),
  .product:nth-child(3n+1) {
    clear: none;
  }
  .person:nth-child(4n+0),
  .product:nth-child(4n+0) {
    margin-right: 0;
  }
  .person:nth-child(4n+1),
  .product:nth-child(4n+1) {
    clear: left;
  }
  .other-notable li {
    width: 200px;
  }
  .copyright {
    text-align: right;
  }
  .post-type-archive-alumni .course_filters,
  .tax-alumni_category .course_filters {
    float: left;
  }
  .post-type-archive-alumni .course_filters dl,
  .tax-alumni_category .course_filters dl {
    margin-top: 0;
  }
  .post-type-archive-alumni .year_filters,
  .tax-alumni_category .year_filters {
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .post-type-archive-alumni .year_filters dl,
  .tax-alumni_category .year_filters dl {
    margin-top: 0;
  }
  .tax-alumni_category .year_filters .button {
    margin-top: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #menu-mobile {
    display: none;
  }
  #masthead {
    height: 115px;
    z-index: 600;
  }
  #masthead #site-navigation .menu-toggle,
  #masthead #site-navigation .search-toggle {
    display: none;
  }
  #site-navigation ul {
    display: block !important;
  }
  #site-navigation ul.sub-menu {
    display: none !important;
  }
  #site-navigation li {
    color: #000;
    padding: 7px 5px 5px;
    font-family: alright_sansbold;
    font-size: 20px;
    line-height: 20px;
  }
  #site-navigation li:last-child {
    margin-right: 10px;
  }
  #site-navigation li a {
    padding: 0 10px;
  }
  #site-navigation li.current-page-ancestor,
  #site-navigation li.current-page-ancestor a,
  #site-navigation li.current_page_item,
  #site-navigation li.current_page_item a,
  #site-navigation li:hover,
  #site-navigation li:hover a {
    background-color: #000;
    color: #fff;
  }
  .home #site-navigation li,
  .page #site-navigation li {
    color: #fff;
    font-family: alright_sansbold;
    font-size: 20px;
    line-height: 20px;
  }
  .home #site-navigation li:last-child,
  .page #site-navigation li:last-child {
    margin-right: 10px;
  }
  .home #site-navigation li a,
  .page #site-navigation li a {
    padding: 0 10px;
  }
  .home #site-navigation li.current_page_item,
  .page #site-navigation li.current_page_item,
  .home #site-navigation li.current-page-ancestor,
  .page #site-navigation li.current-page-ancestor,
  .home #site-navigation li.current-page-ancestor a,
  .page #site-navigation li.current-page-ancestor a,
  .home #site-navigation li.current_page_item a,
  .page #site-navigation li.current_page_item a,
  .home #site-navigation li:hover,
  .page #site-navigation li:hover,
  .home #site-navigation li:hover a,
  .page #site-navigation li:hover a {
    background-color: #fff;
    color: #000;
  }
  .page #masthead .site-title a {
    background: url(../img/E15_logo_white.png) no-repeat top left;
    background-size: contain;
  }
  .blog #masthead .site-title a,
  .page-template #masthead .site-title a {
    background: url(../img/E15_logo_black.png) no-repeat top left;
    background-size: contain;
  }
  #masthead {
    position: fixed;
    float: none;
    height: 80px;
    top: 0;
    z-index: 600;
    padding: 0 !important;
    border: none !important;
    background-color: transparent;
  }
  #masthead .top-nav {
    background-color: #000;
    height: 40px;
  }
  #masthead .top-nav ul {
    display: block !important;
  }
  #masthead #menu-top-navigation {
    float: right;
    width: auto;
    padding: 5px 20px 0;
    padding-right: 10px;
  }
  #masthead #menu-top-navigation li {
    width: auto;
    display: inline-block;
    padding: 2px 6px;
    background-color: transparent;
  }
  #masthead #menu-top-navigation li a {
    padding: 3px 2px 0;
    color: #fff;
    font-size: 11px !important;
    line-height: 18px !important;
    padding-bottom: 0 !important;
    text-transform: uppercase;
    border: none;
  }
  #masthead #menu-top-navigation li:hover a,
  #masthead #menu-top-navigation li.current-menu-item a,
  #masthead #menu-top-navigation li.current-page-ancestor a {
    background: #fff;
    color: #000000;
    text-decoration: none;
  }
  #masthead #menu-top-navigation li:last-child {
    padding-right: 0;
    display: inline-block;
  }
  #masthead #menu-top-navigation li:last-child a {
    font-size: 16px;
  }
  #masthead #site-navigation {
    width: 100%;
    padding: 10px 0 !important;
  }
  #masthead .menu-primary-menu-container {
    float: right;
  }
  #masthead .site-title a {
    display: block;
    width: 158px;
    height: 0;
    margin-top: 54px;
    padding-top: 88px;
    background: url(../img/E15_logo_black.png) no-repeat top left;
    background-size: contain;
    text-indent: -9999px;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
  }
  #masthead .site-title a.fixed {
    width: 39px;
    margin-top: 3px;
    padding-top: 66px;
    background: url(../img/E15_icon_white.png) no-repeat top left;
    background-size: contain;
    -webkit-animation-name: fixedlogo;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s;
    /* Chrome, Safari, Opera */
    animation-name: fixedlogo;
    animation-duration: 0.5s;
  }
  .main-navigation-container.solid,
  .main-navigation-container.solid #site-navigation,
  .page-template #site-navigation,
  .blog #site-navigation {
    background-color: #fff;
  }
  .main-navigation-container.solid a,
  .main-navigation-container.solid #site-navigation a,
  .page-template #site-navigation a,
  .blog #site-navigation a {
    color: #000000;
  }
  .main-navigation-container.solid li.current-page-ancestor,
  .main-navigation-container.solid #site-navigation li.current-page-ancestor,
  .page-template #site-navigation li.current-page-ancestor,
  .blog #site-navigation li.current-page-ancestor,
  .main-navigation-container.solid li.current-page-ancestor a,
  .main-navigation-container.solid #site-navigation li.current-page-ancestor a,
  .page-template #site-navigation li.current-page-ancestor a,
  .blog #site-navigation li.current-page-ancestor a,
  .main-navigation-container.solid li.current_page_item,
  .main-navigation-container.solid #site-navigation li.current_page_item,
  .page-template #site-navigation li.current_page_item,
  .blog #site-navigation li.current_page_item,
  .main-navigation-container.solid li.current_page_item a,
  .main-navigation-container.solid #site-navigation li.current_page_item a,
  .page-template #site-navigation li.current_page_item a,
  .blog #site-navigation li.current_page_item a,
  .main-navigation-container.solid li:hover,
  .main-navigation-container.solid #site-navigation li:hover,
  .page-template #site-navigation li:hover,
  .blog #site-navigation li:hover,
  .main-navigation-container.solid li:hover a,
  .main-navigation-container.solid #site-navigation li:hover a,
  .page-template #site-navigation li:hover a,
  .blog #site-navigation li:hover a {
    background-color: #000;
    color: #fff;
  }
  #search-box {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }
  #search-box .search-query {
    background-color: #fff;
    margin-top: 50%;
  }
  #search-box .search-query input {
    width: 100%;
    font-family: alright_sansregular;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #6d6e71;
    font-size: 24px;
    line-height: 50px;
    padding: 5px 10px;
    padding-right: 30px;
    border: none;
  }
  #search-box .search-query button {
    position: absolute;
    right: 20px;
    height: 60px;
    -webkit-appearance: none;
    padding: 5px 0;
    border: none;
    background-color: #fff;
  }
  #search-box .search-query button i {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
  }
  .post-type-archive-alumni .year_filters,
  .tax-alumni_category .year_filters {
    margin-bottom: 10px;
  }
  .header-image {
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 500px;
    padding-top: 40px;
    z-index: 10;
    background-color: #000;
  }
  .header-image .header-overlay {
    position: absolute;
    top: 40px;
    height: 130px;
    width: 100%;
    max-width: 960px;
    background: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .home #site-navigation {
    background-color: transparent;
  }
  .home #site-navigation a {
    color: #fff;
  }
  .home #site-navigation li:hover,
  .home #site-navigation li:hover a {
    background-color: #fff;
    color: #000000;
  }
  .home #masthead .site-title a {
    background: url(../img/E15_logo_white.png) no-repeat top left;
    background-size: contain;
  }
  .home #masthead .site-title a.fixed {
    width: 39px;
    margin-top: 3px;
    padding-top: 66px;
    background: url(../img/E15_icon_white.png) no-repeat top left;
    background-size: contain;
    -webkit-animation-name: fixedlogo;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s;
    /* Chrome, Safari, Opera */
    animation-name: fixedlogo;
    animation-duration: 0.5s;
  }
  .prospectus {
    position: fixed;
    top: 185px !important;
    left: 100%;
    width: 1000px;
    height: 100%;
    margin-left: -46px;
    z-index: 500;
  }
  .prospectus .close-tab {
    float: right;
  }
  .prospectus .close-tab i:before {
    width: auto;
  }
  .prospectus .close-tab i {
    font-size: 18px;
    float: right;
    padding: 0 5px;
  }
  .prospectus .prospectus-tab {
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: auto;
    height: 150px;
  }
  .prospectus .prospectus-tab div {
    padding: 0px !important;
    margin: 10px 20px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    -ms-transform-origin: 0 0;
    /* IE 9 */
    -webkit-transform-origin: 0 0;
    /* Chrome, Safari, Opera */
    transform-origin: 0 0;
  }
  .prospectus .prospectus-form {
    display: block;
    position: absolute;
    height: calc(100% - 185px);
    height: -moz-calc(100% - 185px);
    height: -webkit-calc(100% - 185px);
    overflow: scroll;
    overflow-x: hidden;
    margin-left: 46px;
    padding-left: 20px;
    background-color: #d8112f;
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
  }
  .prospectus .prospectus-form input[type="text"],
  .prospectus .prospectus-form input[type="email"] {
    width: 500px;
  }
  .prospectus .prospectus-form textarea {
    width: 500px;
    height: 95px;
  }
  .prospectus .prospectus-form a[href$=".pdf"] {
    display: inline-block;
    height: 25px;
    padding: 5px 10px !important;
    background-color: #fff;
    color: #000000;
    font-family: alright_sansbold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    text-decoration: none !important;
  }
  .prospectus .prospectus-form a[href$=".pdf"]:hover {
    text-decoration: none !important;
  }
  .prospectus .prospectus-form a[href$=".pdf"]:before {
    font-family: "fontello";
    content: '\e815\00a0\00a0\00a0';
  }
  .prospectus .prospectus-content {
    width: 1500px;
    padding: 20px 0 20px 85px;
    background-color: #e7e6dd;
    -webkit-transform: translateZ(0);
  }
  .prospectus .prospectus-content .entry-header {
    max-width: 500px;
  }
  .prospectus .prospectus-content h2 {
    margin-top: 20px;
  }
  .prospectus .prospectus-content article {
    max-width: 500px;
  }
  .plain-header #primary {
    margin-top: 175px !important;
  }
  #primary {
    position: relative;
    margin-top: -160px;
    z-index: 10;
  }
  .page-navigation {
    padding-top: 15px;
    background-color: #fff;
    min-height: 600px !important;
  }
  .page-navigation li {
    border-bottom: 1px solid #e7e6dd;
  }
  .page-navigation li.current_page_item a {
    background-color: #000000;
    text-decoration: none;
    color: #fff;
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 8px;
  }
  .page-navigation a {
    display: block;
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0px;
    margin: 5px 0;
    color: #000;
    padding: 2px;
  }
  .page-navigation a.current,
  .page-navigation a:hover {
    text-decoration: none;
    color: #fff;
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 8px;
  }
  .page-navigation a.current {
    background-color: #000000;
  }
  .page-navigation a:hover {
    background-color: #d8112f;
  }
  .page-navigation .course-categories {
    margin-bottom: 7px;
  }
  .page-navigation .course-categories li:last-child {
    border-bottom: 1px solid #000000;
  }
  .page-navigation .course-category-posts li {
    border-bottom: 1px solid #e7e6dd !important;
  }
  .page-navigation .course-category-posts li:last-child {
    border: none !important;
  }
  .page-navigation .course-categories a,
  .page-navigation .parent a {
    font-family: alright_sansbold;
  }
  .page-navigation .sub-pages li:last-child {
    border: none;
  }
  .page-navigation .sub-pages li a {
    font-family: alright_sansbold;
    padding-bottom: 0;
  }
  .page-navigation .course-category-posts li {
    border: none;
  }
  .page-navigation .course-category-posts a {
    display: block;
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
    margin: 5px 0;
    color: #6d6e71;
    margin-right: -6px;
  }
  .page-navigation .course-category-posts a.current,
  .page-navigation .course-category-posts a:hover {
    color: #fff;
    margin-left: -6px;
    padding-left: 8px;
  }
  .page-container {
    padding-top: 10px;
    background-color: #fff;
  }
  .flexslider {
    margin-top: 20px;
  }
  .flexslider img {
    margin-top: 0px !important;
  }
  .single .breadcrumbs,
  .tax-course_category .breadcrumbs {
    padding: 10px 0 10px 0;
  }
  .single .breadcrumbs a:hover,
  .tax-course_category .breadcrumbs a:hover {
    text-decoration: none;
  }
  .single #primary,
  .tax-course_category #primary {
    margin-top: 175px;
  }
  .single .flex-control-nav,
  .tax-course_category .flex-control-nav {
    bottom: 5px;
    right: 0px;
    text-align: right;
    display: block !important;
    background-color: transparent;
  }
  .single .flexslider,
  .tax-course_category .flexslider {
    min-height: 370px;
  }
  .person:nth-child(4n+0),
  .product:nth-child(4n+0) {
    margin-right: 20px;
  }
  .person:nth-child(4n+1),
  .product:nth-child(4n+1) {
    clear: none;
  }
  .person:nth-child(5n+0),
  .product:nth-child(5n+0) {
    margin-right: 0;
  }
  .person:nth-child(5n+1),
  .product:nth-child(5n+1) {
    clear: left;
  }
  .other-notable li:nth-child(5n+0) {
    margin-right: 20px;
  }
  .other-notable li:nth-child(5n+1) {
    clear: none;
  }
  .course-sidebar .essentials {
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
  }
  .course-sidebar .essentials h5 {
    font-family: alright_sansbold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
  }
  .course-sidebar .essentials a {
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    text-decoration: underline !important;
  }
  .course-sidebar .essentials a.button {
    font-family: alright_sansbold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
  }
  .course-sidebar .case-study {
    font-family: alright_sansregular;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
  }
  .course-sidebar .case-study .person-name {
    font-family: alright_sansbold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
  }
  .related {
    padding: 20px 5px;
  }
  footer .social {
    clear: left;
    float: none;
    padding-top: 10px;
  }
  footer .button {
    margin-top: 29px;
  }
  footer .contacts p {
    padding-top: 10px;
  }
  footer .accessibility {
    text-align: right;
  }
  footer .google_translate span.footer-label {
    float: left;
    padding: 0;
    display: inline-block;
    padding-left: 15px;
    line-height: 22px;
    font-size: 11px;
  }
  footer .goog-te-menu-value span {
    margin-right: 0;
    padding: 0 5px 0 0;
    float: none;
  }
}
/* Large Devices, Wide Screens */

