/*
	Theme Name: IT Revolution
	Description: Child theme of Genesis, by <a href="http://cgd.io">Clif Griffin Development Inc</a>.
	Author: Clif Griffin Development Inc.
	Author URI: http://cgd.io

	Template: genesis
*/
@import url(assets/components/normalize.css/normalize.css);
button, input[type="button"], input[type="reset"], input[type="submit"],
.button a {
  appearance: none;
  background-color: #00adef;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "brandon-grotesque", "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  padding: 1.5em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .button a:hover,
  .button a:focus {
    background-color: #008abf;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .button a:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
    .button a:disabled:hover {
      background-color: #00adef; }

.button-arrow a,
.button-arrow-white a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-family: "brandon-grotesque", "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: inherit;
  color: #fff;
  background: #00adef;
  cursor: pointer;
  padding: 15px 110px 15px 30px;
  margin: 1.5em 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 100; }
  .button-arrow a:before,
  .button-arrow-white a:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("assets/icons/icon-right-arrow.svg");
    background-repeat: no-repeat;
    content: '';
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 25px;
    z-index: 200; }
  .button-arrow a:hover,
  .button-arrow-white a:hover {
    color: white; }
    .button-arrow a:hover:before,
    .button-arrow-white a:hover:before {
      right: 10px; }
  @media only screen and (min-width: 800px) {
    .button-arrow a,
    .button-arrow-white a {
      padding: 15px 100px 15px 30px; } }

.button {
  display: inline-block; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple]:hover {
    border-color: #bebebe; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple]:focus {
    border-color: #00adef;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 155, 214, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #eee; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b3b3b3;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eee;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #2d2d2d;
  font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  text-transform: uppercase; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.25em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #00adef;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #0082b3; }

hr {
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* ## Site Containers
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

/* ## Column Widths and Positions
--------------------------------------------- */
.content,
.sidebar-primary,
.full-width .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .content:last-child,
  .sidebar-primary:last-child,
  .full-width .content:last-child {
    margin-right: 0; }

@media screen and (min-width: 1100px) {
  .content-sidebar .content-sidebar-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .content-sidebar .content-sidebar-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .content-sidebar .content-sidebar-wrap .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .content-sidebar .content-sidebar-wrap .content:last-child {
        margin-right: 0; }
    .content-sidebar .content-sidebar-wrap .sidebar-primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .content-sidebar .content-sidebar-wrap .sidebar-primary:last-child {
        margin-right: 0; } }

/**
* Avatar
*/
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

/**
* Media
*/
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 3em; }

img.alignnone,
.alignnone {
  margin-bottom: 1.5em; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 3em 3em 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 3em 3em; }

.wp-caption-text {
  font-size: 1em;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/**
* Objects
*/
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/**
* Site Title
*/
.site-title a,
.site-title a:hover {
  color: #2d2d2d; }

.header-image .site-title > a {
  background: url(assets/images/logo.png) no-repeat left;
  float: left;
  min-height: 90px;
  width: 100%; }

/**
* Widget
*/
.widget {
  word-wrap: break-word; }

.widget li li {
  border: none;
  margin: 0 0 0 3em;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/**
* Entry Content
*/
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/**
* Entry Meta
*/
.entry-comments-link::before {
  content: "\2014";
  margin: 0 1.5em 0 0.75em; }

/**
* Gallery
*
* We aren't going to use Neat for this gallery due to the possible number of gallery columns
* that don't easily break into 12.
*
*/
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #2d2d2d;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #999; }

/**
 * Components
 */
body {
  position: relative;
  overflow-x: hidden; }

.site-container {
  position: relative;
  overflow: hidden;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.move-left {
  right: 300px; }

.mobile-menu-icon {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 1.5em;
  top: 50%; }
  @media screen and (min-width: 1100px) {
    .mobile-menu-icon {
      display: none; } }

#mobile-menu {
  background-color: #2d2d2d;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  overflow: auto;
  z-index: 2000; }
  #mobile-menu.move-in {
    right: 0; }

.mobile-menu {
  padding: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .mobile-menu ul {
    list-style-type: none; }
  .mobile-menu .menu {
    margin-bottom: 0; }
  .mobile-menu .menu > li {
    margin-left: 0; }
    .mobile-menu .menu > li:before {
      content: none; }
    .mobile-menu .menu > li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .mobile-menu .menu > li > a {
      font-family: "brandon-grotesque", "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 500;
      color: #fff;
      display: block;
      margin-bottom: 1.25em;
      line-height: 1em;
      text-transform: uppercase; }
    .mobile-menu .menu > li.menu-item-has-children {
      position: relative; }
      .mobile-menu .menu > li.menu-item-has-children:after {
        content: '';
        background: url("assets/icons/icon-arrow-white.svg") no-repeat 50% 50%;
        background-size: cover;
        width: 26px;
        height: 26px;
        position: absolute;
        top: -3px;
        right: -5px;
        cursor: pointer;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        transition: all 0.8s ease; }
      .mobile-menu .menu > li.menu-item-has-children.active {
        padding-bottom: 10px; }
        .mobile-menu .menu > li.menu-item-has-children.active:after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .mobile-menu .menu > li.menu-item-has-children .sub-menu {
        padding-left: 0.625em;
        display: none;
        margin-bottom: 1.25em; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu li {
          margin-left: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:before {
            content: none; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:first-child {
            margin-top: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:last-child {
            margin-bottom: 0; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu a {
          color: #eee;
          font-family: "brandon-grotesque", "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .mobile-menu .icon-close-container {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 16px;
    right: 14px;
    cursor: pointer;
    z-index: 99999; }
  .mobile-menu .icon-close {
    width: 28px;
    height: 28px; }
    .mobile-menu .icon-close path:first-child {
      fill: #fff; }

.site-header {
  background-color: #fff;
  padding: 0.5em 0;
  position: relative; }
  @media screen and (min-width: 900px) {
    .scrolled .site-header {
      margin-bottom: 72px; } }

/**
 * Title Area
 */
.title-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .title-area:last-child {
    margin-right: 0; }
  @media screen and (min-width: 900px) {
    .title-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .title-area:last-child {
        margin-right: 0; } }
  .header-full-width .title-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    .header-full-width .title-area:last-child {
      margin-right: 0; }

.site-title,
.site-description {
  margin-bottom: 0; }

.site-title {
  font-size: 2.5em;
  font-weight: 500; }
  .site-title a:hover,
  .site-title a:focus {
    color: #00adef; }

.site-description {
  font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 500; }

.header-image .site-title,
.header-image .site-description {
  display: block;
  text-indent: -9999px; }

.header-image .site-title > a {
  background-image: url("assets/icons/logos/primary-hollow-cyan.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-color: transparent;
  background-size: contain;
  display: block;
  width: auto; }

/**
 * Header Right
 */
.site-header .widget-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .site-header .widget-area:last-child {
    margin-right: 0; }
  @media screen and (min-width: 900px) {
    .site-header .widget-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .site-header .widget-area:last-child {
        margin-right: 0; } }

.site-header .widget-area .widget {
  margin: 0;
  width: 100%; }

.site-header .widget-area img {
  display: block; }

.site-topbar .widget {
  margin: 0.75em 0 0.75em 1.5em !important;
  width: 225px;
  display: none; }
  @media screen and (min-width: 1100px) {
    .site-topbar .widget {
      display: block; } }

.site-topbar .widget_search {
  position: relative; }

.site-topbar .widget-wrap:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("assets/icons/icon-search.svg");
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 50; }

.site-topbar .search-form input {
  border: none;
  border-bottom: 1px solid #2d2d2d;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  background-color: transparent; }

.site-topbar .search-form input[type="submit"] {
  display: none; }

.site-container > .nav-primary {
  display: none; }

.genesis-nav-menu {
  clear: both;
  font-family: "brandon-grotesque", "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  font-size: 1em;
  line-height: 24px;
  text-align: left; }
  .genesis-nav-menu .menu-item > a {
    color: #fff;
    display: block;
    letter-spacing: 2px;
    padding: 0.75em;
    padding-left: 0;
    transition: color 150ms ease;
    text-transform: uppercase; }
    @media screen and (min-width: 1100px) {
      .genesis-nav-menu .menu-item > a {
        padding: 0.75em; } }
    .genesis-nav-menu .menu-item > a:hover {
      color: #00adef; }
  .genesis-nav-menu .menu-item a:hover,
  .genesis-nav-menu .menu-item a:focus,
  .genesis-nav-menu .menu-item.current-menu-item > a,
  .genesis-nav-menu .menu-item.current-menu-ancestor > a,
  .genesis-nav-menu .menu-item.current-menu-parent > a,
  .genesis-nav-menu .menu-item .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu .menu-item .sub-menu .current-menu-item > a:focus {
    color: #00adef; }
  .genesis-nav-menu .menu-item .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 100; }
    .genesis-nav-menu .menu-item .sub-menu a {
      background-color: #fff;
      border: 1px solid #eee;
      border-top: none;
      color: #fff;
      font-size: 1em;
      letter-spacing: 2px;
      padding: 0.75em;
      position: reative;
      transition: all 150ms ease;
      width: 200px; }
      .genesis-nav-menu .menu-item .sub-menu a:hover {
        color: #00adef; }
    .genesis-nav-menu .menu-item .sub-menu .sub-menu {
      margin: -41px 0 0 199px; }
  .genesis-nav-menu .menu-item:hover, .genesis-nav-menu .menu-item:focus {
    position: static; }
    .genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-nav-menu .menu-item:focus > .sub-menu {
      left: auto;
      opacity: 1; }
  .genesis-nav-menu .menu-item:first-child > a {
    padding-left: 0; }
  .genesis-nav-menu .menu-item .sub-menu .menu-item:first-child > a {
    padding-left: 0.75em; }
  .genesis-nav-menu .menu-item:last-child > a,
  .genesis-nav-menu .menu-item.last > a {
    padding-right: 0; }
  .genesis-nav-menu .menu-item .sub-menu .menu-item:last-child > a,
  .genesis-nav-menu .menu-item .sub-menu .menu-item.last > a {
    padding-right: 0.75em; }

.site-topbar {
  background: #eee;
  position: relative; }
  .site-topbar .genesis-nav-menu .menu-item > a {
    color: #2d2d2d; }

.nav-primary {
  display: none; }
  .nav-primary .genesis-nav-menu .menu-item.current-menu-item > a {
    color: #00adef; }
  .nav-primary .genesis-nav-menu .menu-item > a:hover {
    color: #00adef; }
  .nav-primary .wrap {
    width: 100%; }
  .nav-primary .sub-menu .menu-item a {
    background: #2d2d2d;
    border-color: black; }

.site-topbar .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .site-topbar .wrap .nav-primary {
    margin-left: auto; }
    @media screen and (min-width: 1100px) {
      .site-topbar .wrap .nav-primary {
        display: block; } }

.menu-social-item {
  display: inline-block; }
  .menu-social-item svg {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    fill: #2d2d2d; }
  .menu-social-item > a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0.75em 0.375em; }
    .menu-social-item > a:hover svg {
      fill: #00adef; }

.nav-secondary {
  background: #2d2d2d;
  display: none;
  transition: all 150ms ease; }
  @media screen and (min-width: 1100px) {
    .nav-secondary {
      display: block; } }
  .nav-secondary .genesis-nav-menu .menu-item > a {
    padding-bottom: 1.5em;
    padding-top: 1.5em; }
    .nav-secondary .genesis-nav-menu .menu-item > a:hover {
      color: #00adef; }
  @media screen and (min-width: 900px) {
    .scrolled .nav-secondary {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1500; }
    .admin-bar.scrolled .nav-secondary {
      top: 32px; } }

.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .page-banner:after {
    content: "";
    background: rgba(0, 173, 239, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-banner > .wrap {
    padding: 5em 0;
    position: relative;
    text-align: center; }
  .page-banner .page-title {
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 100; }

.page-slider.slick-dotted.slick-slider {
  margin-bottom: 0; }

.page-slider .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 1100px) {
    .page-slider .slide {
      height: 600px; } }
  .page-slider .slide.mobile-offset-right {
    background-position: 70%; }
    @media screen and (min-width: 900px) {
      .page-slider .slide.mobile-offset-right {
        background-position: center; } }
  .page-slider .slide.mobile-offset-left {
    background-position: 30%; }
    @media screen and (min-width: 900px) {
      .page-slider .slide.mobile-offset-left {
        background-position: center; } }
  .page-slider .slide:after {
    background: #000;
    content: '';
    height: 100%;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-slider .slide .slide-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100; }
  .page-slider .slide .inner-slide-link {
    position: relative;
    height: 400px; }
    @media screen and (min-width: 1100px) {
      .page-slider .slide .inner-slide-link {
        height: 600px; } }
    .page-slider .slide .inner-slide-link > .wrap {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 100; }
  .page-slider .slide > .wrap {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 100; }
  .page-slider .slide .slide-content {
    position: relative;
    z-index: 100; }
  .page-slider .slide h1,
  .page-slider .slide h2,
  .page-slider .slide h3,
  .page-slider .slide h4,
  .page-slider .slide h5,
  .page-slider .slide h6,
  .page-slider .slide p {
    color: #fff;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
    max-width: 100%; }
  @media (max-width: 450px) {
    .page-slider .slide h1 {
      font-size: 10vw; } }
  .page-slider .slide.video-slide svg {
    height: 75px;
    width: 75px;
    margin-top: 40px; }
    .page-slider .slide.video-slide svg:hover {
      fill: #EF4B43; }

.page-slider .slick-arrow {
  z-index: 1000;
  top: auto;
  bottom: 20px;
  height: 30px;
  width: 30px; }
  @media screen and (min-width: 1100px) {
    .page-slider .slick-arrow {
      bottom: auto;
      top: 50%; } }
  .page-slider .slick-arrow:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 30px;
    width: 30px; }

.page-slider .slick-next {
  right: 30px; }
  .page-slider .slick-next:before {
    background-image: url("assets/icons/caret-right.svg");
    content: ''; }

.page-slider .slick-prev {
  left: 30px; }
  .page-slider .slick-prev:before {
    background-image: url("assets/icons/caret-left.svg");
    content: ''; }

.page-slider .slick-dots {
  bottom: 30px; }
  .page-slider .slick-dots li.slick-active button:before {
    color: #fff; }
  .page-slider .slick-dots li button:before {
    color: #ccc;
    font-size: 10px; }

.slider-custom-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1000; }
  .slider-custom-nav .slider-custom-nav-prev,
  .slider-custom-nav .slider-custom-nav-next {
    cursor: pointer;
    padding: 1.5em; }
    .slider-custom-nav .slider-custom-nav-prev > svg,
    .slider-custom-nav .slider-custom-nav-next > svg {
      height: 30px;
      width: 30px; }
      .page-slider .slide.video-slide .slider-custom-nav .slider-custom-nav-prev > svg, .page-slider .slide.video-slide
      .slider-custom-nav .slider-custom-nav-next > svg {
        margin-top: 0;
        height: 30px;
        width: 30px; }

#video-slider-container {
  display: none; }

.modaal-wrapper iframe {
  height: 600px;
  width: 1140px; }

/**
 * Entries
 */
.content {
  margin-top: 2.35765%; }

.entry {
  margin-bottom: 6em;
  position: relative; }

.entry-header,
.entry-content {
  margin-bottom: 1.5em; }

.entry-content p,
.entry-content > ol,
.entry-content > ul,
.entry-content > dl {
  margin-bottom: 0.75em; }
  @media screen and (min-width: 900px) {
    .entry-content p,
    .entry-content > ol,
    .entry-content > ul,
    .entry-content > dl {
      margin-bottom: 1.5em; } }

.entry-content ol,
.entry-content ul {
  margin-left: 1.25em; }

.entry-content li {
  margin-bottom: 1%; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content li ol,
.entry-content li ul {
  margin-top: 1%; }

.entry-content blockquote {
  border-left: 1px solid #eee;
  border-color: #00adef;
  border-width: 7px;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 5%; }

.entry-content code {
  background: #eee;
  border: 1px solid #eee;
  color: #2d2d2d;
  padding: 2px 4px; }

.entry-content .wp-caption .wp-caption-text {
  margin: 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }

.entry-content .search-form {
  margin-bottom: 1.5em; }

.blog .entry-content,
.archive .entry-content {
  overflow: auto; }

.entry-footer {
  border-top: 1px solid #eee;
  padding-top: 1.5em; }

.entry-title {
  margin-bottom: 0;
  font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2em;
  text-transform: capitalize; }
  .entry-title a {
    color: #2d2d2d;
    font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: capitalize; }
    .entry-title a:hover, .entry-title a:focus {
      color: #00adef; }

.entry-image-link {
  float: right; }

.entry-image {
  border: 10px solid #eee;
  margin-bottom: 1.5em; }
  .entry-content .entry-image {
    max-width: 300px;
    margin-bottom: 1.5em;
    margin-left: 1.5em; }
    @media (max-width: 600px) {
      .entry-content .entry-image {
        max-width: 100%; } }

.entry-title,
.entry-meta,
.entry-content {
  padding: 0 10px; }

/**
 * Entry Meta
 */
.entry-meta {
  color: #2d2d2d;
  font-size: 1em;
  margin-bottom: 0; }
  .entry-meta span,
  .entry-meta time,
  .entry-meta a {
    margin-right: 5px; }
    .entry-meta span:last-child,
    .entry-meta time:last-child,
    .entry-meta a:last-child {
      margin-right: 0; }
  .entry-meta a {
    color: #00adef; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #006389; }

.entry-terms {
  display: block;
  padding-bottom: 5px; }
  .entry-terms:last-child {
    padding-bottom: 0; }
  .entry-terms span,
  .entry-terms time,
  .entry-terms a {
    margin-right: 0; }

.meta-icon > svg {
  height: 16px;
  margin-right: 5px;
  position: relative;
  width: 16px;
  top: 3px; }

.breadcrumb {
  font-size: 1em;
  margin-bottom: 0.75em; }
  .breadcrumb span:not(.breadcrumb-link-wrap) {
    padding: 0 4px; }

.section-header {
  text-align: center; }
  .section-header h1,
  .section-header h2,
  .section-header h3,
  .section-header h4,
  .section-header h5,
  .section-header h6 {
    margin: 0; }
  .section-header p {
    margin-top: 0.75em; }
  .section-header.has-arrow {
    background: #2d2d2d;
    padding: 4em 0;
    position: relative;
    text-align: center; }
    .section-header.has-arrow h1,
    .section-header.has-arrow h2,
    .section-header.has-arrow h3,
    .section-header.has-arrow h4,
    .section-header.has-arrow h5,
    .section-header.has-arrow h6,
    .section-header.has-arrow p {
      color: #fff; }
    .section-header.has-arrow .wrap {
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto; }
      .section-header.has-arrow .wrap::after {
        clear: both;
        content: "";
        display: table; }
    .section-header.has-arrow:after {
      content: '';
      left: 50%;
      margin-left: -29px;
      position: absolute;
      width: 0;
      height: 0;
      border-left: 29px solid transparent;
      border-right: 29px solid transparent;
      border-top: 29px solid #2d2d2d;
      bottom: -28px;
      z-index: 1000; }

.section-header + .wrap {
  padding-top: 3em; }
  @media screen and (min-width: 1100px) {
    .section-header + .wrap {
      padding-top: 5em; } }

.section-subtitle {
  display: block;
  margin: 0 auto;
  max-width: 940px; }

.featured-book-wrap {
  overflow: auto;
  padding-bottom: 4em; }
  .featured-book-wrap.no-title {
    padding-top: 3em; }
    @media screen and (min-width: 900px) {
      .featured-book-wrap.no-title {
        padding-top: 5em; } }
  @media (max-width: 600px) {
    .featured-book-wrap h3 {
      font-size: 1.25em; } }

.book-image {
  padding: 0 6em; }
  .book-image > img {
    display: block;
    margin: 0 auto; }
  @media screen and (min-width: 900px) {
    .book-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding: 0 10em; }
      .book-image:last-child {
        margin-right: 0; } }

@media screen and (min-width: 900px) {
  .book-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    margin-top: 1em; }
    .book-content:last-child {
      margin-right: 0; }
    .no-title .book-content {
      margin-top: 0; } }

.fifty-fifty {
  background: #fff;
  position: relative; }
  .fifty-fifty .wrap {
    padding: 4em 0; }
    @media screen and (min-width: 1100px) {
      .fifty-fifty .wrap {
        padding: 10em 0; } }

.event.fifty-fifty .wrap {
  padding: 4em 0 5em; }
  @media screen and (min-width: 900px) {
    .event.fifty-fifty .wrap {
      padding: 4em 0; } }

.fifty-fifty-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  text-align: center;
  z-index: 250; }
  @media screen and (min-width: 1100px) {
    .fifty-fifty-img {
      height: 100%;
      width: 50%;
      position: absolute;
      top: 0;
      bottom: 0; }
      .img-is-left .fifty-fifty-img {
        left: 0; }
      .img-is-right .fifty-fifty-img {
        right: 0; } }

@media screen and (min-width: 1100px) {
  .fifty-fifty-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .fifty-fifty-content:last-child {
      margin-right: 0; }
    .img-is-left .fifty-fifty-content, .fifty-fifty-content.event-content {
      margin-left: 51.17883%;
      padding: 0 0 0 2%; }
    .img-is-right .fifty-fifty-content {
      padding: 0 2% 0 0; } }

.newsletter {
  background: #00adef;
  color: #fff;
  padding: 4em 0;
  text-align: center; }
  .newsletter h3 {
    margin-bottom: 1.5em; }
  .newsletter .mc-field-group label {
    display: none; }
  .newsletter .mc-field-group input[type="email"],
  .newsletter .mc-field-group input[type="submit"] {
    display: block; }
    @media screen and (min-width: 1100px) {
      .newsletter .mc-field-group input[type="email"],
      .newsletter .mc-field-group input[type="submit"] {
        float: left; } }
  .newsletter .mc-field-group input[type="email"] {
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #999;
    font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 20px;
    height: 60px;
    margin-bottom: 0.75em;
    width: 100%; }
    @media screen and (min-width: 1100px) {
      .newsletter .mc-field-group input[type="email"] {
        margin-bottom: 0;
        width: 80%; } }
  .newsletter .mc-field-group input[type="submit"] {
    background: #0088bc;
    border-radius: 0;
    letter-spacing: 4px;
    height: 60px;
    width: 100%; }
    @media screen and (min-width: 1100px) {
      .newsletter .mc-field-group input[type="submit"] {
        width: 20%; } }
    .newsletter .mc-field-group input[type="submit"]:hover {
      background: #2d2d2d; }

.newsletter-section {
  background: #ffdd17;
  padding: 4em 0; }
  .newsletter-section .wrap > h2,
  .newsletter-section .wrap > h4 {
    text-align: center; }
  .newsletter-section .newsletter-download {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .newsletter-section .newsletter-download::after {
      clear: both;
      content: "";
      display: table; }
  .newsletter-section .newsletter-download-image > img {
    display: block;
    margin: 0 auto; }
  .newsletter-section .newsletter-download-content {
    margin-bottom: 1.5em; }
  @media screen and (min-width: 900px) {
    .newsletter-section .newsletter-download-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 0; }
      .newsletter-section .newsletter-download-content:last-child {
        margin-right: 0; }
    .newsletter-section .newsletter-download-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .newsletter-section .newsletter-download-image:last-child {
        margin-right: 0; }
      .newsletter-section .newsletter-download-image > img {
        display: block; } }
  .newsletter-section .mc-field-group {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 1100px) {
      .newsletter-section .mc-field-group {
        margin-bottom: 0; } }
    .newsletter-section .mc-field-group label {
      display: none; }
    .newsletter-section .mc-field-group input[type="email"],
    .newsletter-section .mc-field-group input[type="submit"] {
      display: block; }
      @media screen and (min-width: 1100px) {
        .newsletter-section .mc-field-group input[type="email"],
        .newsletter-section .mc-field-group input[type="submit"] {
          float: left; } }
    .newsletter-section .mc-field-group input[type="email"] {
      border-radius: 0;
      border-color: #999;
      box-shadow: none;
      color: #999;
      font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 20px;
      height: 60px;
      margin-bottom: 0.75em; }
      @media screen and (min-width: 1100px) {
        .newsletter-section .mc-field-group input[type="email"] {
          border-right: none;
          margin-bottom: 0;
          width: 70%; } }
    .newsletter-section .mc-field-group input[type="submit"] {
      background: #ffdd17;
      border-radius: 0;
      letter-spacing: 4px;
      height: 60px;
      width: 100%; }
      @media screen and (min-width: 1100px) {
        .newsletter-section .mc-field-group input[type="submit"] {
          width: 30%; } }
      .newsletter-section .mc-field-group input[type="submit"]:hover {
        background: #2d2d2d; }

.mini-cta {
  background: #00adef;
  padding: 2em 0; }
  .mini-cta .cta-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center; }
    @media screen and (min-width: 1100px) {
      .mini-cta .cta-content-wrap {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        margin-bottom: 0;
        text-align: left; } }
  .mini-cta .button a {
    background: #0088bc; }
    .mini-cta .button a:hover {
      background: #2d2d2d; }
  .mini-cta h1,
  .mini-cta h2,
  .mini-cta h3,
  .mini-cta h4,
  .mini-cta h5,
  .mini-cta h6,
  .mini-cta p {
    color: #fff;
    margin: 0; }

.sidebar {
  font-size: 1em; }

.sidebar li {
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  margin-bottom: 1.5em;
  padding: 1.5em; }

.sidebar .widget.social_widget li {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.sidebar .widget.newsletter_widget {
  background: #ffdd17;
  padding: 3em; }
  .sidebar .widget.newsletter_widget input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    border-color: #2d2d2d;
    box-shadow: none;
    padding-left: 0; }
    .sidebar .widget.newsletter_widget input[type="email"]::-webkit-input-placeholder {
      color: #2d2d2d; }
    .sidebar .widget.newsletter_widget input[type="email"]::-moz-placeholder {
      color: #2d2d2d; }
    .sidebar .widget.newsletter_widget input[type="email"]:-moz-placeholder {
      color: #2d2d2d; }
    .sidebar .widget.newsletter_widget input[type="email"]:-ms-input-placeholder {
      color: #2d2d2d; }
  .sidebar .widget.newsletter_widget input[type="submit"] {
    background: #e3c200;
    color: #2d2d2d;
    display: block;
    margin-top: 1.5em;
    padding: 1em;
    width: 100%; }
    .sidebar .widget.newsletter_widget input[type="submit"]:hover {
      background: #2d2d2d;
      color: #fff; }

.contact_widget .contact-widget-logo img {
  width: 60%; }

.comment {
  position: relative; }
  .comment > article {
    background-color: white;
    border: 1px solid #eee;
    border-color: #eee;
    border-radius: 3px;
    margin-bottom: 1.5em; }
  .comment .comment {
    margin-top: 1.5em;
    padding-bottom: 0; }
    .comment .comment:last-child {
      margin-bottom: 0; }

.comment-header {
  background-color: #eee;
  border-bottom: 1px solid #eee;
  border-color: #eee;
  clear: both;
  min-height: 75px;
  padding: 0.75em;
  position: relative; }
  .comment-header .comment-author {
    margin-right: 0.75em;
    font-style: italic; }
    @media screen and (min-width: 1100px) {
      .comment-header .comment-author {
        margin-left: 1.5em; } }
  .comment-header p {
    display: inline-block;
    margin-bottom: 0.75em; }
  .comment-header .comment-edit-link {
    margin-left: 5px; }
  .comment-header .says {
    display: none; }

.comment .avatar {
  border: 1px solid #eee;
  border-color: white;
  border-size: 4px;
  border-radius: 100%;
  margin-right: 0.75em; }
  @media screen and (min-width: 1100px) {
    .comment .avatar {
      left: -24px;
      top: 15px;
      position: absolute;
      width: 48px; } }

.comment .children {
  border-left: 1px dashed #eee;
  padding-left: 1.5em; }
  .comment .children header {
    padding-left: 0.75em; }
  .comment .children .avatar {
    left: -50px; }

.comment-content,
.comment-reply {
  clear: both;
  padding: 0.75em; }

.comment-content p,
.comment-content > ol,
.comment-content > ul,
.comment-content > dl {
  margin-bottom: 0.75em; }
  @media screen and (min-width: 900px) {
    .comment-content p,
    .comment-content > ol,
    .comment-content > ul,
    .comment-content > dl {
      margin-bottom: 1.5em; } }

.comment-content ol,
.comment-content ul {
  margin-left: 1.25em; }

.comment-content li {
  margin-bottom: 1%; }

.comment-content ol > li {
  list-style-type: decimal; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-content li ol,
.comment-content li ul {
  margin-top: 1%; }

.comment-content blockquote {
  border-left: 1px solid #eee;
  border-color: #00adef;
  border-width: 7px;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 5%; }

.comment-content code {
  background: #eee;
  border: 1px solid #eee;
  color: #2d2d2d;
  padding: 2px 4px; }

.comment-content .wp-caption .wp-caption-text {
  margin: 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }

.comment-content .search-form {
  margin-bottom: 1.5em; }

.pagination {
  clear: both;
  display: block;
  margin-bottom: 1.5em;
  text-align: center; }
  .pagination li,
  .pagination .pagination-next,
  .pagination .pagination-previous {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    transition: all 150ms ease; }
    .pagination li a,
    .pagination .pagination-next a,
    .pagination .pagination-previous a {
      display: inline-block;
      color: #2d2d2d;
      padding: 0.75em 1.5em; }
    .pagination li .active, .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next .active,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous .active,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      background: #eee; }
    .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      border: 1px solid #eee;
      border-color: #eee; }
  .pagination .pagination-omission {
    border: none; }

.footer-widgets {
  background: #fff;
  padding: 4em 0; }
  .footer-widgets .widget-area {
    margin-bottom: 1.5em; }
    @media screen and (min-width: 900px) {
      .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-bottom: 0; }
        .footer-widgets .widget-area:last-child {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n) {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n+1) {
          clear: left; } }

.site-footer {
  background-color: #2d2d2d;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  padding: 1.5em 0;
  text-align: left; }
  .site-footer .footer-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    @media screen and (min-width: 1100px) {
      .site-footer .footer-content {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }

.search-results .content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .search-results .content::after {
    clear: both;
    content: "";
    display: table; }

.search-results article.entry {
  border: 1px solid #eee;
  border-width: 10px; }
  @media screen and (min-width: 900px) {
    .search-results article.entry {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .search-results article.entry:last-child {
        margin-right: 0; }
      .search-results article.entry:nth-child(4n) {
        margin-right: 0; }
      .search-results article.entry:nth-child(4n+1) {
        clear: left; } }
  .search-results article.entry .entry-header {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 1em; }
  .search-results article.entry .entry-image {
    border: none;
    display: block;
    margin: 0 auto; }
  .search-results article.entry .entry-title,
  .search-results article.entry .entry-meta {
    padding: 0; }
  .search-results article.entry .entry-title {
    font-size: 1.5em;
    margin-top: 0.75em; }
  .search-results article.entry .entry-footer {
    display: none; }

.archive .content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .archive .content::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 1100px) {
  .archive .faculty {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .archive .faculty:last-child {
      margin-right: 0; }
    .archive .faculty:nth-child(3n) {
      margin-right: 0; }
    .archive .faculty:nth-child(3n+1) {
      clear: left; } }

.single-faculty-content {
  padding-top: 4em; }

.single-faculty__info-title {
  margin-bottom: 10px; }

.single-faculty__info-meta {
  font-weight: bold; }

.archive .content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .archive .content::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 1100px) {
  .archive .author {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .archive .author:last-child {
      margin-right: 0; }
    .archive .author:nth-child(3n) {
      margin-right: 0; }
    .archive .author:nth-child(3n+1) {
      clear: left; } }

.authors-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.authors-grid__author {
  margin-bottom: 1em; }
  @media screen and (min-width: 1100px) {
    .authors-grid__author {
      margin: 0 1em;
      width: 25%; } }

.authors-grid__author-info {
  padding: 0.5em 0;
  text-align: center; }

.also-by-authors {
  padding: 3em 0 0; }
  @media screen and (min-width: 1100px) {
    .also-by-authors {
      padding: 5em 0 0; } }

.also-by-authors h2 {
  margin-bottom: 1.5em;
  text-align: center; }

.block-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%; }
  @media screen and (min-width: 1100px) {
    .two-col .block-grid .grid__block, .block-grid.two-col .grid__block {
      width: 50%; }
    .three-col .block-grid .grid__block, .block-grid.three-col .grid__block {
      width: 33.33333%; }
    .four-col .block-grid .grid__block, .block-grid.four-col .grid__block {
      width: 25%; }
    .six-col .block-grid .grid__block, .block-grid.six-col .grid__block {
      width: 16.66667; } }

.grid__block {
  margin-bottom: 2em;
  padding: 0 1em; }
  @media screen and (min-width: 1100px) {
    .grid__block {
      width: 25%; } }
  .grid__block img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em; }

.grid__info-cat {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase; }
  .grid__info-cat a {
    color: #2d2d2d; }

.grid__info-title {
  font-size: 1.25em;
  margin-bottom: 5px;
  margin-top: 0.5em; }
  .grid__info-title a {
    color: #2d2d2d; }
    .grid__info-title a:hover {
      color: #00adef; }

.grid__info-sub {
  font-size: 14px; }

.book__meta-authors {
  display: block; }
  .book__meta-authors a:after {
    content: ", "; }
  .book__meta-authors a:last-child:after {
    content: ""; }

.site-header .header_advert_widget img {
  max-height: 90px;
  float: right; }

.footer-widgets .header_advert_widget {
  text-align: center; }

/**
 * Sections
 */
.has-top-padding {
  padding-top: 3em; }

.has-bot-padding {
  padding-bottom: 3em; }

@media screen and (min-width: 1100px) {
  .has-top-padding {
    padding-top: 5em; }
  .has-bot-padding {
    padding-bottom: 5em; } }

.bg-is-white {
  background: #fff; }

.bg-is-light-gray {
  background: #eee; }

.bg-is-dark-gray {
  background: #2d2d2d; }
  .bg-is-dark-gray h1,
  .bg-is-dark-gray h2,
  .bg-is-dark-gray h3,
  .bg-is-dark-gray h4,
  .bg-is-dark-gray h5,
  .bg-is-dark-gray h6,
  .bg-is-dark-gray p,
  .bg-is-dark-gray a {
    color: #fff; }

.bg-is-light-gray {
  background: #eee; }

.bg-is-dark-gray {
  background: #2d2d2d; }

.bg-is-white {
  background: white; }

.bg-is-cyan {
  background: #00adef; }

.bg-is-yellow {
  background: #ffdd17; }

.bg-is-dark-gray h1,
.bg-is-dark-gray h2,
.bg-is-dark-gray h3,
.bg-is-dark-gray h4,
.bg-is-dark-gray h5,
.bg-is-dark-gray h6,
.bg-is-dark-gray p,
.bg-is-dark-gray a,
.bg-is-cyan h1,
.bg-is-cyan h2,
.bg-is-cyan h3,
.bg-is-cyan h4,
.bg-is-cyan h5,
.bg-is-cyan h6,
.bg-is-cyan p,
.bg-is-cyan a {
  color: #fff; }

.bg-is-yellow .button a {
  background: #e3c200; }

.bg-is-cyan .button a {
  background: #0088bc; }

.accordion-section {
  box-sizing: border-box; }
  .accordion-section .title {
    font-weight: 700;
    text-transform: uppercase; }
  .accordion-section .desc {
    margin-bottom: 2em; }
  .accordion-section .accordion-row {
    margin-bottom: 15px; }
    .accordion-section .accordion-row:last-child {
      margin-bottom: 0; }
    .accordion-section .accordion-row .accordion-title {
      padding: 10px 20px;
      background: #00adef;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      font-weight: 700;
      cursor: pointer;
      border: 1px solid #eee;
      -webkit-transition: 150ms ease;
      -moz-transition: 150ms ease;
      transition: 150ms ease; }
      .accordion-section .accordion-row .accordion-title svg {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 150ms ease;
        -moz-transition: 150ms ease;
        transition: 150ms ease; }
        .accordion-section .accordion-row .accordion-title svg path, .accordion-section .accordion-row .accordion-title svg polygon {
          fill: #fff; }
      .accordion-section .accordion-row .accordion-title:hover {
        border: 1px solid transparent;
        background: #2d2d2d; }
      .accordion-section .accordion-row .accordion-title.active {
        border: 1px solid transparent;
        background: #2d2d2d; }
        .accordion-section .accordion-row .accordion-title.active svg {
          -webkit-transform: translateY(-50%) rotate(45deg);
          -moz-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }
    .accordion-section .accordion-row .accordion-info {
      display: none;
      color: #686868;
      padding: 20px 20px 5px 20px;
      box-sizing: border-box; }
      .accordion-section .accordion-row .accordion-info * {
        margin-bottom: 0; }
    .accordion-section .accordion-row:first-child {
      padding-top: 0; }
    .accordion-section .accordion-row:last-child {
      padding-bottom: 0;
      border-bottom: none; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tabs {
  position: relative; }
  .tabs:after {
    background-color: #eee;
    background-image: -webkit-linear-gradient(right, #eee, rgba(238, 238, 238, 0));
    background-image: linear-gradient(to left,#eee, rgba(238, 238, 238, 0));
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    visibility: visible;
    opacity: 1; }
  .tabs.is-ended:after {
    -webkit-transition: opacity 0.3s 0s, visibility 0s, 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s, 0.3s;
    transition: opacity 0.3s 0s, visibility 0s, 0.3s;
    visibility: hidden;
    opacity: 0; }
  .tabs nav {
    background: #eee;
    box-shadow: inset 0 -2px 3px rgba(162, 162, 162, 0.06);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

.tabs-navigation {
  border-left: 1px solid #eee;
  overflow: auto; }
  .tabs-navigation li {
    float: left; }
  .tabs-navigation a {
    position: relative;
    display: block;
    text-align: center;
    padding: 0.75em; }
    .tabs-navigation a.selected {
      background-color: #fff;
      box-shadow: inset 0 2px 0 #00adef;
      color: #2d2d2d; }

.tabs-content {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }
  .tabs-content li {
    display: none;
    padding: 0.75em; }
    .tabs-content li.selected {
      -webkit-animation: fade-in;
      -moz-animation: fade-in;
      animation: fade-in;
      display: block; }
  .tabs-content .inner-tab-content p,
  .tabs-content .inner-tab-content > ol,
  .tabs-content .inner-tab-content > ul,
  .tabs-content .inner-tab-content > dl {
    margin-bottom: 0.75em; }
    @media screen and (min-width: 900px) {
      .tabs-content .inner-tab-content p,
      .tabs-content .inner-tab-content > ol,
      .tabs-content .inner-tab-content > ul,
      .tabs-content .inner-tab-content > dl {
        margin-bottom: 1.5em; } }
  .tabs-content .inner-tab-content ol,
  .tabs-content .inner-tab-content ul {
    margin-left: 1.25em; }
  .tabs-content .inner-tab-content li {
    margin-bottom: 1%; }
  .tabs-content .inner-tab-content ol > li {
    list-style-type: decimal; }
  .tabs-content .inner-tab-content ul > li {
    list-style-type: disc; }
  .tabs-content .inner-tab-content li ol,
  .tabs-content .inner-tab-content li ul {
    margin-top: 1%; }
  .tabs-content .inner-tab-content blockquote {
    border-left: 1px solid #eee;
    border-color: #00adef;
    border-width: 7px;
    margin: 4% 5% 4% 0;
    padding: 0 0 0 5%; }
  .tabs-content .inner-tab-content code {
    background: #eee;
    border: 1px solid #eee;
    color: #2d2d2d;
    padding: 2px 4px; }
  .tabs-content .inner-tab-content .wp-caption .wp-caption-text {
    margin: 10px 0;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2; }
  .tabs-content .inner-tab-content .search-form {
    margin-bottom: 1.5em; }
  .tabs-content .inner-tab-content li {
    display: list-item;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px; }

.blog-section {
  background: #474747; }
  .blog-section > .wrap {
    padding: 6em 0; }
  .blog-section .posts {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    @media screen and (min-width: 1100px) {
      .blog-section .posts {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
  .blog-section .post {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    background: #fefefe;
    margin-bottom: 1.5em;
    margin-right: 0;
    padding: 1.5em;
    text-align: center; }
    @media screen and (min-width: 1100px) {
      .blog-section .post {
        margin-bottom: 0;
        margin-right: 1.5em; } }
    .blog-section .post img {
      border: 10px solid #eee; }
    .blog-section .post > h4 {
      font-family: "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      margin-top: 1.5em;
      text-transform: none; }
    .blog-section .post:last-child {
      margin-right: 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.cover-gallery-section {
  padding: 3em 0; }
  @media screen and (min-width: 1100px) {
    .cover-gallery-section {
      padding: 5em 0; } }

.cover-gallery-section .block-grid {
  padding-top: 2em; }

.book-grid__dropdown {
  position: relative; }
  @media screen and (min-width: 1100px) {
    .book-grid__dropdown {
      float: right; } }
  .book-grid__dropdown.is-open .book-grid__dropdown-menu {
    display: block; }

.book-grid__dropdown-button {
  background: white;
  border: 1px solid #eee;
  color: #2d2d2d;
  display: block;
  padding: 6px 12px;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin-left: 1em;
  min-width: 140px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px; }
  @media screen and (min-width: 1100px) {
    .book-grid__dropdown-button {
      display: inline-block;
      margin-bottom: 0; } }

.loading__indciator {
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  background-image: url("assets/images/loading.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 15px;
  margin-left: 10px;
  width: 15px; }

.book-grid__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 1em 0 1em;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 96%; }
  @media screen and (min-width: 1100px) {
    .book-grid__dropdown-menu {
      margin: 2px 0 0 1em;
      width: auto; } }
  .book-grid__dropdown-menu > li > a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #2d2d2d;
    white-space: nowrap; }
    .book-grid__dropdown-menu > li > a:hover {
      background: #eee; }
    .book-grid__dropdown-menu > li > a.is-selected {
      background: #00adef;
      color: white; }
  .book-grid__dropdown-menu .dropdown__divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }

.media-section {
  padding: 3em 0; }
  @media screen and (min-width: 1100px) {
    .media-section {
      padding: 5em 0; } }
  .media-section .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .media-section .wrap::after {
      clear: both;
      content: "";
      display: table; }

@media screen and (min-width: 1100px) {
  .media-section-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .media-section-content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1100px) {
  .media-section-media {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .media-section-media:last-child {
      margin-right: 0; } }

.event-section .wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .event-section .wrap::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 1100px) {
  .event__content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .event__content:last-child {
      margin-right: 0; } }

.event__map {
  clear: both; }
  @media screen and (min-width: 1100px) {
    .event__map {
      clear: none;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .event__map:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1100px) {
  .events .fifty-fifty .wrap {
    min-height: 540px; } }

.events .event.fifty-fifty .event-image {
  display: none; }
  @media screen and (min-width: 900px) {
    .events .event.fifty-fifty .event-image {
      display: block; } }

.icons-section {
  padding: 3em 0; }
  @media screen and (min-width: 1100px) {
    .icons-section {
      padding: 5em 0; } }

.icons-grid__block {
  margin-bottom: 2em;
  overflow: visible; }
  @media screen and (min-width: 1100px) {
    .icons-grid__block {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .icons-grid__block:last-child {
        margin-right: 0; }
      .icons-grid__block:nth-child(2n) {
        margin-right: 0; }
      .icons-grid__block:nth-child(2n+1) {
        clear: left; } }

.icons__block-icon {
  float: left;
  margin-right: 15px;
  width: 60px; }

.icons__block-content {
  width: calc((100%) - 75px);
  float: right; }

.block__content-title {
  margin-bottom: 0; }

.logo-slider__logo img {
  display: block;
  margin: 0 auto;
  width: 125px; }

.logo-slider .slick-prev:before, .logo-slider .slick-next:before {
  color: black; }

.logo-slider .slick-next {
  right: -12px; }

.logo-slider .slick-prev {
  left: -12px; }

.content-section.page-content-section .wrap.narrow {
  max-width: 980px; }

/**
 * Pages
 */
.single-book .single-book .wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em; }
  .single-book .single-book .wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1100px) {
    .single-book .single-book .wrap {
      padding-top: 5em; } }

.single-book__cover {
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 1100px) {
    .single-book__cover {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      padding: 0 4em; }
      .single-book__cover:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1100px) {
  .single-book__info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-right: 0; }
    .single-book__info:last-child {
      margin-right: 0; } }

.single-book__info-title {
  font-size: 2em;
  margin-bottom: 0.25em; }
  @media screen and (min-width: 1100px) {
    .single-book__info-title {
      font-size: 3em; } }

.single-book__info-subtitle {
  font-weight: normal;
  text-transform: none; }

.single-book__meta-price {
  font-size: 2em;
  margin-bottom: 0.25em; }

.single-book__purchase-options {
  margin-top: 2em; }
  .single-book__purchase-options.out-of-print {
    background: #eee;
    padding: 1.5em; }
    .single-book__purchase-options.out-of-print p:last-child {
      margin-bottom: 0; }

.single-book__format-sellers {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .single-book__format-sellers a {
    margin-bottom: 1.5em; }
  .single-book__format-sellers img {
    display: block;
    max-height: 45px; }

.single-faculty__wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .single-faculty__wrap::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 1100px) {
  .single-faculty__image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .single-faculty__image:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1100px) {
  .single-faculty__info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-right: 0; }
    .single-faculty__info:last-child {
      margin-right: 0; } }

.error404 .section-header {
  background-color: #999;
  z-index: 10; }
  .error404 .section-header:after {
    border-top-color: #999; }

.error404 .content {
  background-color: #eee;
  margin-bottom: 3em;
  margin-top: 0px; }
  @media screen and (min-width: 1100px) {
    .error404 .content {
      margin-bottom: 5em; } }

.error404 .section-404 {
  padding-bottom: 6em;
  text-align: center; }
  @media screen and (min-width: 1100px) {
    .error404 .section-404 {
      position: relative; }
      .error404 .section-404:after {
        background-color: #00adef;
        bottom: 0;
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        right: 0;
        top: 0; } }

.error404 .content-404 {
  padding-top: 3em; }
  @media screen and (min-width: 1100px) {
    .error404 .content-404 {
      padding-top: 5em; } }

.error404 .left-404,
.error404 .right-404 {
  width: 100%; }
  @media screen and (min-width: 1100px) {
    .error404 .left-404,
    .error404 .right-404 {
      float: left;
      width: 50%; } }

.error404 .left-404 {
  color: #999;
  font-family: "brandon-grotesque", "ff-tisa-web-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 10.625em;
  font-weight: bold;
  line-height: 1; }

.error404 .right-404 p {
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%; }

.error404 .right-404 .search-form input {
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #999;
  float: left;
  font-size: 16px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  width: 70%; }

.error404 .right-404 .search-form input[type="submit"] {
  background: #e3c200;
  border-radius: 0;
  color: white;
  float: left;
  height: 60px;
  letter-spacing: 4px;
  line-height: 60px;
  padding: 0px;
  text-align: center;
  width: 30%; }
  .error404 .right-404 .search-form input[type="submit"]:hover {
    background-color: #2d2d2d; }

@media screen and (min-width: 1100px) {
  .error404 .right-404 {
    min-height: 170px;
    position: relative;
    z-index: 10; }
    .error404 .right-404 .right-404__inner {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      padding: 3em;
      position: absolute;
      top: 50%;
      width: 100%; }
      .error404 .right-404 .right-404__inner p {
        color: white; }
        .error404 .right-404 .right-404__inner p a {
          color: white;
          text-decoration: underline;
          transition: all 150ms ease; }
          .error404 .right-404 .right-404__inner p a:hover {
            opacity: 0.8; } }

/*# sourceMappingURL=assets/maps/style.css.map */
