@font-face
{
  font-family: "gentium";
  src: url('fonts/GentiumBookBasic.woff2') format('woff2'), url('fonts/GentiumBookBasic.woff') format('woff'), url('fonts/GentiumBookBasic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face
{
  font-family: "gentium";
  src: url('fonts/GentiumBookBasic-Italic.woff2') format('woff2'), url('fonts/GentiumBookBasic-Italic.woff') format('woff'), url('fonts/GentiumBookBasic-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face
{
  font-family: "gentium";
  src: url('fonts/GentiumBookBasic-Bold.woff2') format('woff2'), url('fonts/GentiumBookBasic-Bold.woff') format('woff'), url('fonts/GentiumBookBasic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face
{
  font-family: "montserrat";
  src: url('fonts/Montserrat-UltraLight.woff2') format('woff2'), url('fonts/Montserrat-UltraLight.woff') format('woff'), url('fonts/Montserrat-UltraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face
{
  font-family: "montserrat";
  src: url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face
{
  font-family: "montserrat";
  src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face
{
  font-family: "montserrat";
  src: url('fonts/Montserrat-Medium.woff2') format('woff2'), url('fonts/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face
{
  font-family: "montserrat";
  src: url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face
{
  font-family: "montserrat";
  src: url('fonts/Montserrat-LightItalic.woff2') format('woff2'), url('fonts/Montserrat-LightItalic.woff') format('woff'), url('fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face
{
  font-family: "trajan";
  src: url('fonts/TrajanPro3-Regular.woff2') format('woff2'), url('fonts/TrajanPro3-Regular.woff') format('woff'), url('fonts/TrajanPro3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.rich-text ul
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
}

.rich-text ul li
{
  margin-bottom: 0.625rem;
}

#article-content a, .rich-text a, .g-page-left a
{
  color: #444;
  border-bottom: 1px solid #444;
}

#article-content a:hover, .rich-text a:hover, .g-page-left a:hover
{
  color: black;
  border-bottom: 1px solid black;
}

input, textarea
{
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

figcaption
{
  font-family: "montserrat";
  margin-top: 3px;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0px;
  font-weight: 600;
  color: #777B80;
}

*
{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.noscroll
{
  overflow: hidden;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul
{
  font-weight: 400;
}

main
{
  display: block;
}

ul li
{
  display: block;
}

h1,
h2,
h3,
h4
{
  font-size: inherit;
  font-family: "trajan";
}

strong
{
  font-weight: bold;
}

a,
button
{
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a
{
  text-decoration: none;
}

button
{
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner
{
  padding: 0;
  border: 0;
}

:focus
{
  outline: 0;
}

img
{
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

/* Padding Hack (http://andyshora.com/css-image-container-padding-hack.html) */

.g-img-wrap
{
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  position: relative;
}

.g-img
{
  width: 100%;
  position: absolute;
}

/* Padding Hack [END] */

h2
{
  font-size: 1.875rem;
  line-height: 2rem;
  color: #c88b66;
  letter-spacing: 0.125rem;
}

h2 span
{
  display: block;
}

.brown
{
  color: #c88b66;
}

.row
{
  display: flex;
  flex-flow: row wrap;
}

article
{
  position: relative;
}

article .img-wrap
{
  position: relative;
  display: block;
  overflow: hidden !important;
}

article .img-wrap img
{
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

article .img-wrap:hover > img
{
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}

article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  padding: 0.9375rem 0 0.9375rem;
}

article .category:hover 
{
  color: #a6653d;
}

article .title
{
  font-size: 1.4375rem;
}

article .title:hover
{
  color: #999;
}

article .date,
  article .author
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

article .slideshow::before
{
  content: "";
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 44px;
  bottom: 20px;
  left: 20px;
  background: url("") no-repeat;
  background-size: 100% 100%;
}

article .calendar::before
{
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  content: "\f073";
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  bottom: 20px;
  left: 20px;
  color: white;
  border: 2px solid white;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
}

article .video::before
{
  content: "";
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 44px;
  bottom: 20px;
  left: 20px;
  background: url("") no-repeat;
  background-size: 100% 100%;
}

html
{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 1rem;
  font-size: 100%;
}

html.removeScrollbar
{
  overflow: hidden;
  padding-right: 16px;
}

body
{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  padding: 0;
  margin-top: 110px;
  color: #666;
  font-size: 1rem;
  font-family: "gentium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

body.chapters
{
  margin-top: 0;
}

.show-reg
{
  display: none;
}

.center
{
  text-align: center;
}

.g-search
{
  background: white;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "montserrat";
  color: #777b80;
  border: none;
  outline: none;
  width: 100%;
  height: 49px;
  line-height: 3.0625rem;
  padding: 0 0.9375rem;
}

.g-search::-webkit-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-search::-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-search:-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-search:-ms-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-search.rounded
{
  border-radius: 3px;
}

.g-tabs .g-tabs-nav
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.g-tabs .g-tabs-nav.is-center
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-tabs .g-tabs-nav .g-tabs-nav-item
{
  color: #fff;
  font-weight: 700;
  font-family: "montserrat";
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
  display: block;
  margin-right: 50px;
  position: relative;
  padding-bottom: 5px;
}

.g-tabs .g-tabs-nav .g-tabs-nav-item.is-active::after
{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.g-tabs .g-tabs-nav .g-tabs-nav-item:last-child
{
  margin-right: 0;
}

.g-tabs .g-tabs-content .g-tabs-section
{
  display: none;
}

.g-tabs .g-tabs-content .g-tabs-section.is-active
{
  display: block;
}

.g-table
{
  font-family: "montserrat";
  border-collapse: collapse;
  width: 100%;
}

.g-table thead th
{
  color: #abb5af;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  padding: 0 0.9375rem 0.625rem;
  text-align: left;
  border-bottom: 2px solid #c88b66;
}

.g-table thead th.pl
{
  padding-left: 15px;
}

.g-table tbody tr
{
  border-bottom: 1px solid rgba(119, 123, 128, .3);
}

.g-table tbody tr td
{
  padding: 0.9375rem;
  color: #777b80;
  font-size: 0.875rem;
  font-weight: 300;
}

.g-table tbody tr td a
{
  color: #777b80;
}

.g-table tbody tr td a:hover
{
  text-decoration: underline;
}

.g-table tbody tr td .g-table-icon
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-table tbody tr td .g-table-type
{
  width: 30px;
  height: 30px;
  padding: 0.4375rem 0 0.4375rem 1.875rem;
  font-weight: 400;
  display: inline-block;
  background-size: cover;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 10px;
}

.g-table tbody tr td .g-table-type.g-table-type-text
{
  background-image: url('resources/type-text.svg');
}

.g-table tbody tr td .g-table-type.g-table-type-audio
{
  background-image: url('resources/type-audio.svg');
}

.g-table tbody tr td .g-table-type.g-table-type-video
{
  background-image: url('resources/type-video.svg');
}

.g-table tbody tr td .g-table-type.g-table-type-html
{
  background-image: url('resources/type-html.svg');
}

.g-table tbody tr td .g-table-type.g-table-type-image
{
  background-image: url('resources/type-image.svg');
}

.g-table tbody tr td .g-table-type.g-table-type-zip
{
  background-image: url('resources/type-zip.svg');
}

.g-see-more
{
  margin-top: 60px;
  text-align: center;
}

.g-see-more a
{
  width: auto;
  width: 170px;
}

/* Global Search Input */

#g-search-input
{
  width: 100%;
  height: 110px;
  background-color: #23272b;
  position: fixed;
  top: -110px;
  left: 0;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.875rem;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

#g-search-input.visible
{
  top: 0;
}

#g-search-input input
{
  background-color: #393d40;
  color: #747779;
  width: 100%;
  padding: 0.5rem 0.9375rem;
  font-family: "montserrat";
  font-size: 2.125rem;
  font-weight: 300;
  border: none;
}

#g-search-input input:focus
{
  color: white;
}

#g-search-input #g-search-wrap
{
  position: relative;
  width: 100%;
  max-width: 790px;
}

#g-search-input #g-search-wrap label
{
  display: none;
  position: absolute;
  top: 0;
  font-family: "montserrat";
  color: white;
}

#g-search-input #g-search-go
{
  color: #505253;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#g-search-input #g-search-go i
{
  font-size: 1.5rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#g-search-input #g-search-go:hover > i
{
  color: white;
}

#g-search-input .g-search-close.close-icon
{
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 1.25rem;
  background: url("") no-repeat;
  background-size: 20px;
  background-position: center;
}

#g-search-input .g-search-close.close-icon:hover
{
  background: url("") no-repeat;
  background-size: 20px;
  background-position: center;
}

#g-search-input .g-search-close.close-text
{
  display: none;
  text-align: right;
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.03438rem;
  color: #a5a7a9;
}

#g-search-input .g-search-close.close-text:hover
{
  color: white;
}

#g-search-input #s-filler
{
  width: 20px;
  height: 20px;
  padding: 1.25rem;
}

header
{
  background-color: #f7f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.875rem;
  height: 110px;
  -webkit-transition: padding 0.3s, height 0.3s, top 0.3s;
  transition: padding 0.3s, height 0.3s, top 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

header.shifted
{
  top: 110px;
}

header.white
{
  background: white;
}

header.headroom--unpinned
{
  height: 60px;
}

header.headroom--unpinned #logo
{
  height: 45px;
}

header.headroom--unpinned #quick-links
{
  display: none;
}

header.headroom--unpinned #membership a:last-child
{
  display: none;
}

header .mobile-menu
{
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: relative;
  z-index: 7;
  display: none;
}

header .mobile-menu .bar
{
  background-color: #777b80;
  height: 2px;
  width: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

header .mobile-menu .one
{
  top: 16px;
}

header .mobile-menu .one-ani
{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

header .mobile-menu .two
{
  top: 22px;
}

header .mobile-menu .two-ani
{
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 18px;
}

header #logo
{
  display: block;
  position: relative;
  width: 100%;
  max-width: 135px;
  height: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #logo > a
{
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background: url("../logo.png") no-repeat;
  background-size: contain;
}

header nav
{
  text-align: center;
}

header nav.opened
{
  visibility: visible;
  opacity: 1;
}

header nav #overlay-content
{
  height: 100%;
  overflow: scroll;
}

header nav a
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 700;
  display: inline-block;
}

header nav #quick-links
{
  margin: 0.75rem 0;
}

header nav #quick-links > a
{
  color: #a0a6a3;
  font-size: 0.8125rem;
  letter-spacing: 0.13563rem;
  padding: 0.25rem 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

header nav #quick-links > a:hover,
        header nav #quick-links > a.active
{
  color: #666;
}

header nav #quick-links > a.g-search-open
{
  border-right: 0;
}

header nav #quick-links > a.show-mobile
{
  display: none;
}

header nav #quick-links .spacer
{
  display: none;
  width: 100%;
  height: 200px;
}

header nav #top-menu
{
  white-space: nowrap;
}

header nav #top-menu > li
{
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

header nav #top-menu > li::after
{
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  display: block;
}

header nav #top-menu > li > a
{
  color: #4b4f54;
  margin: 0 0.125rem;
  letter-spacing: 0.05rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
  padding: 0.6875rem;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

header nav #top-menu > li:hover > a, header nav #top-menu > li.active > a
{
  background-color: #e9e9e9;
}

header nav #top-menu > li:hover > ul
{
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header nav #top-menu > li > ul
{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 45px;
  left: 2px;
  z-index: 3;
  background: white;
  margin: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px #ddd;
          box-shadow: 0 0 4px #ddd;
  -webkit-transition: none;
  transition: none;
}

header nav #top-menu > li > ul > li
{
  display: block;
  text-align: left;
}

header nav #top-menu > li > ul > li > a
{
  font-weight: 300;
  text-transform: none;
  padding: 0.625rem 0.8125rem 0.75rem;
  color: #9fa2a6;
  width: 100%;
  letter-spacing: 0.03125rem;
  -webkit-transition: none;
  transition: none;
}

header nav #top-menu > li > ul > li > a:hover
{
  background-color: #eee;
  color: #666;
}

header nav #top-menu > li > ul > li:last-child a
{
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

header #mobile-footer.opened
{
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

header #mobile-social
{
  padding: 0.625rem 0.9375rem 0.9375rem;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0 0 20px 20px #4b4f54;
          box-shadow: 0 0 20px 20px #4b4f54;
  background-color: #4b4f54;
}

header #mobile-social > a
{
  display: inline-block;
  color: white;
  border: 2px solid white;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  margin: 0 5%;
}

header #mobile-social > a:hover
{
  background-color: white;
  color: #4b4f54;
}

header #mobile-social > a > i
{
  font-size: 1.5625rem;
}

#desktop-social
{
  padding: 2.2rem 0 0;
}

#desktop-social > a
{
  display: inline-block;
  color: black;
  border: 2px solid black;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  margin: 0 5%;
}

#desktop-social > a:hover
{
  background-color: black;
  color: #f7f7f8;
}

#desktop-social > a > i
{
  font-size: 1.5625rem;
}

#desktop-social > a:first-child 
{
  margin-left: 0 5%;
}

header #membership
{
  width: 150px;
}

header #membership .g-btn
{
  padding: 0.4375rem;
}

header #membership > a
{
  display: block;
  -webkit-transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s;
  transition: padding 0.3s, margin 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

header #membership > a:first-child
{
  margin-bottom: 3px;
}

header #g-search-icon
{
  display: none;
}

header #g-search-icon a
{
  display: block;
  width: 40px;
  padding: 0.75rem 0 0.5rem 0.625rem;
  text-align: right;
}

header #g-search-icon a i
{
  font-size: 1.125rem;
}

footer
{
  padding: 2.1875rem 1.875rem;
  background: #f7f7f8;
  color: black;
  font-family: "montserrat";
}

footer #container
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #container #right
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

footer #container #right .menu
{
  margin: 0 8%;
}

footer #container #right .menu li
{
  margin-bottom: 20px;
}

footer #container #right .menu li a
{
  color: #d3d3d4;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid transparent;
}

footer #container #right .menu li a:hover
{
  color: white;
  border-bottom: 1px solid #d3d3d4;
}

footer #bottom
{
  margin-top: 15px;
  border-top: 1px solid rgba(151, 151, 151, .2);
  padding-top: 15px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
}

footer #bottom #links a
{
  color: white;
  margin-left: 25px;
}

footer #bottom #links a:hover
{
  text-decoration: underline;
}

footer #logo-footer
{
  background: url("../logo.png") no-repeat;
  background-size: contain;
  width: 354px;
  height: 108px;
  margin: 0 0 2.8125rem;
  display: inline-block;
}

footer #sign-up
{
  width: 450px;
  max-width: 100%;
}

footer #sign-up p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 10px;
  font-weight: 300;
}

footer #sign-up #sign-up-form
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

footer #sign-up #sign-up-form input[type="text"]
{
  border-radius: 1px;
  background: white;
  font-size: 0.875rem;
  font-family: "montserrat";
  color: #777;
  height: 49px;
  line-height: 3.0625rem;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0.625rem;
}

footer #sign-up #sign-up-form input[type="text"]::-webkit-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

footer #sign-up #sign-up-form input[type="text"]::-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

footer #sign-up #sign-up-form input[type="text"]:-ms-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

footer #sign-up #sign-up-form input[type="text"]:-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

footer #sign-up #sign-up-form button
{
  width: 115px;
  height: 49px;
  line-height: 3.0625rem;
  background: #777b80;
  color: white;
  border: none;
  margin-left: 5px;
  border-radius: 1px;
}

footer #sign-up #sign-up-form button:hover
{
  background: #636f7d;
}

footer #sign-up #pos
{
  font-size: 0.75rem;
  font-style: italic;
  color: rgba(255, 255, 255, .6);
}

.g-hero
{
  width: 100%;
  height: 0;
  padding-bottom: 45.7%;
  position: relative;
  overflow: hidden;
  background: #333;
}

.g-hero > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g-hero .g-acronym
{
  position: absolute;
  z-index: 2;
  right: 46px;
  bottom: 0;
  color: white;
  font-family: "trajan";
  font-size: 7.5rem;
  line-height: 50%;
  padding-top: 50px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.8;
}

.g-hero .g-text-left
{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 40%;

  /* max-width: 589px */
  padding: 2.5rem 2.5rem 2.1875rem;

  /* backdrop-filter: blur(6px) */
  background-color: rgba(255, 255, 255, .7);

  /* @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none)
      backdrop-filter: blur(6px)
      background-color: rgba(255, 255, 255, 0.7) */
}

.g-hero .g-text-left h1
{
  font-family: "trajan";
  font-size: 2.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.09875rem;
  color: #4b4f54;
  margin: 0;
}

.g-hero .g-text-left .subtitle
{
  font-size: 1.375rem;
  line-height: 1.375rem;
  letter-spacing: 0.0325rem;
  font-style: italic;
  color: #955e3b;
  margin: 0.625rem 0 0;
}

.g-hero .g-text-left .g-btn
{
  margin: 1.875rem 0 0;
}

.g-hero .g-text-center
{
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* max-width: 589px */
  padding: 3.125rem 5.625rem 2.8125rem;
}

.g-hero .g-text-center h1
{
  font-family: "trajan";
  font-size: 2.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.09875rem;
  color: white;
  margin: 0;
}

.g-hero .g-text-center h1 span
{
  display: block;
}

.g-hero .g-text-center .subtitle
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 1.125rem;
  line-height: 1.6rem;
  letter-spacing: 0.08625rem;
  color: white;
  margin: 0.625rem 0 0.9375rem;
}

aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
}

aside article
{
  margin: 0 0 2.1875rem;
}

aside .event
{
  margin: 0 0 1.875rem;
}

aside h2
{
  padding: 0 0 0 10rem;
  margin: 0 0 2.5rem;
}

aside h2 a
{
  display: inline-block;
  position: relative;
}

aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

aside h2 a:hover
{
  color: #9b694b;
}

aside h2 a:hover::after
{
  right: -80px;
}

aside .padding
{
  padding: 0 0 0 10rem;
}

aside .margin
{
  margin: 0 0 0 6.25rem;
}

aside h3.date
{
  font-family: "trajan";
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: #ccc;
  margin: 0 0 0 4rem;
  padding: 0.3125rem 0 0;
}

aside .title
{
  max-width: 256px;
  display: block;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  margin: 0 0 1.0625rem;
}

aside .title:hover
{
  color: #999;
}

aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

aside .register:hover
{
  color: #9b694b;
}

.g-drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

.g-drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g-drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .5);
}

.g-drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

.g-drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

.g-drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

.g-drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

.g-drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

.g-drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

.g-drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

.g-instagram
{
  text-align: center;
  padding: 4rem 0;
}

.g-instagram::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f16d";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

.g-instagram h2
{
  margin: 0 0 1.375rem;
}

.g-instagram .instafeed-image
{
  width: 267px;
  height: 267px;
  padding: 0.3125rem;
  position: relative;
}

.g-instagram .instafeed-image img
{
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

.g-instagram .instafeed-image .likes
{
  color: white;
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 17px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.8125rem;
  text-shadow: 0 1px 2px #333;
}

.g-instagram .instafeed-image .likes::before
{
  font: normal normal normal 0.875rem/1 FontAwesome;
  display: inline-block;
  content: "\f004";
  text-rendering: auto;
  color: white;
  position: relative;
  margin: 0 0.25rem;
}

.g-find-job
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.g-find-job .wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.g-find-job .col
{
  display: inline-block;
  margin: 0 0.9375rem;
  text-align: left;
}

.g-find-job .col.first
{
  width: 320px;
  margin: 0 3.75rem 0 0;
}

.g-find-job .explore
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  max-width: 320px;
}

.g-find-job input
{
  padding: 0.875rem 1.875rem;
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-width: 267px;
}

.g-find-job .g-btn
{
  width: 100%;
  min-width: 170px;
}

.g-sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 2.5rem;
}

#index .g-sponsors 
{
  padding-top: 0 !important;
}

.g-sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

.g-sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

.g-sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

.g-sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-sponsors .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

.g-sponsors img.banner-grid 
{
  max-width: 180px;
}

.g-book-widget
{
  font-family: "montserrat";
  margin-bottom: 40px;
}

.g-book-widget .g-book-widget-title
{
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.g-book-widget .g-book-widget-content ul 
{
  list-style:none;
  margin-left: 0;
}

.g-book-widget .g-book-widget-content li
{
  margin-bottom: 8px;
}

.g-book-widget .g-book-widget-content li a
{
  color: #777b80;
  font-weight: 300;
  font-size: 0.875rem;
}

.g-book-widget .g-book-widget-content li a.active, .g-library .g-book-aside .g-library-widget ul li a.active 
{
  color: #555;
  font-weight: 500;
}

.g-book-widget .g-book-widget-content li a:hover
{
  color: #36393c;
}

.g-book-item
{
  text-align: center;
  margin-bottom: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

.g-book-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-book-item:last-child
{
  margin-right: 0;
}

.g-book-item:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-book-item:hover .g-book-item-thumbnail
{
  background: rgba(119, 123, 128, .12);
}

.g-book-item .g-book-item-thumbnail
{
  background: rgba(119, 123, 128, .06);
  padding: 1.875rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-book-item .g-book-item-thumbnail img
{
  max-width: 100%;
  width: auto;
}

.g-book-item .g-book-item-title
{
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #c88b66;
}

.g-book-item .g-book-item-author
{
  font-size: 0.9375rem;
  font-style: italic;
}

.g-book-desc
{
  margin: 3.125rem 1.875rem;
  display: block;
}

.g-book-desc .g-book-desc-thumbnail
{
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}

.g-book-desc .g-book-desc-thumbnail:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-book-desc .g-book-desc-thumbnail:last-child
{
  margin-right: 0;
}

.g-book-desc .g-book-desc-thumbnail:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-book-desc .g-book-desc-thumbnail img
{
  width: auto;
}

.g-book-desc .g-book-desc-content
{
  padding-right: 5%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}

.g-book-desc .g-book-desc-content:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-book-desc .g-book-desc-content:last-child
{
  margin-right: 0;
}

.g-book-desc .g-book-desc-content:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-book-desc .g-book-desc-content .g-book-desc-subtitle
{
  color: #abb5af;
  font-size: 0.8125rem;
  font-family: "montserrat";
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.0325rem;
}

.g-book-desc .g-book-desc-content .g-book-desc-title
{
  font-size: 1.875rem;
  font-family: "trajan";
  color: #c88b66;
  margin-bottom: 5px;
}

.g-book-desc .g-book-desc-content .g-book-desc-author
{
  font-size: 0.9375rem;
  font-style: italic;
  color: #777b80;
  margin-bottom: 30px;
}

.g-book-desc .g-book-desc-content .g-book-desc-text
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  margin-bottom: 40px;
}

.g-book-desc .g-book-desc-content .g-book-desc-order
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-book-desc .g-book-desc-content .g-book-desc-order.start
{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.g-book-desc .g-book-desc-content .g-book-desc-order.start .g-book-desc-price
{
  margin-right: 55px;
}

.g-book-desc .g-book-desc-content .g-book-desc-price
{
  font-size: 2.5rem;
  font-weight: 100;
  font-family: "montserrat";
  color: #c88b66;
}

.g-book-desc .g-book-desc-content .g-book-desc-meta
{
  margin-left: 15px;
}

.g-book-desc .g-book-desc-content .g-book-desc-meta a
{
  width: 168px;
  height: 49px;
  line-height: 2.9rem;
  padding: 0;
  margin-bottom: 10px;
}

.g-book-aside
{
  width: 370px;
  min-width: auto;
  padding: 2.5rem 1.25rem 0 1.875rem;
  background: rgba(119, 123, 128, .06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url('resources/books-shadow.png') repeat-x;
}

.g-book-search
{
  background: #4b4f54;
  padding: 1.25rem 1.875rem;
}

.g-book-search form {
  width: 100%;
}

.g-book-search .g-book-search-filter
{
  display: none;
  font-size: 0.6875rem;
  font-weight: 700;
  font-family: "montserrat";
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  color: #fff;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-book-search .g-book-search-filter span
{
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}

.g-book-search .g-book-search-filter span::after
{
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url("") no-repeat;
  width: 11px;
  height: 7px;
}

.g-book-featured
{
  display: flex;
  flex-flow: row wrap;
  margin: 2.5rem 1.875rem;
}

.g-book-featured .g-book-featured-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  position: relative;
}

.g-book-featured .g-book-featured-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-book-featured .g-book-featured-item:last-child
{
  margin-right: 0;
}

.g-book-featured .g-book-featured-item:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-book-featured .g-book-featured-item .g-book-featured-item-title
{
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  padding: 0 0.9375rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #fff;
  font-family: "trajan";
}

.g-title
{
  font-size: 1.875rem;
  font-family: "trajan";
  color: #c88b66;
  margin-bottom: 20px;
}

.g-title.small-mb
{
  margin-bottom: 10px;
}

.g-title.line
{
  border-bottom: 1px solid #c88b66;
  margin-bottom: 30px;
}

.g-page
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
  margin-top: 60px;
}

.g-page .g-page-left
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}

.g-page .g-page-left.big-font p
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
}

.g-page .g-page-left h3
{
  font-size: 1.0625rem;
  font-weight: 700;
  color: #4b4f54;
  margin-bottom: 20px;
}

.g-page .g-page-left p
{
  margin-bottom: 30px;
}

.g-page .g-page-left ul
{
  margin-bottom: 40px;
  list-style: none;
}

.g-page .g-page-left ul li
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  color: #666;
  margin: 0 0 0.9375rem 0.625rem;
  padding-left: 20px;
  position: relative;
}

.g-page .g-page-left ul li::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #666;
}

.g-page .g-page-right
{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  padding-left: 90px;
  border-left: 1px solid rgba(151, 151, 151, .2);
}

.g-page .g-page-right.nopadding
{
  padding-left: 0;
  border-left: none;
}

.g-page .g-page-right .g-page-widget
{
  font-family: "montserrat";
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.g-page .g-page-right .g-page-widget:last-child
{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.g-page .g-page-right .g-page-widget p
{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.1875rem;
  color: #777b80;
  margin-bottom: 15px;
}

.g-page .g-page-right .g-page-widget a
{
  font-size: 0.9375rem;
  font-weight: 700;
  color: #c88b66;
  text-transform: uppercase;
}

.g-page .g-page-right .g-page-widget .g-page-widget-winner-item
{
  margin-bottom: 20px;
  font-family: "montserrat";
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

.g-page .g-page-right .g-page-widget .g-page-widget-winner-item .g-page-widget-winner-year
{
  color: #4b4f54;
  font-weight: 700;
  margin-bottom: 5px;
}

.g-page .g-page-right .g-page-widget .g-page-widget-winner-item .g-page-widget-winner-name
{
  font-weight: 300;
  color: #777b80;
}

#student .g-page,
#general-purchasing .g-page
{
  margin-top: 170px;
  padding-bottom: 60px;
}

#directory-low
{
  padding-top: 30px;
}

.g-page-hero
{
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
}

.g-page-hero .g-page-hero-title
{
  font-size: 3rem;
  letter-spacing: 0.125rem;
  color: #c88b66;
  font-family: "trajan";
}

.g-page-hero .g-page-hero-text
{
  color: white;
  font-weight: 700;
  line-height: 1.375rem;
  font-family: "montserrat";
  max-width: 70%;
}

.g-page-hero .g-page-hero-text a {
  border-bottom: 1px solid;
}

.g-collapse
{
  margin-bottom: 30px;
  border: 1px solid #dadada;
  border-radius: 2px;
}

.g-collapse .g-collapse-item
{
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 300;
  padding: 1.25rem 1.25rem 1.25rem 6.25rem;
  color: #777b80;
  border-bottom: 1px solid #dadada;
  position: relative;
  cursor: pointer;
}

.g-collapse .g-collapse-item.is-active .g-collapse-content
{
  opacity: 1;
  max-height: 500px;
}

.g-collapse .g-collapse-item:hover::after
{
  border-color: transparent transparent transparent rgba(119, 123, 128, .8);
}

.g-collapse .g-collapse-item::after
{
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent rgba(119, 123, 128, .5);
}

.g-collapse .g-collapse-item:last-child
{
  border: none;
}

.g-collapse .g-collapse-content
{
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  margin-top: 10px;
}

.g-collapse .g-collapse-content p
{
  font-size: 0.875rem;
}

.g-collapse .g-collapse-content p:last-child
{
  margin-bottom: 0;
}

.g-professional
{
  background: url('resources/professionalbg.jpg');
  text-align: center;
  padding: 2.8125rem 0;
  margin-bottom: 50px;
}

.g-professional .g-professional-title
{
  font-family: "trajan";
  font-size: 1.875rem;
  color: #c88b66;
  margin-bottom: 10px;
}

.g-professional .g-professional-text
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  margin-bottom: 30px;
}

.g-professional .g-professional-alphabet
{
  margin-bottom: 30px;
}

.g-professional .g-professional-alphabet a
{
  font-family: "trajan";
  font-size: 1.875rem;
  display: inline-block;
  padding: 0 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(75, 79, 85, .2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.g-professional .g-professional-alphabet a:hover
{
  color: rgba(75, 79, 85, .5);
  -webkit-transform: scale(1.6, 1.6);
          transform: scale(1.6, 1.6);
}

.g-professional .g-professional-all a
{
  width: auto;
  display: inline-block;
  padding: 0.875rem 1.125rem;
}

.g-featured-members
{
  margin: 0 5% 2.5rem;
}

.g-featured-members .g-title
{
  border: none;
  text-align: center;
}

.g-featured-members .g-featured-members-wrap
{
  display: flex;
  flex-flow: row wrap;
}

.g-featured-members .g-featured-members-wrap .g-featured-member
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  text-align: center;
}

.g-featured-members .g-featured-members-wrap .g-featured-member:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-featured-members .g-featured-members-wrap .g-featured-member:last-child
{
  margin-right: 0;
}

.g-featured-members .g-featured-members-wrap .g-featured-member:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-featured-members .g-featured-members-wrap .g-featured-member .g-featured-member-image
{
  margin-bottom: 15px;
}

.g-featured-members .g-featured-members-wrap .g-featured-member .g-featured-member-name
{
  font-size: 1.4375rem;
  color: #666;
}

.g-featured-members .g-featured-members-wrap .g-featured-member .g-featured-member-position
{
  font-size: 0.8125rem;
  font-family: "montserrat";
  color: #c88b66;
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
}

.g-news-item
{
  font-family: "montserrat";
  margin-bottom: 30px;
}

.g-news-item .g-news-item-image
{
  margin-bottom: 20px;
}

.g-news-item .g-news-item-category
{
  text-transform: uppercase;
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  margin-bottom: 15px;
}

.g-news-item .g-news-item-title
{
  font-size: 1.4375rem;
  color: #666;
  margin-bottom: 20px;
  font-family: "gentium";
}

.g-news-item .g-news-item-via
{
  font-size: 0.8125rem;
  color: #abb5af;
  text-transform: uppercase;
}

.g-faq .g-title
{
  text-align: center;
  border: none;
  margin-bottom: 10px;
}

.g-faq .g-title.mb
{
  margin-bottom: 30px;
}

.g-faq .g-faq-text
{
  color: #4b4f54;
  text-align: center;
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
  margin-bottom: 30px;
  font-style: italic;
}

.g-faq .g-collapse
{
  max-width: 70%;
  margin: 0 auto 1.875rem;
}

.g-benefits
{
  background: white;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
  text-align: center;
}

.g-benefits .g-benefits-header
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 700;
  color: #4b4f54;
  padding: 1.875rem 1.25rem;
  line-height: 1.1875rem;
  letter-spacing: 0.04688rem;
}

.g-benefits .g-benefits-content
{
  background: #f8f8f8;
  padding: 1.875rem 1.25rem;
}

.g-benefits .g-benefits-content p
{
  line-height: 1.4375rem;
  margin-bottom: 20px;
  color: #666;
  font-size: 1.0625rem;
}

.g-benefits .g-benefits-content p:last-child
{
  margin-bottom: 0;
}

.g-benefits .g-benefits-footer
{
  padding: 1.875rem 1.25rem;
}

.g-benefits .g-benefits-footer a
{
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.04688rem;
  font-weight: 700;
}

.g-benefits .g-benefits-footer a:hover
{
  color: #b47b59;
}

.g-benefits .g-benefits-footer.round a
{
  color: #fff;
  width: 100%;
}

.g-benefits .g-benefits-footer.round a:hover
{
  color: #c88b66;
}

.g-person
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-person .g-person-section
{
  display: block;
}

.g-person .g-person-about .g-person-right
{
  background: rgba(35, 39, 43, .7);
}

.g-person .g-person-featured .g-person-right
{
  background: rgba(35, 39, 43, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-person .g-person-featured .g-person-right img
{
  width: auto;
  height: 100%;
}

.g-person .g-person-left
{
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.g-person .g-person-right-fly
{
  height: calc(100vh - 110px);
}

.g-person .g-person-right-fly img
{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block !important;
}

.g-person .g-person-right-fly .member-slider
{
  height: 100%;
  text-align: center;
}

.g-person .g-person-right-fly .member-slider .slick-prev
{
  left: 25px;
}

.g-person .g-person-right-fly .member-slider .slick-next
{
  right: 25px;
}

.g-person .g-person-right-fly .member-slider .slick-list,
      .g-person .g-person-right-fly .member-slider .slick-track,
      .g-person .g-person-right-fly .member-slider .slick-slide,
      .g-person .g-person-right-fly .member-slider .member-slider-item
{
  height: 100%;
  position: relative;
}

.g-person .g-person-right-fly .member-slider-caption
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 0.9375rem;
  color: white;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
  padding: 4.375rem 3.125rem 1.25rem;
}

.g-person .g-person-section-left
{
  padding: 5% 10% 8%;
}

.g-person .g-person-section-left.is-spacebetween
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-person .g-person-section-left.is-bottom
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.g-person .g-person-section-left.is-center
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.g-person .g-person-section-left .g-person-logo
{
  background: white;
  border: 1px solid #dfdfdf;
  padding: 0.625rem;
  width: 152px;
  height: 152px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .05);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, .05);
  margin-bottom: 70px;
}

.g-person .g-person-section-left .g-person-chapter
{
  color: #abb5af;
  font-size: 0.8125rem;
  font-family: "montserrat";
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
  margin-bottom: 5px;
}

.g-person .g-person-section-left .g-person-name
{
  font-family: "trajan";
  font-size: 1.875rem;
  color: #c88b66;
}

.g-person .g-person-section-left .g-person-company
{
  color: #4b4f54;
  font-size: 1.0625rem;
  font-style: italic;
  letter-spacing: 0.0325rem;
  margin-bottom: 40px;
}

.g-person .g-person-section-left .g-person-social > a
{
  display: inline-block;
  color: #b0b6b3;
  border: 2px solid #b0b6b3;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  margin: 0 1.25rem 0 0;
  text-align: center;
}

.g-person .g-person-section-left .g-person-social > a:last-child {
  margin: 0;
}

.g-person .g-person-section-left .g-person-social > a:hover
{
  background-color: #b0b6b3;
  color: white;
}

.g-person .g-person-section-left .g-person-social > a > i
{
  font-size: 1.5625rem;
}

.g-person .g-person-right
{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  position: relative;
  background: #23272b;
}

.g-person-right.is-affixed {
  height: auto !important;
}

.g-person .g-person-right.is-center
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-person .g-person-right.g-person-photo
{
  overflow: hidden;
  position: relative;
}

.g-person .g-person-right-nophoto
{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  position: relative;
  background: #23272b;
}

.g-person .g-person-right-nophoto .sticky-photo
{
  height: 100vh;
}

.g-person .g-person-right-nophoto img
{
  width: 100%;
  height: 100%;
}

.g-person .g-person-about-text
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  color: #666;
}

.g-person .g-person-about-text p
{
  margin-bottom: 25px;
}

.g-person .g-person-about-contacts
{
  margin-top: 35px;
  font-family: "montserrat";
}

.g-person .g-person-about-contacts .g-person-about-email
{
  font-size: 0.9375rem;
  font-weight: 700;
  color: #c88b66;
  text-transform: uppercase;
  letter-spacing: 0.7;
  margin-bottom: 20px;
}

.g-person .g-person-about-contacts .g-person-about-email a
{
  display: block;
  margin: 0.5rem 0;
}

.g-person .g-person-about-contacts .g-person-about-email a:hover
{
  color: #b77b56;
}

.g-person .g-person-about-contacts .g-person-about-address,
    .g-person .g-person-about-contacts .g-person-about-phone
{
  color: #777b80;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 15px;
}

.g-person .g-person-work .g-person-work-items
{
  display: flex;
  flex-flow: row wrap;
}

.g-person .g-person-work .g-person-work-items .g-person-work-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (2px - 2px * 1/3));
  max-width: calc(99.9% * 1/3 - (2px - 2px * 1/3));
  width: calc(99.9% * 1/3 - (2px - 2px * 1/3));
  margin-bottom: 2px;
}

.g-person .g-person-work .g-person-work-items .g-person-work-item:nth-child(1n)
{
  margin-right: 2px;
  margin-left: 0;
}

.g-person .g-person-work .g-person-work-items .g-person-work-item:last-child
{
  margin-right: 0;
}

.g-person .g-person-work .g-person-work-items .g-person-work-item:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-event
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c88b66;
  border-radius: 3px;
  padding: 0.1875rem;
}

#travel-tour .g-event 
{
  margin-bottom: 15px;
}

#travel-tour #faq 
{
  margin-top: 60px;
  margin-bottom: 40px;
}

.g-event .g-event-left
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 1.875rem;
  padding: 0.9375rem 0;
}

#travel-tour .g-event .g-event-right 
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 290px;
}

.g-event .g-event-left .g-event-header
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c88b66;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.g-event .g-event-left .g-event-header .g-event-title
{
  font-size: 1.5rem;
  font-family: "trajan";
  color: #777b80;
  text-transform: capitalize;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.g-event .g-event-left .g-event-header .g-event-price
{
  font-size: 1.5rem;
  font-weight: 100;
  font-family: "montserrat";
  color: #777b80;
  letter-spacing: 0.08125rem;
}

#travel-tour .g-event .g-event-left .g-event-header .g-event-price 
{
  text-align: right;
}

.g-event .g-event-left .g-event-meta
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  color: #777b80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-event .g-event-left .g-event-meta a:hover
{
  text-decoration: underline;
}

.g-event .g-event-right .g-event-buttons .g-btn
{
  background: #c88b66;
  color: #fff;
  text-decoration: none;
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  display: block;
  border-radius: 2px;
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
  
}

.g-event .g-event-right .g-event-buttons .g-btn:first-child
{
  margin-left: 0;
}

.g-event .g-event-right .g-event-buttons .g-btn:hover
{
  background: #b77b56;
}

.g-sponsor
{
  margin-top: 55px;
  border-top: 1px solid rgba(151, 151, 151, .2);
  padding-top: 30px;
}

.g-sponsor .g-sponsor-title
{
  text-align: center;
  color: #c88b66;
  margin-bottom: 60px;
}

.g-sponsor .g-sponsor-title h4
{
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.0325rem;
}

.g-sponsor .g-sponsor-title h2
{
  font-family: "trajan";
  font-size: 1.25rem;
  letter-spacing: 0.0325rem;
}

.g-sponsor .g-sponsor-major
{
  display: flex;
  flex-flow: row wrap;
}

.g-sponsor .g-sponsor-major .g-sponsor-item
{
  text-align: center;
  margin-bottom: 50px;
}

.g-sponsor .g-sponsor-major .g-sponsor-item .g-sponsor-item-image
{
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-sponsor .g-sponsor-major .g-sponsor-item .g-sponsor-item-title
{
  color: #666;
  font-size: 1rem;
  font-style: italic;
  opacity: 0.6;
}

.g-sponsor .g-sponsor-major .g-sponsor-item img
{
  width: auto;
}

.g-sponsor-other
{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding-top: 60px;
  margin-top: 20px;
}

.g-sponsor-other::after
{
  content: "";
  position: absolute;
  width: 360px;
  height: 1px;
  background: rgba(151, 151, 151, .2);
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.g-sponsor-item
{
  margin-bottom: 50px;
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 300;
  text-align: center;
  color: #777b80;
}

.g-resources-header
{
  background: #4b4f54;
  text-align: center;
  padding: 3.125rem 5.625rem 2.5rem;
}

.g-resources-header.newstyle {
  background-color: rgba(221, 231, 225, .3);
  background-image:url('resources/plaster-shadow.png');
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
}

.g-resources-header .g-resources-header-title
{
  font-size: 3rem;
  font-family: "trajan";
  color: #c88b66;
  text-transform: capitalize;
  letter-spacing: 0.125rem;
}

.g-resources-header .g-resources-header-text
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
}

.g-resources-search
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.g-resources-search .g-resources-search-field
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.g-resources-search .g-resources-search-field.small-round input
{
  width: 65%;
  border-radius: 3px;
}

.g-resources-search .g-resources-search-field input
{
  background: #fff;
  border: none;
  padding: 1.125rem 1.875rem;
  width: 100%;
  font-size: 0.875rem;
  font-family: "montserrat";
  color: #555;
}

.g-resources-search .g-resources-search-field input::-webkit-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-resources-search .g-resources-search-field input::-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-resources-search .g-resources-search-field input:-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-resources-search .g-resources-search-field input:-ms-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-resources-header .g-resource-major-search
{
  max-width: 80%;
  margin: 1.875rem auto 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1px;
}

.g-resources-header .g-resource-major-search .g-resource-major-btn
{
  margin-left: 30px;
}

.g-resources-header .g-resource-major-search .g-resource-major-btn button
{
  width: 100%;
}

.g-resources-header .g-resource-major-search .g-resource-major-items
{
  display: flex;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  font-family: "montserrat";
  text-align: left;
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item:last-child
{
  margin-right: 0;
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item input[type="text"]
{
  border: none;
  border-bottom: 1px solid rgba(119, 123, 128, .3);
  font-size: 0.875rem;
  font-family: "montserrat";
  color: #555;
  padding: 0.375rem 0.625rem;
  width: 100%;
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item input[type="text"]::-webkit-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item input[type="text"]::-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item input[type="text"]:-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item input[type="text"]:-ms-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item .g-resource-major-label
{
  font-size: 0.75rem;
  color: #8b9399;
  margin-bottom: 5px;
}

.g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item .g-resource-major-label label
{
  cursor: pointer;
}

.g-resources-header .g-resource-major-search .g-resource-major-btn
{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
}

.g-resources-search-dropdown
{
  position: relative;
  z-index: 2;
}

.g-resources-search-dropdown .g-resources-search-dropdown-current
{
  background: #d5dad7;
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  color: #666;
  letter-spacing: 0.03125rem;
  position: relative;
  padding: 1.125rem 2.2rem 1.125rem 1rem;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  width: 150px;
  display: block;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#width_tmp_select
{
 display : none;
} 

.g-resources-search-dropdown .g-resources-search-dropdown-current:hover 
{
  color: #333;
  background: #c7cdca;
}

.g-resources-search-dropdown .g-resources-search-dropdown-current::-ms-expand 
{
  display: none;
}

.g-resources-search-dropdown::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f0d7";
  color: #888;
  text-rendering: auto;
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.g-resources-search-dropdown .g-resources-search-dropdown-current:hover::after
{
  color: #333;
}

.g-resources-search-dropdown .g-resources-search-dropdown-list
{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  background: #fff;
  text-align: left;
  width: 180px;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, .15);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, .15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.g-resources-search-dropdown .g-resources-search-dropdown-list.is-active
{
  opacity: 1;
  visibility: visible;
}

.g-resources-search-dropdown .g-resources-search-dropdown-list .g-resources-search-dropdown-item
{
  padding: 0.5rem 0.625rem;
  font-size: 0.75rem;
  font-family: "montserrat";
  cursor: pointer;
}

.g-resources-search-dropdown .g-resources-search-dropdown-list .g-resources-search-dropdown-item:hover
{
  background: #eee;
}

.g-awards .g-award-header
{
  margin-bottom: 30px;
}

.g-awards .g-award-header .g-award-header-title
{
  font-family: "trajan";
  font-size: 1.875rem;
  color: #c88b66;
  text-transform: capitalize;
}

.g-awards .g-award-header .g-award-header-subtitle
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  margin-top: 5px;
}

.g-awards .g-award-items
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
}

.g-awards .g-award-items.indent
{
  padding-bottom: 60px;
}

.g-awards .g-award-items.last
{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.g-awards .g-award-items.column-2 .g-award-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}

.g-awards .g-award-items.column-2 .g-award-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-awards .g-award-items.column-2 .g-award-item:last-child
{
  margin-right: 0;
}

.g-awards .g-award-items.column-2 .g-award-item:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-awards .g-award-items .g-award-item
{
  margin-bottom: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.g-awards .g-award-items .g-award-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-awards .g-award-items .g-award-item:last-child
{
  margin-right: 0;
}

.g-awards .g-award-items .g-award-item:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-awards .g-award-items .g-award-item .g-award-item-category
{
  color: #abb5af;
  font-size: 0.8125rem;
  font-family: "montserrat";
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
}

.g-awards .g-award-items .g-award-item .g-award-item-title
{
  font-family: "trajan";
  font-size: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  margin-bottom: 20px;
}

.g-awards .g-award-items .g-award-item .g-award-item-bottom
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.g-awards .g-award-items .g-award-item .g-award-item-text
{
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
  line-height: 1.4375rem;
  color: #666;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.g-award-item-view
{
  margin-top: 10px;
}

.g-award-item-view a
{
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "montserrat";
  letter-spacing: 0.04688rem;
  text-transform: uppercase;
  color: #c88b66;
}

.g-award-item-view a:hover
{
  text-decoration: underline;
}

.g-banner
{
  width: 100%;
  padding: 1.25rem 0;  
  background: -webkit-linear-gradient(top, rgb(248, 248, 249) 0%, rgb(222, 222, 223) 100%);
  background: -o-linear-gradient(top, rgb(248, 248, 249) 0%, rgb(222, 222, 223) 100%);
  background: -ms-linear-gradient(top, rgb(248, 248, 249) 0%, rgb(222, 222, 223) 100%);
  background: -moz-linear-gradient(top, rgb(248, 248, 249) 0%, rgb(222, 222, 223) 100%);
  background: linear-gradient(to bottom, rgb(248, 248, 249) 0%, rgb(222, 222, 223) 100%);
}

.g-banner-image
{
  display: block;
  position: relative;
  padding: 0 5.625rem;
  margin: auto;
  width: 100%;
  /*max-height: 184px;*/
}

.g-banner-image .g-banner-image-cta .g-btn
{
  position: absolute;
  right: 40rem;
  bottom: 0.5rem;
}

.g-banner-video
{
	display: none; 
  max-width:1120px;
	margin: 0 auto;
}

.g-banner-video .g-banner-video-wrap
{
  position: relative;  
	padding-bottom: 56.25%;
  height: 0;
	margin: auto;
}

.g-banner-video .g-banner-video-wrap iframe
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-banner-video .g-banner-video-wrap .g-banner-cta
{
  display: none;
  position: absolute;
  top: 0;	
  left: 0.5rem;
}

.g-banner-video .g-banner-video-wrap .g-banner-cta .g-btn 
{
  font-size: 0.75rem;
  padding: 0.3125rem;
  background-color: transparent;
  border: none;
}

.g-banner-video .g-banner-video-wrap .g-banner-video-close
{
  background-color: #707479;	
  color: #ffffff;
  font-family: "montserrat";
  font-weight: bold;	
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 24px;
  text-align: center;
  z-index: 2;
}

.g-banner-video .g-banner-video-wrap .g-banner-video-close button
{
  display: block;
  width: 24px;
  height: 24px;
  padding: 5% 0;
}

.g-banner-video .g-banner-video-wrap .g-banner-video-close button .fa
{
  padding: 10% 0;
}

.g-banner-video .g-banner-video-wrap .g-banner-video-overlay
{
  background-color: transparent;
  position: absolute;
  top: 2.8125rem;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 1;
}

.g-banner-video .g-banner-video-wrap .g-banner-video-overlay a
{
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.g-slider
{
  margin-top: 80px;
  overflow: hidden;
}

.g-slider .g-slider-item
{
  margin: 0 4.375rem;
  padding-bottom: 30px;
}

.g-slider .g-slider-item.slick-current p,
      .g-slider .g-slider-item.slick-current .g-slider-content
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-slider .g-slider-item img
{
  max-width: 100%;
  max-height: 600px;
  width: auto;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .5);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, .5);
}

.g-slider .g-slider-item p
{
  margin-top: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  color: #fff;
  display: none;
}

.g-slider .g-slider-item p:last-child
{
  margin-bottom: 0;
}

.g-slider .g-slider-item .g-slider-content
{
  display: none;
  padding-top: 20px;
  color: #fff;
}

.g-slider .g-slider-item .g-slider-content .g-slider-count
{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  font-family: "trajan";
  font-size: 1.875rem;
  letter-spacing: 0.125rem;
  opacity: 0.5;
}

.g-slider .g-slider-item .g-slider-content .g-slider-count .divider
{
  margin: 0 -0.6875rem;
}

.g-slider .g-slider-item .g-slider-content .g-slider-desc
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.g-slider .g-slider-item .g-slider-content .g-slider-desc h3
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.1875rem;
  margin-bottom: 5px;
}

.g-slider .g-slider-item .g-slider-content .g-slider-desc p
{
  margin: 0 0 0.625rem;
}

.g-wrap
{
  margin: 0 5%;
}

.g-library
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-library .g-library-aside
{
  background: rgba(119, 123, 128, .06);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  padding: 3.75rem 1.875rem 0 5.3125rem;
}

.g-library .g-book-aside .g-library-widget
{
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: "montserrat";
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
}

.g-library .g-book-aside .g-library-widget:last-child
{
  border-bottom: none;
}

.g-library .g-book-aside .g-library-widget .g-library-widget-title
{
  font-weight: 700;
  color: #4b4f54;
  padding: 0.0625rem 0 0.0625rem 2.5rem;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.g-library .g-book-aside .g-library-widget .g-library-widget-title.lock
{
  background: url('resources/lock.svg') no-repeat;
}

.g-library .g-book-aside .g-library-widget .g-library-widget-title a:hover
{
  text-decoration: underline;
}

.g-library .g-book-aside .g-library-widget ul
{
  margin-left: 40px;
  list-style: none;
}

.g-library .g-book-aside .g-library-widget ul li
{
  margin-bottom: 8px;
}

.g-library .g-book-aside .g-library-widget ul li a
{
  color: #777b80;
  letter-spacing: 0.05rem;
  font-weight: 300;
}

.g-library .g-book-aside .g-library-widget ul li a:hover
{
  text-decoration: underline;
}

.g-library .g-library-content
{
  width: 100%;
}

.g-library .g-library-content .g-library-search
{
  background: #4b4f54;
  padding: 1.25rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-library .g-library-content .g-library-search .g-library-search-field
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.g-library .g-library-content .g-library-search .g-library-search-btn
{
  background: url('resources/grid-icon.svg') no-repeat;
  width: 44px;
  height: 44px;
  border: none;
  -ms-flex-item-align: center;
      align-self: center;
}

.g-library .g-library-content .g-library-search .g-library-search-btn.list
{
  background: url('resources/list-icon.svg') no-repeat;
}

.g-travel-container
{
  margin: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-travel-container .g-travel-sidebar
{
  width: 300px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 100px;
  border-right: 1px solid rgba(151, 151, 151, .3);
}

.g-travel-container .g-travel-sidebar .g-travel-nav .g-travel-nav-item
{
  text-decoration: none;
  padding: 1.5625rem 0;
  display: block;
  position: relative;
}

.g-travel-container .g-travel-sidebar .g-travel-nav .g-travel-nav-item:hover .g-travel-nav-item-heading
{
  color: #b77b56;
}

.g-travel-container .g-travel-sidebar .g-travel-nav .g-travel-nav-item::after
{
  content: "";
  background: rgba(151, 151, 151, .3);
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 100%;
}

.g-travel-container .g-travel-sidebar .g-travel-nav .g-travel-nav-item.is-active::before
{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #c88b66;
  height: 100%;
  width: 4px;
}

.g-travel-container .g-travel-sidebar .g-travel-nav .g-travel-nav-item .g-travel-nav-item-heading
{
  font-size: 1.25rem;
  font-family: "trajan";
  color: #c88b66;
  text-transform: capitalize;
  letter-spacing: 0.0325rem;
}

.g-travel-container .g-travel-sidebar .g-travel-nav .g-travel-nav-item .g-travel-nav-item-subheading
{
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 300;
  color: #777b80;
  letter-spacing: 0.05rem;
}

.g-travel-container .g-travel-content
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2.5rem 0 3.75rem;
}

.g-travel-container .g-travel-content .g-travel-content-title
{
  font-family: "trajan";
  font-size: 1.875rem;
  color: #c88b66;
  text-transform: capitalize;
  letter-spacing: 0.125rem;
  margin-bottom: 5px;
}

.g-travel-container .g-travel-content .g-travel-content-date
{
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 700;
  color: #4b4f54;
  letter-spacing: 0.05rem;
  margin-bottom: 40px;
}

.g-travel-container .g-travel-content .g-travel-content-desc
{
  margin-bottom: 20px;
  display: none;
}

.g-travel-container .g-travel-content .g-travel-content-desc p
{
  font-size: 1.0625rem;
  color: #666;
  letter-spacing: 0.0325rem;
  line-height: 1.4375rem;
  margin-bottom: 20px;
}

.g-travel-container .g-travel-content .g-travel-content-desc p.small
{
  color: #777b80;
  font-size: 0.8125rem;
  font-style: italic;
  letter-spacing: 0.04375rem;
  margin-bottom: 30px;
}

.g-travel-container .g-travel-content .g-travel-content-desc.is-active
{
  display: block;
}

.g-travel-container .g-travel-content .g-travel-meetinfo
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(151, 151, 151, .3);
  border-bottom: 1px solid rgba(151, 151, 151, .3);
  margin-bottom: 40px;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-left
{
  flex: 1 0 auto;
  color: #4b4f54;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-left .g-travel-meetinfo-item
{
  flex: 1 0 auto;
  margin-right: 25px;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-left .g-travel-meetinfo-item .g-travel-meetinfo-item-title
{
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "montserrat";
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-left .g-travel-meetinfo-item .g-travel-meetinfo-item-digits
{
  font-size: 1.8rem;
  font-family: "trajan";
  letter-spacing: 0.125rem;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-right
{
  flex: 1 0 auto;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-right .g-travel-meetinfo-buttons a
{
  background: #c88b66;
  color: #fff;
  text-align: center;
  font-family: "montserrat";
  font-size: 0.875rem;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.625rem;
  border-radius: 1px;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-right .g-travel-meetinfo-buttons a:hover
{
  background: #b77b56;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-right .g-travel-meetinfo-buttons a:last-child
{
  margin-bottom: 0;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-right .g-travel-meetinfo-buttons a .g-travel-meetinfo-btn-title
{
  font-weight: 700;
  text-transform: uppercase;
}

.g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-right .g-travel-meetinfo-buttons a .g-travel-meetinfo-btn-digits
{
  font-weight: 300;
}

.g-travel-container .g-travel-content .g-travel-content-list h2
{
  font-family: "trajan";
  font-size: 1.875rem;
  color: #c88b66;
  text-transform: capitalize;
  letter-spacing: 0.125rem;
  margin-bottom: 20px;
}

.g-travel-container .g-travel-content .g-travel-content-list ul
{
  list-style: none;
}

.g-travel-container .g-travel-content .g-travel-content-list ul li
{
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0.0325rem;
  line-height: 1.4375rem;
  padding-left: 20px;
}

.g-travel-container .g-travel-content .g-travel-content-list ul li::before
{
  content: "";
  background: #666;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.g-form-terms
{
  display: none;
}

label.error
{
  display: block;
  font-family: "montserrat";
  font-size: 0.75rem;
  color: red !important;
  margin-top: 5px;
}

select.error
{
  padding: 0.3125rem 0;
}

span.required
{
  color: #c88b66;
  font-size: 1rem;
  display: inline-block;
  margin-left: 4px;
}

.pushup
{
  margin-top: 20px;
}

#zipcode
{
  padding: 1.2rem 0 !important;
}

ol,
ul
{
  margin-left: 20px;
}

ul li
{
  display: list-item;
}

.menu li
{
  list-style: none;
}

#content-box a
{
  text-decoration: none;
  color: 444;
  border-bottom: 1px solid #444;
  font-weight: 700;
}

#content-box a:hover
{
  color: #000;
  border-bottom: 1px solid #000;
}

.benefits-widget .g-benefits
{
  display: none;
}

.benefits-widget a
{
  color: #4b4f54;
  text-decoration: underline;
  font-weight: 700;
}

.benefits-widget a:hover
{
  color: #000;
}

.g-form-label
{
  font-family: "montserrat";
  font-size: 0.75rem;
  color: #8b9399;
  margin-bottom: 10px;
}

.g-form-select
{
  border-bottom: 1px solid rgba(119, 123, 128, .3);
  position: relative;
  padding-bottom: 6px;
}

.g-form-select::after
{
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #d6d7d8 transparent transparent;
}

.g-form-select select
{
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 300;
  background: none;
  border-radius: 0;
  padding-left: 5px;
  width: 100%;
  color: #777b80;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.g-radio
{
  margin-bottom: 8px;
}

.g-radio.mont
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #777b80;
}

.g-radio.min input[type="radio"] + label::before,
.g-radio.min input[type="checkbox"] + label::before
{
  width: 10px;
  height: 10px;
  top: 1px;
}

.g-radio input[type="radio"],
  .g-radio input[type="checkbox"]
{
  position: absolute;
  opacity: 0;
}

.g-radio input[type="radio"] + label,
.g-radio input[type="checkbox"] + label
{
  cursor: pointer;
}

.g-radio input[type="radio"] + label::before,
.g-radio input[type="checkbox"] + label::before
{
  content: '';
  background: white;
  border-radius: 100%;
  border: 1px solid rgba(119, 123, 128, .4);
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0.125rem;
  position: relative;
  top: -2px;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
  margin: 0 0.5rem 0 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.g-radio input[type="radio"]:checked + label::before,
.g-radio input[type="checkbox"]:checked + label::before
{
  outline: none;
  border-color: rgba(119, 123, 128, .2);
  background-color: #c88b66;
}

.g-form-box
{
  margin-bottom: 30px;
}

.g-radio-row
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-radio-row .g-radio
{
  margin-right: 30px;
}

textarea.g-form-input
{
  resize: none;
}

.g-form-input
{
  color: #777b80;
  border: none;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(119, 123, 128, .3);
  padding: 0.25rem 0.625rem;
  width: 100%;
}

.g-form-input.push
{
  margin-bottom: 20px;
}

.g-form-input::-webkit-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-form-input::-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-form-input:-ms-input-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-form-input:-moz-placeholder
{
  color: rgba(119, 123, 128, .3);
}

.g-form-col2
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.g-form-col2 .g-form-col2-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  margin-bottom: 30px;
}

.g-form-col2 .g-form-col2-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-form-col2 .g-form-col2-item:last-child
{
  margin-right: 0;
}

.g-form-col2 .g-form-col2-item:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-form-col2 .g-form-col2-item.full
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
  max-width: calc(99.9% * 1 - (30px - 30px * 1));
  width: calc(99.9% * 1 - (30px - 30px * 1));
}

.g-form-col2 .g-form-col2-item.full:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-form-col2 .g-form-col2-item.full:last-child
{
  margin-right: 0;
}

.g-form-col2 .g-form-col2-item.full:nth-child(NaNn)
{
  margin-right: 0;
  margin-left: auto;
}

.g-form-limit-characters
{
  text-align: right;
  font-size: 0.9375rem;
  font-style: italic;
  color: #777b80;
  letter-spacing: 0.05rem;
}

.g-form-limit-characters .divider
{
  margin: 0 0.1875rem;
}

.g-form-limit-characters .limit
{
  margin-right: 5px;
}

.g-form-row
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-form-double
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-form-double .g-form-select
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}

.g-form-double .g-form-select:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-form-double .g-form-select:last-child
{
  margin-right: 0;
}

.g-form-double .g-form-select:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-form-item
{
  margin-right: 30px;
}

.g-form-item:last-child
{
  margin-right: 0;
}

.g-form-item.large
{
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.g-form-item.medium
{
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 180px;
}

.g-form-item.small
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 80px;
}

.g-form-item.equal
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.g-form-terms
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.1875rem;
  color: #777b80;
}

.g-form-agree
{
  font-size: 0.8125rem;
  font-weight: 300;
  font-family: "montserrat";
  color: #777b80;
}

.g-form-agree .g-radio
{
  margin-bottom: 10px;
}

.g-form-purchase
{
  margin-top: 30px;
}

.g-form-purchase .g-btn
{
  padding: 0.875rem 1.5625rem;
  width: auto;
}

.g-form-plans
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-form-plans .g-form-plan
{
  border-radius: 6px;
  border: 1px solid rgba(119, 123, 128, .3);
  background: white;
  padding: 0.9375rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  opacity: 0.7;
  text-align: center;
}

.g-form-plans .g-form-plan:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-form-plans .g-form-plan:last-child
{
  margin-right: 0;
}

.g-form-plans .g-form-plan:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-form-plans .g-form-plan.is-active
{
  opacity: 1;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
  border-color: transparent;
}

.g-form-plans .g-form-plan.is-active .g-form-plan-title
{
  color: #c88b66;
}

.g-form-plans .g-form-plan .g-form-plan-title
{
  margin-top: 15px;
  font-family: "trajan";
  font-size: 0.9375rem;
  color: #777b80;
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
}

.g-form-plans .g-form-plan .g-form-plan-content
{
  margin: 0.625rem 0;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "montserrat";
  color: #777b80;
  letter-spacing: 0.05rem;
}

.g-full-width
{
  width: 100%;
}

.g-half-width
{
  width: 50%;
}

.g-half-col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}

.g-half-col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-half-col:last-child
{
  margin-right: 0;
}

.g-half-col:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-third-col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
}

.g-third-col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-third-col:last-child
{
  margin-right: 0;
}

.g-third-col:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-fourth-col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

.g-fourth-col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

.g-fourth-col:last-child
{
  margin-right: 0;
}

.g-fourth-col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

.g-btn
{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  background-color: #c88b66;
  font-family: "montserrat";
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  border: 2px solid #c88b66;
  padding: 0.875rem 1.0625rem;
  border-radius: 2px;
  max-width: 100%;
  text-align: center;
}

.g-btn:hover
{
  color: white;
  background-color: #a6653d;
  border-color: #a6653d;
}

.g-btn.rollover
{
  background: #ae7450;
  border-color: #ae7450;
  border-radius: 1px;
}

.g-btn.rollover:hover
{
  background-color: transparent;
  color: #ae7450;
}

.g-btn.text
{
  color: #c88b66;
  padding: 0;
  background: none;
  border: none;
}

.g-btn.inversed
{
  background-color: transparent;
  color: #c88b66;
}

.g-btn.inversed:hover
{
  color: white;
  background-color: #c88b66;
  border-color: #c88b66;
}

.g-btn.white
{
  color: white;
  border-color: white;
  background-color: transparent;
}

.g-btn.white:hover
{
  background-color: white;
  color: #c88b66;
}

#index #featured
{
  background: #f7f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index #featured-courses
{
  width: 100%;
  padding: 3.125rem 2.0625rem 5rem 5.625rem;
}

#index #featured-courses h2
{
  margin: 0 0 2.5rem;
}

#index #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem 2.5rem 0.5rem;
  color: white;
}

#index #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#index #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1.75rem;
  line-height: 1.75rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#index #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.3125rem; 
  line-height: 1.9rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0.9rem;
}

#index #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  /*max-width: 1130px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 0 0 3rem;
  border-bottom: 1px solid #c88b66;
}

#index #our-mission article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  max-width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
}

#index #our-mission article:nth-child(1n)
{
  margin-right: 3%;
  margin-left: 0;
}

#index #our-mission article:last-child
{
  margin-right: 0;
}

#index #our-mission article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#index #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#index #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#index #our-mission a:hover
{
  color: #9b694b;
}

#index #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#index #stories .first
{
  margin: 0 0 1.875rem;
}

#donation .g-title
{
  border-bottom: 1px solid #c88b66;
  margin-bottom: 30px;
}

#donation .g-page
{
  margin: 3.75rem 5% 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  padding: 0 0 1.875rem;
}

#donation .g-page .g-page-left .section-form
{
  margin-bottom: 50px;
}

#donation .g-page .g-page-left .g-form-purchase .g-btn
{
  width: 170px;
}

#donation .g-page #donation-radios .g-form-label
{
  margin-bottom: 15px;
}

#donation .g-page #donation-radios-wrap
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#donation .g-page #donation-radios-wrap .g-radio
{
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-family: "montserrat";
  color: #777b80;
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

#donation .g-page #donation-radios-wrap #other-amount
{
  margin-top: 10px;
  margin-left: 0;
  position: relative;
}

#donation .g-page #donation-radios-wrap #other-amount::before
{
  content: '$';
  position: absolute;
  top: 5px;
  left: 0;
  color: #ccc;
}

#donation #featured-members .g-title
{
  border: none;
}

#donation #faq .g-title
{
  text-align: center;
  border: none;
  margin-bottom: 10px;
}

#membership
{
  position: relative;
}

#membership .g-title
{
  text-align: center;
}

#membership #news
{
  margin: 3.75rem 5% 0;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  padding-bottom: 60px;
}

#membership #news #news-items
{
  display: flex;
  flex-flow: row wrap;
}

#membership #news #news-items .g-news-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
}

#membership #news #news-items .g-news-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#membership #news #news-items .g-news-item:last-child
{
  margin-right: 0;
}

#membership #news #news-items .g-news-item:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#membership #featured-members
{
  margin-top: 40px;
}

#membership #featured-members .g-title
{
  margin-bottom: 40px;
}

#membership #professional
{
  margin-top: 50px;
}

#membership #plans
{
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  padding-bottom: 60px;
  margin: 3.75rem 5% 0;
}

#membership #plans #plans-items
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#plans-more
{
  margin-top: 10px;
  background: url('resources/membershipbg.png') no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
  padding: 1.875rem 1.5rem 1.875rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#plans-more #plans-more-content
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#plans-more #plans-more-btn
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#plans-more #plans-more-btn a
{
  color: #fff;
  -ms-flex-item-align: center;
      align-self: center;
}

#plans-more #plans-more-title
{
  font-size: 1.875rem;
  font-family: "trajan";
  letter-spacing: 0.125rem;
}

#membership #plans .plan
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#membership #plans .plan:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#membership #plans .plan:last-child
{
  margin-right: 0;
}

#membership #plans .plan:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#membership #plans .plan .plan-header
{
  font-family: "trajan";
  font-size: 1.625rem;
  line-height: 1.5rem;
  color: #fff;
  letter-spacing: 0.09375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #444;
  padding: 1.25rem 1.25rem 0;
  border-radius: 2px 2px 0 0;
  min-height: 92px;
}

#membership #plans .plan .plan-header.schema-1
{
  background: #abb5af;
}

#membership #plans .plan .plan-header.schema-2
{
  background: #7c8580;
}

#membership #plans .plan .plan-header.schema-3
{
  background: #4b4f54;
}

#membership #plans .plan .plan-header.schema-4
{
  background: #23272b;
}

#membership #plans .plan .plan-header span
{
  position: relative;
  top: 6px;
}

#membership #plans .plan .plan-content
{
  padding: 1.5625rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #666;
  border: 1px solid rgba(119, 123, 128, .3);
  border-top: none;
  border-radius: 0 0 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#membership #plans .plan .plan-content .plan-desc
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#membership #plans .plan .plan-content .plan-join
{
  margin-top: 20px;
}

#membership #plans .plan .plan-content .plan-join a
{
  padding-top: 10px;
  padding-bottom: 10px;
}

#student .g-form-box #radio-title,
#professional-purchasing .g-form-box #radio-title
{
  margin-bottom: 20px;
}

#student .g-form-terms,
#professional-purchasing .g-form-terms
{
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-family: "gentium";
  margin-bottom: 60px;
}

#education #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#education .g-hero
{
  padding-bottom: 39.033%;
}

#education .g-hero .author
{
  font-family: "montserrat";
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  color: #4b4f54;
  margin: 1.25rem 0 0;
}

#education .g-hero .author span
{
  display: block;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #8f9193;
  padding: 0.125rem 0 0 1.0625rem;
}

#education .g-subhero
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem 5.625rem;
  background-color: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
}

#education .g-subhero a
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04688rem;
  font-weight: 700;
  color: #c88b66;
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.375rem;
}

#education .g-subhero a:hover
{
  color: #b77b56;
}

#education .g-subhero a:hover::before
{
  background-color: #b77b56;
  border-color: #b77b56;
  color: white;
}

#education .g-subhero a::before
{
  font: normal normal normal 1.25rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  font-weight: 700;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #c88b66;
  border-radius: 20px;
  width: 17px;
  height: 20px;
  padding: 0 0 0 0.1875rem;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#education #featured-courses
{
  width: 100%;
  padding: 3.125rem 5.625rem 5rem;
}

#education #featured-courses h2
{
  margin: 0 0 0.3125rem;
}

#education #featured-courses .subtitle
{
  margin: 0 0 2.5rem;
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  color: #4b4f54;
}

#education #different-ways
{
  background-color: #f4f7f6;
  padding: 3.125rem 5.625rem 5rem;
}

#education #different-ways h2
{
  text-align: center;
  margin: 0 0 1.875rem;
}

#education #different-ways a.white-block
{
  background: white;
  border: 1px solid #d6d7d8;
  padding: 1.875rem 3.75rem 1.875rem 1.875rem;
  margin-bottom: 30px;
  position: relative;
}

#education #different-ways a.white-block:hover::after
{
  right: 10px;
  color: #ccc;
}

#education #different-ways a.white-block:hover p.learn-more
{
  color: #b77b56;
}

#education #different-ways a.white-block::after
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  color: #e0e0e0;
  text-rendering: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#education #different-ways .banners a
{
  margin-top: 20px;
  position: relative;
  text-align: center;
}

#education #different-ways .banners .text
{
  font-family: "trajan";
  position: absolute;
  color: white;
  letter-spacing: 0.0325rem;
  z-index: 2;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 0.625rem;
  font-size: 1.6vw;
  line-height: 120%;
}

#education #different-ways h3
{
  font-size: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
}

#education #different-ways p.subtitle
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 0 0 1.25rem;
}

#education #different-ways p.desc
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
}

#education #different-ways p.learn-more
{
  color: #c88b66;
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.04688rem;
  font-weight: 700;
  margin: 1.25rem 0 0;
}

#education #certificate
{
  padding: 3.125rem 5.625rem;
}

#education #certificate .vertical-center
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#education #certificate h3
{
  font-size: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
}

#education #certificate p.desc
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 2.5rem 0;
}

#education #certificate a.learn-more
{
  color: #c88b66;
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.04688rem;
  font-weight: 700;
}

#education #certificate a.learn-more:hover
{
  color: #b77b56;
}

#education #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#education #stories article
{
  position: relative;
}

#education #stories article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.04688rem;
  text-transform: uppercase;
}

#education #stories article .title
{
  font-size: 1.4375rem;
  margin: 0.9375rem 0;
  display: block;
}

#education #stories article .title:hover
{
  color: #999;
}

#education #stories article p.desc
{
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-weight: 300;
}

#education #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#education #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#education #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#education #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#education #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#education #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#education #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#education #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#education #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#education #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#education #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#education #instagram
{
  text-align: center;
  padding: 2.5rem 0 5rem;
}

#education #instagram::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f16d";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#education #instagram h2
{
  margin: 0 0 1.375rem;
}

#education #instagram .instafeed-image
{
  width: 267px;
  height: 267px;
  padding: 0.3125rem;
  position: relative;
}

#education #instagram .instafeed-image img
{
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

#education #instagram .instafeed-image .likes
{
  color: white;
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 17px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.8125rem;
  text-shadow: 0 1px 2px #333;
}

#education #instagram .instafeed-image .likes::before
{
  font: normal normal normal 0.875rem/1 FontAwesome;
  display: inline-block;
  content: "\f004";
  text-rendering: auto;
  color: white;
  position: relative;
  margin: 0 0.25rem;
}

#education #find-job
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#education #find-job .wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#education #find-job .col
{
  display: inline-block;
  margin: 0 0.9375rem;
  text-align: left;
}

#education #find-job .col.first
{
  width: 320px;
  margin: 0 3.75rem 0 0;
}

#education #find-job .explore
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  max-width: 320px;
}

#education #find-job input
{
  padding: 0.875rem 1.875rem;
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-width: 267px;
}

#education #find-job .g-btn
{
  width: 100%;
  min-width: 170px;
}

#education #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#education #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#education #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#education #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#education #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#education #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#education #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#education #sponsors .col:last-child
{
  margin-right: 0;
}

#education #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#education #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

#continuing-education .g-hero,
#summer-studio .g-hero,
#professional-intensives .g-hero,
#workshops .g-hero,
#drawing-tours .g-hero,
#new-heights .g-hero,
#certificate-classical-architecture .g-hero,
#national-curriculum-conference .g-hero
{
  padding-bottom: 33.457%;
}

#continuing-education #featured,
#summer-studio #featured,
#professional-intensives #featured,
#workshops #featured,
#drawing-tours #featured,
#new-heights #featured,
#certificate-classical-architecture #featured,
#national-curriculum-conference #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#continuing-education #article-content,
#summer-studio #article-content,
#professional-intensives #article-content,
#workshops #article-content,
#drawing-tours #article-content,
#new-heights #article-content,
#certificate-classical-architecture #article-content,
#national-curriculum-conference #article-content
{
  border-right: 1px solid #eee;
  width: 100%;
  margin: 3.75rem 0 0;
  padding: 0 2.0625rem 5rem 5.625rem;
}

#continuing-education #article-content h1,
#summer-studio #article-content h1,
#professional-intensives #article-content h1,
#workshops #article-content h1,
#drawing-tours #article-content h1,
#new-heights #article-content h1,
#certificate-classical-architecture #article-content h1,
#national-curriculum-conference #article-content h1
{
  margin: 0;
  font-size: 1.875rem;
  line-height: 2rem;
  color: #c88b66;
  letter-spacing: 0.125rem;
}

#continuing-education #article-content h3,
#summer-studio #article-content h3,
#professional-intensives #article-content h3,
#workshops #article-content h3,
#drawing-tours #article-content h3,
#new-heights #article-content h3,
#certificate-classical-architecture #article-content h3,
#national-curriculum-conference #article-content h3
{
  font-size: 1.875rem;
  text-transform: uppercase;
}

#continuing-education #article-content p,
#summer-studio #article-content p,
#professional-intensives #article-content p,
#workshops #article-content p,
#drawing-tours #article-content p,
#new-heights #article-content p,
#certificate-classical-architecture #article-content p,
#national-curriculum-conference #article-content p
{
  color: #4b4f54;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 1rem 0;
}

#continuing-education #article-content p > a,
#summer-studio #article-content p > a,
#professional-intensives #article-content p > a,
#workshops #article-content p > a,
#drawing-tours #article-content p > a,
#new-heights #article-content p > a,
#certificate-classical-architecture #article-content p > a,
#national-curriculum-conference #article-content p > a
{
  border-bottom: 1px solid #4b4f54;
}

#continuing-education #article-content p > a:hover,
#summer-studio #article-content p > a:hover,
#professional-intensives #article-content p > a:hover,
#workshops #article-content p > a:hover,
#drawing-tours #article-content p > a:hover,
#new-heights #article-content p > a:hover,
#certificate-classical-architecture #article-content p > a:hover,
#national-curriculum-conference #article-content p > a:hover
{
  color: black;
  border-bottom: 1px solid black;
}

#continuing-education #article-content ul,
#summer-studio #article-content ul,
#professional-intensives #article-content ul,
#workshops #article-content ul,
#drawing-tours #article-content ul,
#new-heights #article-content ul,
#certificate-classical-architecture #article-content ul,
#national-curriculum-conference #article-content ul
{
  margin: 0 0 0 1.25rem;
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
  line-height: 1.875rem;
  color: #4b4f54;
}

#continuing-education #article-content ul li,
#summer-studio #article-content ul li,
#professional-intensives #article-content ul li,
#workshops #article-content ul li,
#drawing-tours #article-content ul li,
#new-heights #article-content ul li,
#certificate-classical-architecture #article-content ul li,
#national-curriculum-conference #article-content ul li
{
  display: list-item;
  list-style-position: outside;
}

#continuing-education #article-content blockquote,
#summer-studio #article-content blockquote,
#professional-intensives #article-content blockquote,
#workshops #article-content blockquote,
#drawing-tours #article-content blockquote,
#new-heights #article-content blockquote,
#certificate-classical-architecture #article-content blockquote,
#national-curriculum-conference #article-content blockquote
{
  position: relative;
  display: block;
  padding: 1.875rem 0;
  margin: 3.75rem 0;
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.1rem;
}

#continuing-education #article-content blockquote::before,
#summer-studio #article-content blockquote::before,
#professional-intensives #article-content blockquote::before,
#workshops #article-content blockquote::before,
#drawing-tours #article-content blockquote::before,
#new-heights #article-content blockquote::before,
#certificate-classical-architecture #article-content blockquote::before,
#national-curriculum-conference #article-content blockquote::before
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 1px;
  width: 30%;
  border-bottom: 1px solid #979797;
}

#continuing-education #article-content blockquote::after,
#summer-studio #article-content blockquote::after,
#professional-intensives #article-content blockquote::after,
#workshops #article-content blockquote::after,
#drawing-tours #article-content blockquote::after,
#new-heights #article-content blockquote::after,
#certificate-classical-architecture #article-content blockquote::after,
#national-curriculum-conference #article-content blockquote::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 30%;
  border-bottom: 1px solid #979797;
}

#continuing-education #article-content blockquote cite,
#summer-studio #article-content blockquote cite,
#professional-intensives #article-content blockquote cite,
#workshops #article-content blockquote cite,
#drawing-tours #article-content blockquote cite,
#new-heights #article-content blockquote cite,
#certificate-classical-architecture #article-content blockquote cite,
#national-curriculum-conference #article-content blockquote cite
{
  display: block;
  font-weight: 700;
  color: black;
  margin: 1.875rem 0 0;
}

#continuing-education aside,
#summer-studio aside,
#professional-intensives aside,
#workshops aside,
#drawing-tours aside,
#new-heights aside,
#certificate-classical-architecture aside,
#national-curriculum-conference aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
}

#continuing-education aside article,
#summer-studio aside article,
#professional-intensives aside article,
#workshops aside article,
#drawing-tours aside article,
#new-heights aside article,
#certificate-classical-architecture aside article,
#national-curriculum-conference aside article
{
  margin: 0 0 2.1875rem;
}

#continuing-education aside .event,
#summer-studio aside .event,
#professional-intensives aside .event,
#workshops aside .event,
#drawing-tours aside .event,
#new-heights aside .event,
#certificate-classical-architecture aside .event,
#national-curriculum-conference aside .event
{
  margin: 0 0 1.875rem;
}

#continuing-education aside h2,
#summer-studio aside h2,
#professional-intensives aside h2,
#workshops aside h2,
#drawing-tours aside h2,
#new-heights aside h2,
#certificate-classical-architecture aside h2,
#national-curriculum-conference aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#continuing-education aside h2 a,
#summer-studio aside h2 a,
#professional-intensives aside h2 a,
#workshops aside h2 a,
#drawing-tours aside h2 a,
#new-heights aside h2 a,
#certificate-classical-architecture aside h2 a,
#national-curriculum-conference aside h2 a
{
  display: inline-block;
  position: relative;
}

#continuing-education aside h2 a::after,
#summer-studio aside h2 a::after,
#professional-intensives aside h2 a::after,
#workshops aside h2 a::after,
#drawing-tours aside h2 a::after,
#new-heights aside h2 a::after,
#certificate-classical-architecture aside h2 a::after,
#national-curriculum-conference aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#continuing-education aside h2 a:hover,
#summer-studio aside h2 a:hover,
#professional-intensives aside h2 a:hover,
#workshops aside h2 a:hover,
#drawing-tours aside h2 a:hover,
#new-heights aside h2 a:hover,
#certificate-classical-architecture aside h2 a:hover,
#national-curriculum-conference aside h2 a:hover
{
  color: #9b694b;
}

#continuing-education aside h2 a:hover::after,
#summer-studio aside h2 a:hover::after,
#professional-intensives aside h2 a:hover::after,
#workshops aside h2 a:hover::after,
#drawing-tours aside h2 a:hover::after,
#new-heights aside h2 a:hover::after,
#certificate-classical-architecture aside h2 a:hover::after,
#national-curriculum-conference aside h2 a:hover::after
{
  right: -80px;
}

#continuing-education aside > .g-btn,
#summer-studio aside > .g-btn,
#professional-intensives aside > .g-btn,
#workshops aside > .g-btn,
#drawing-tours aside > .g-btn,
#new-heights aside > .g-btn,
#certificate-classical-architecture aside > .g-btn,
#national-curriculum-conference aside > .g-btn
{
  margin: 0 0 2.5rem 6.25rem;
}

#continuing-education aside .padding,
#summer-studio aside .padding,
#professional-intensives aside .padding,
#workshops aside .padding,
#drawing-tours aside .padding,
#new-heights aside .padding,
#certificate-classical-architecture aside .padding,
#national-curriculum-conference aside .padding
{
  padding: 0 0 0 6.25rem;
}

#continuing-education aside h3.date,
#summer-studio aside h3.date,
#professional-intensives aside h3.date,
#workshops aside h3.date,
#drawing-tours aside h3.date,
#new-heights aside h3.date,
#certificate-classical-architecture aside h3.date,
#national-curriculum-conference aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: #ccc;
  margin: 0 0 0 0.5rem;
  padding: 0.3125rem 0 0;
}

#continuing-education aside .title,
#summer-studio aside .title,
#professional-intensives aside .title,
#workshops aside .title,
#drawing-tours aside .title,
#new-heights aside .title,
#certificate-classical-architecture aside .title,
#national-curriculum-conference aside .title
{
  display: block;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  margin: 0 0 1.0625rem;
}

#continuing-education aside .title:hover,
#summer-studio aside .title:hover,
#professional-intensives aside .title:hover,
#workshops aside .title:hover,
#drawing-tours aside .title:hover,
#new-heights aside .title:hover,
#certificate-classical-architecture aside .title:hover,
#national-curriculum-conference aside .title:hover
{
  color: #999;
}

#continuing-education aside .time,
#summer-studio aside .time,
#professional-intensives aside .time,
#workshops aside .time,
#drawing-tours aside .time,
#new-heights aside .time,
#certificate-classical-architecture aside .time,
#national-curriculum-conference aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#continuing-education aside .location,
#summer-studio aside .location,
#professional-intensives aside .location,
#workshops aside .location,
#drawing-tours aside .location,
#new-heights aside .location,
#certificate-classical-architecture aside .location,
#national-curriculum-conference aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#continuing-education aside .register,
#summer-studio aside .register,
#professional-intensives aside .register,
#workshops aside .register,
#drawing-tours aside .register,
#new-heights aside .register,
#certificate-classical-architecture aside .register,
#national-curriculum-conference aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#continuing-education aside .register:hover,
#summer-studio aside .register:hover,
#professional-intensives aside .register:hover,
#workshops aside .register:hover,
#drawing-tours aside .register:hover,
#new-heights aside .register:hover,
#certificate-classical-architecture aside .register:hover,
#national-curriculum-conference aside .register:hover
{
  color: #9b694b;
}

#continuing-education #our-mission,
#summer-studio #our-mission,
#professional-intensives #our-mission,
#workshops #our-mission,
#drawing-tours #our-mission,
#new-heights #our-mission,
#certificate-classical-architecture #our-mission,
#national-curriculum-conference #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem;
  color: white;
}

#continuing-education #our-mission h2,
#summer-studio #our-mission h2,
#professional-intensives #our-mission h2,
#workshops #our-mission h2,
#drawing-tours #our-mission h2,
#new-heights #our-mission h2,
#certificate-classical-architecture #our-mission h2,
#national-curriculum-conference #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#continuing-education #our-mission h3,
#summer-studio #our-mission h3,
#professional-intensives #our-mission h3,
#workshops #our-mission h3,
#drawing-tours #our-mission h3,
#new-heights #our-mission h3,
#certificate-classical-architecture #our-mission h3,
#national-curriculum-conference #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#continuing-education #our-mission #mission,
#summer-studio #our-mission #mission,
#professional-intensives #our-mission #mission,
#workshops #our-mission #mission,
#drawing-tours #our-mission #mission,
#new-heights #our-mission #mission,
#certificate-classical-architecture #our-mission #mission,
#national-curriculum-conference #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #c88b66;
}

#continuing-education #our-mission .row,
#summer-studio #our-mission .row,
#professional-intensives #our-mission .row,
#workshops #our-mission .row,
#drawing-tours #our-mission .row,
#new-heights #our-mission .row,
#certificate-classical-architecture #our-mission .row,
#national-curriculum-conference #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#continuing-education #our-mission article,
#summer-studio #our-mission article,
#professional-intensives #our-mission article,
#workshops #our-mission article,
#drawing-tours #our-mission article,
#new-heights #our-mission article,
#certificate-classical-architecture #our-mission article,
#national-curriculum-conference #our-mission article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  max-width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
}

#continuing-education #our-mission article:nth-child(1n),
#summer-studio #our-mission article:nth-child(1n),
#professional-intensives #our-mission article:nth-child(1n),
#workshops #our-mission article:nth-child(1n),
#drawing-tours #our-mission article:nth-child(1n),
#new-heights #our-mission article:nth-child(1n),
#certificate-classical-architecture #our-mission article:nth-child(1n),
#national-curriculum-conference #our-mission article:nth-child(1n)
{
  margin-right: 3%;
  margin-left: 0;
}

#continuing-education #our-mission article:last-child,
#summer-studio #our-mission article:last-child,
#professional-intensives #our-mission article:last-child,
#workshops #our-mission article:last-child,
#drawing-tours #our-mission article:last-child,
#new-heights #our-mission article:last-child,
#certificate-classical-architecture #our-mission article:last-child,
#national-curriculum-conference #our-mission article:last-child
{
  margin-right: 0;
}

#continuing-education #our-mission article:nth-child(3n),
#summer-studio #our-mission article:nth-child(3n),
#professional-intensives #our-mission article:nth-child(3n),
#workshops #our-mission article:nth-child(3n),
#drawing-tours #our-mission article:nth-child(3n),
#new-heights #our-mission article:nth-child(3n),
#certificate-classical-architecture #our-mission article:nth-child(3n),
#national-curriculum-conference #our-mission article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#continuing-education #our-mission p,
#summer-studio #our-mission p,
#professional-intensives #our-mission p,
#workshops #our-mission p,
#drawing-tours #our-mission p,
#new-heights #our-mission p,
#certificate-classical-architecture #our-mission p,
#national-curriculum-conference #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#continuing-education #our-mission a,
#summer-studio #our-mission a,
#professional-intensives #our-mission a,
#workshops #our-mission a,
#drawing-tours #our-mission a,
#new-heights #our-mission a,
#certificate-classical-architecture #our-mission a,
#national-curriculum-conference #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#continuing-education #our-mission a:hover,
#summer-studio #our-mission a:hover,
#professional-intensives #our-mission a:hover,
#workshops #our-mission a:hover,
#drawing-tours #our-mission a:hover,
#new-heights #our-mission a:hover,
#certificate-classical-architecture #our-mission a:hover,
#national-curriculum-conference #our-mission a:hover
{
  color: #9b694b;
}

#continuing-education #stories,
#summer-studio #stories,
#professional-intensives #stories,
#workshops #stories,
#drawing-tours #stories,
#new-heights #stories,
#certificate-classical-architecture #stories,
#national-curriculum-conference #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#continuing-education #stories article,
#summer-studio #stories article,
#professional-intensives #stories article,
#workshops #stories article,
#drawing-tours #stories article,
#new-heights #stories article,
#certificate-classical-architecture #stories article,
#national-curriculum-conference #stories article
{
  position: relative;
}

#continuing-education #stories article .category,
#summer-studio #stories article .category,
#professional-intensives #stories article .category,
#workshops #stories article .category,
#drawing-tours #stories article .category,
#new-heights #stories article .category,
#certificate-classical-architecture #stories article .category,
#national-curriculum-conference #stories article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#continuing-education #stories article .title,
#summer-studio #stories article .title,
#professional-intensives #stories article .title,
#workshops #stories article .title,
#drawing-tours #stories article .title,
#new-heights #stories article .title,
#certificate-classical-architecture #stories article .title,
#national-curriculum-conference #stories article .title
{
  font-size: 1.4375rem;
}

#continuing-education #stories article .title:hover,
#summer-studio #stories article .title:hover,
#professional-intensives #stories article .title:hover,
#workshops #stories article .title:hover,
#drawing-tours #stories article .title:hover,
#new-heights #stories article .title:hover,
#certificate-classical-architecture #stories article .title:hover,
#national-curriculum-conference #stories article .title:hover
{
  color: #999;
}

#continuing-education #stories article .date,
#summer-studio #stories article .date,
#professional-intensives #stories article .date,
#workshops #stories article .date,
#drawing-tours #stories article .date,
#new-heights #stories article .date,
#certificate-classical-architecture #stories article .date,
#national-curriculum-conference #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#continuing-education #stories .first,
#summer-studio #stories .first,
#professional-intensives #stories .first,
#workshops #stories .first,
#drawing-tours #stories .first,
#new-heights #stories .first,
#certificate-classical-architecture #stories .first,
#national-curriculum-conference #stories .first
{
  margin: 0 0 1.875rem;
}

#continuing-education #stories .first article,
#summer-studio #stories .first article,
#professional-intensives #stories .first article,
#workshops #stories .first article,
#drawing-tours #stories .first article,
#new-heights #stories .first article,
#certificate-classical-architecture #stories .first article,
#national-curriculum-conference #stories .first article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#continuing-education #stories .first article:nth-child(1n),
#summer-studio #stories .first article:nth-child(1n),
#professional-intensives #stories .first article:nth-child(1n),
#workshops #stories .first article:nth-child(1n),
#drawing-tours #stories .first article:nth-child(1n),
#new-heights #stories .first article:nth-child(1n),
#certificate-classical-architecture #stories .first article:nth-child(1n),
#national-curriculum-conference #stories .first article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#continuing-education #stories .first article:last-child,
#summer-studio #stories .first article:last-child,
#professional-intensives #stories .first article:last-child,
#workshops #stories .first article:last-child,
#drawing-tours #stories .first article:last-child,
#new-heights #stories .first article:last-child,
#certificate-classical-architecture #stories .first article:last-child,
#national-curriculum-conference #stories .first article:last-child
{
  margin-right: 0;
}

#continuing-education #stories .first article:nth-child(2n),
#summer-studio #stories .first article:nth-child(2n),
#professional-intensives #stories .first article:nth-child(2n),
#workshops #stories .first article:nth-child(2n),
#drawing-tours #stories .first article:nth-child(2n),
#new-heights #stories .first article:nth-child(2n),
#certificate-classical-architecture #stories .first article:nth-child(2n),
#national-curriculum-conference #stories .first article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#continuing-education #stories .second article,
#summer-studio #stories .second article,
#professional-intensives #stories .second article,
#workshops #stories .second article,
#drawing-tours #stories .second article,
#new-heights #stories .second article,
#certificate-classical-architecture #stories .second article,
#national-curriculum-conference #stories .second article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  position: relative;
}

#continuing-education #stories .second article:nth-child(1n),
#summer-studio #stories .second article:nth-child(1n),
#professional-intensives #stories .second article:nth-child(1n),
#workshops #stories .second article:nth-child(1n),
#drawing-tours #stories .second article:nth-child(1n),
#new-heights #stories .second article:nth-child(1n),
#certificate-classical-architecture #stories .second article:nth-child(1n),
#national-curriculum-conference #stories .second article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#continuing-education #stories .second article:last-child,
#summer-studio #stories .second article:last-child,
#professional-intensives #stories .second article:last-child,
#workshops #stories .second article:last-child,
#drawing-tours #stories .second article:last-child,
#new-heights #stories .second article:last-child,
#certificate-classical-architecture #stories .second article:last-child,
#national-curriculum-conference #stories .second article:last-child
{
  margin-right: 0;
}

#continuing-education #stories .second article:nth-child(3n),
#summer-studio #stories .second article:nth-child(3n),
#professional-intensives #stories .second article:nth-child(3n),
#workshops #stories .second article:nth-child(3n),
#drawing-tours #stories .second article:nth-child(3n),
#new-heights #stories .second article:nth-child(3n),
#certificate-classical-architecture #stories .second article:nth-child(3n),
#national-curriculum-conference #stories .second article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#continuing-education #drawing-tour,
#summer-studio #drawing-tour,
#professional-intensives #drawing-tour,
#workshops #drawing-tour,
#drawing-tours #drawing-tour,
#new-heights #drawing-tour,
#certificate-classical-architecture #drawing-tour,
#national-curriculum-conference #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#continuing-education #drawing-tour > img,
#summer-studio #drawing-tour > img,
#professional-intensives #drawing-tour > img,
#workshops #drawing-tour > img,
#drawing-tours #drawing-tour > img,
#new-heights #drawing-tour > img,
#certificate-classical-architecture #drawing-tour > img,
#national-curriculum-conference #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#continuing-education #drawing-tour .overlay,
#summer-studio #drawing-tour .overlay,
#professional-intensives #drawing-tour .overlay,
#workshops #drawing-tour .overlay,
#drawing-tours #drawing-tour .overlay,
#new-heights #drawing-tour .overlay,
#certificate-classical-architecture #drawing-tour .overlay,
#national-curriculum-conference #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#continuing-education #drawing-tour .text-block,
#summer-studio #drawing-tour .text-block,
#professional-intensives #drawing-tour .text-block,
#workshops #drawing-tour .text-block,
#drawing-tours #drawing-tour .text-block,
#new-heights #drawing-tour .text-block,
#certificate-classical-architecture #drawing-tour .text-block,
#national-curriculum-conference #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#continuing-education #drawing-tour .subtitle,
#summer-studio #drawing-tour .subtitle,
#professional-intensives #drawing-tour .subtitle,
#workshops #drawing-tour .subtitle,
#drawing-tours #drawing-tour .subtitle,
#new-heights #drawing-tour .subtitle,
#certificate-classical-architecture #drawing-tour .subtitle,
#national-curriculum-conference #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#continuing-education #drawing-tour .title,
#summer-studio #drawing-tour .title,
#professional-intensives #drawing-tour .title,
#workshops #drawing-tour .title,
#drawing-tours #drawing-tour .title,
#new-heights #drawing-tour .title,
#certificate-classical-architecture #drawing-tour .title,
#national-curriculum-conference #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#continuing-education #drawing-tour .date,
#summer-studio #drawing-tour .date,
#professional-intensives #drawing-tour .date,
#workshops #drawing-tour .date,
#drawing-tours #drawing-tour .date,
#new-heights #drawing-tour .date,
#certificate-classical-architecture #drawing-tour .date,
#national-curriculum-conference #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#continuing-education #drawing-tour .row,
#summer-studio #drawing-tour .row,
#professional-intensives #drawing-tour .row,
#workshops #drawing-tour .row,
#drawing-tours #drawing-tour .row,
#new-heights #drawing-tour .row,
#certificate-classical-architecture #drawing-tour .row,
#national-curriculum-conference #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#continuing-education #drawing-tour .row a,
#summer-studio #drawing-tour .row a,
#professional-intensives #drawing-tour .row a,
#workshops #drawing-tour .row a,
#drawing-tours #drawing-tour .row a,
#new-heights #drawing-tour .row a,
#certificate-classical-architecture #drawing-tour .row a,
#national-curriculum-conference #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#continuing-education #drawing-tour .row a:hover,
#summer-studio #drawing-tour .row a:hover,
#professional-intensives #drawing-tour .row a:hover,
#workshops #drawing-tour .row a:hover,
#drawing-tours #drawing-tour .row a:hover,
#new-heights #drawing-tour .row a:hover,
#certificate-classical-architecture #drawing-tour .row a:hover,
#national-curriculum-conference #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#continuing-education #instagram,
#summer-studio #instagram,
#professional-intensives #instagram,
#workshops #instagram,
#drawing-tours #instagram,
#new-heights #instagram,
#certificate-classical-architecture #instagram,
#national-curriculum-conference #instagram
{
  text-align: center;
  padding: 2.5rem 0 5rem;
}

#continuing-education #instagram::before,
#summer-studio #instagram::before,
#professional-intensives #instagram::before,
#workshops #instagram::before,
#drawing-tours #instagram::before,
#new-heights #instagram::before,
#certificate-classical-architecture #instagram::before,
#national-curriculum-conference #instagram::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f16d";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#continuing-education #instagram h2,
#summer-studio #instagram h2,
#professional-intensives #instagram h2,
#workshops #instagram h2,
#drawing-tours #instagram h2,
#new-heights #instagram h2,
#certificate-classical-architecture #instagram h2,
#national-curriculum-conference #instagram h2
{
  margin: 0 0 1.375rem;
}

#continuing-education #instagram .instafeed-image,
#summer-studio #instagram .instafeed-image,
#professional-intensives #instagram .instafeed-image,
#workshops #instagram .instafeed-image,
#drawing-tours #instagram .instafeed-image,
#new-heights #instagram .instafeed-image,
#certificate-classical-architecture #instagram .instafeed-image,
#national-curriculum-conference #instagram .instafeed-image
{
  width: 267px;
  height: 267px;
  padding: 0.3125rem;
  position: relative;
}

#continuing-education #instagram .instafeed-image img,
#summer-studio #instagram .instafeed-image img,
#professional-intensives #instagram .instafeed-image img,
#workshops #instagram .instafeed-image img,
#drawing-tours #instagram .instafeed-image img,
#new-heights #instagram .instafeed-image img,
#certificate-classical-architecture #instagram .instafeed-image img,
#national-curriculum-conference #instagram .instafeed-image img
{
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

#continuing-education #instagram .instafeed-image .likes,
#summer-studio #instagram .instafeed-image .likes,
#professional-intensives #instagram .instafeed-image .likes,
#workshops #instagram .instafeed-image .likes,
#drawing-tours #instagram .instafeed-image .likes,
#new-heights #instagram .instafeed-image .likes,
#certificate-classical-architecture #instagram .instafeed-image .likes,
#national-curriculum-conference #instagram .instafeed-image .likes
{
  color: white;
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 17px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.8125rem;
  text-shadow: 0 1px 2px #333;
}

#continuing-education #instagram .instafeed-image .likes::before,
#summer-studio #instagram .instafeed-image .likes::before,
#professional-intensives #instagram .instafeed-image .likes::before,
#workshops #instagram .instafeed-image .likes::before,
#drawing-tours #instagram .instafeed-image .likes::before,
#new-heights #instagram .instafeed-image .likes::before,
#certificate-classical-architecture #instagram .instafeed-image .likes::before,
#national-curriculum-conference #instagram .instafeed-image .likes::before
{
  font: normal normal normal 0.875rem/1 FontAwesome;
  display: inline-block;
  content: "\f004";
  text-rendering: auto;
  color: white;
  position: relative;
  margin: 0 0.25rem;
}

#continuing-education #find-job,
#summer-studio #find-job,
#professional-intensives #find-job,
#workshops #find-job,
#drawing-tours #find-job,
#new-heights #find-job,
#certificate-classical-architecture #find-job,
#national-curriculum-conference #find-job
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#continuing-education #find-job .wrapper,
#summer-studio #find-job .wrapper,
#professional-intensives #find-job .wrapper,
#workshops #find-job .wrapper,
#drawing-tours #find-job .wrapper,
#new-heights #find-job .wrapper,
#certificate-classical-architecture #find-job .wrapper,
#national-curriculum-conference #find-job .wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#continuing-education #find-job .col,
#summer-studio #find-job .col,
#professional-intensives #find-job .col,
#workshops #find-job .col,
#drawing-tours #find-job .col,
#new-heights #find-job .col,
#certificate-classical-architecture #find-job .col,
#national-curriculum-conference #find-job .col
{
  display: inline-block;
  margin: 0 0.9375rem;
  text-align: left;
}

#continuing-education #find-job .col.first,
#summer-studio #find-job .col.first,
#professional-intensives #find-job .col.first,
#workshops #find-job .col.first,
#drawing-tours #find-job .col.first,
#new-heights #find-job .col.first,
#certificate-classical-architecture #find-job .col.first,
#national-curriculum-conference #find-job .col.first
{
  width: 320px;
  margin: 0 3.75rem 0 0;
}

#continuing-education #find-job .explore,
#summer-studio #find-job .explore,
#professional-intensives #find-job .explore,
#workshops #find-job .explore,
#drawing-tours #find-job .explore,
#new-heights #find-job .explore,
#certificate-classical-architecture #find-job .explore,
#national-curriculum-conference #find-job .explore
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  max-width: 320px;
}

#continuing-education #find-job input,
#summer-studio #find-job input,
#professional-intensives #find-job input,
#workshops #find-job input,
#drawing-tours #find-job input,
#new-heights #find-job input,
#certificate-classical-architecture #find-job input,
#national-curriculum-conference #find-job input
{
  padding: 0.875rem 1.875rem;
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-width: 267px;
}

#continuing-education #find-job .g-btn,
#summer-studio #find-job .g-btn,
#professional-intensives #find-job .g-btn,
#workshops #find-job .g-btn,
#drawing-tours #find-job .g-btn,
#new-heights #find-job .g-btn,
#certificate-classical-architecture #find-job .g-btn,
#national-curriculum-conference #find-job .g-btn
{
  width: 100%;
  min-width: 170px;
}

#continuing-education #sponsors,
#summer-studio #sponsors,
#professional-intensives #sponsors,
#workshops #sponsors,
#drawing-tours #sponsors,
#new-heights #sponsors,
#certificate-classical-architecture #sponsors,
#national-curriculum-conference #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#continuing-education #sponsors h3,
#summer-studio #sponsors h3,
#professional-intensives #sponsors h3,
#workshops #sponsors h3,
#drawing-tours #sponsors h3,
#new-heights #sponsors h3,
#certificate-classical-architecture #sponsors h3,
#national-curriculum-conference #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#continuing-education #sponsors h3 span,
#summer-studio #sponsors h3 span,
#professional-intensives #sponsors h3 span,
#workshops #sponsors h3 span,
#drawing-tours #sponsors h3 span,
#new-heights #sponsors h3 span,
#certificate-classical-architecture #sponsors h3 span,
#national-curriculum-conference #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#continuing-education #sponsors p,
#summer-studio #sponsors p,
#professional-intensives #sponsors p,
#workshops #sponsors p,
#drawing-tours #sponsors p,
#new-heights #sponsors p,
#certificate-classical-architecture #sponsors p,
#national-curriculum-conference #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#continuing-education #sponsors .row,
#summer-studio #sponsors .row,
#professional-intensives #sponsors .row,
#workshops #sponsors .row,
#drawing-tours #sponsors .row,
#new-heights #sponsors .row,
#certificate-classical-architecture #sponsors .row,
#national-curriculum-conference #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#continuing-education #sponsors .col,
#summer-studio #sponsors .col,
#professional-intensives #sponsors .col,
#workshops #sponsors .col,
#drawing-tours #sponsors .col,
#new-heights #sponsors .col,
#certificate-classical-architecture #sponsors .col,
#national-curriculum-conference #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#continuing-education #sponsors .col:nth-child(1n),
#summer-studio #sponsors .col:nth-child(1n),
#professional-intensives #sponsors .col:nth-child(1n),
#workshops #sponsors .col:nth-child(1n),
#drawing-tours #sponsors .col:nth-child(1n),
#new-heights #sponsors .col:nth-child(1n),
#certificate-classical-architecture #sponsors .col:nth-child(1n),
#national-curriculum-conference #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#continuing-education #sponsors .col:last-child,
#summer-studio #sponsors .col:last-child,
#professional-intensives #sponsors .col:last-child,
#workshops #sponsors .col:last-child,
#drawing-tours #sponsors .col:last-child,
#new-heights #sponsors .col:last-child,
#certificate-classical-architecture #sponsors .col:last-child,
#national-curriculum-conference #sponsors .col:last-child
{
  margin-right: 0;
}

#continuing-education #sponsors .col:nth-child(4n),
#summer-studio #sponsors .col:nth-child(4n),
#professional-intensives #sponsors .col:nth-child(4n),
#workshops #sponsors .col:nth-child(4n),
#drawing-tours #sponsors .col:nth-child(4n),
#new-heights #sponsors .col:nth-child(4n),
#certificate-classical-architecture #sponsors .col:nth-child(4n),
#national-curriculum-conference #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#continuing-education #sponsors .col .img-wrap,
#summer-studio #sponsors .col .img-wrap,
#professional-intensives #sponsors .col .img-wrap,
#workshops #sponsors .col .img-wrap,
#drawing-tours #sponsors .col .img-wrap,
#new-heights #sponsors .col .img-wrap,
#certificate-classical-architecture #sponsors .col .img-wrap,
#national-curriculum-conference #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

#new-heights aside article
{
  border-bottom: 1px solid #eaeaea;
}

#articles #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#articles .g-hero
{
  padding-bottom: 39.03%;
}

#articles #featured-courses
{
  width: 100%;
  padding: 3.125rem 5.625rem 1.875rem;
}

#articles #featured-courses h2
{
  margin: 0 0 2.5rem;
}

#articles #featured-courses h2 .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  margin: 1.25rem 0 0.9375rem;
}

#articles #featured-courses h2 .title
{
  font-size: 1.4375rem;
}

#articles #featured-courses h2 .title:hover
{
  color: #999;
}

#articles #featured-courses h2 .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#articles aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
}

#articles aside article
{
  margin: 0 0 2.5rem;
}

#articles aside .event
{
  margin: 0 0 1.875rem;
}

#articles aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#articles aside h2 a
{
  display: inline-block;
  position: relative;
}

#articles aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#articles aside h2 a:hover
{
  color: #9b694b;
}

#articles aside h2 a:hover::after
{
  right: -80px;
}

#articles aside .padding
{
  padding: 0 0 0 6.25rem;
}

#articles aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  background-color: #bbb;
  text-shadow: 0 1px 3px rgba(245, 245, 245, 1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0 0.5rem;
}

#articles aside .title
{
  display: block;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  margin: 0 0 1.0625rem;
}

#articles aside .title:hover
{
  color: #999;
}

#articles aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#articles aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#articles aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#articles aside .register:hover
{
  color: #9b694b;
}

#articles #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem;
  color: white;
}

#articles #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#articles #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#articles #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #c88b66;
}

#articles #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#articles #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#articles #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#articles #our-mission a:hover
{
  color: #9b694b;
}

#articles #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#articles #stories article
{
  position: relative;
}

#articles #stories article .title
{
  font-size: 1.4375rem;
}

#articles #stories article .title:hover
{
  color: #999;
}

#articles #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#articles #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#articles #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#articles #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#articles #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#articles #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#articles #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#articles #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#articles #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#articles #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#articles #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#articles #twitter
{
  text-align: center;
  padding: 2.5rem 0 0;
}

#articles #twitter::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f099";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#articles #twitter h2
{
  margin: 0 0 1.375rem;
}

#articles #twitter p
{
  font-family: "montserrat";
  font-weight: 300;
}

#articles #twitter p .twitter-channel:hover
{
  color: #c88b66;
}

#articles #twitter .twit
{
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  margin: 1.25rem 0.9375rem 1.875rem;
  cursor: pointer;
}

#articles #twitter .twit p.text
{
  max-width: 766px;
  margin: 0 auto;
}

#articles #twitter .twit p.date
{
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05125rem;
  margin: 1.875rem 0 0.3125rem;
  color: #a5a7a9;
}

#articles #twitter-slick .slick-dots li button
{
  width: 40px;
  height: 40px;
}

#articles #twitter-slick .slick-dots li button::before
{
  width: 20px;
  height: 20px;
  font-size: 0.625rem;
  line-height: 1.25rem;
}

#articles #social-buttons
{
  padding: 1.875rem 0 0;
}

#articles #social-buttons a
{
  display: inline-block;
  width: 100%;
  margin: 0 0.625rem;
}

#articles #social-buttons a#twitter-b
{
  max-width: 216px;
}

#articles #social-buttons a#facebook
{
  max-width: 234px;
}

#articles #social-buttons a#instagram
{
  max-width: 237px;
}

#articles #looking-for
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  position: relative;
}

#articles #looking-for h2
{
  display: block;
  margin: 0 0 1.875rem;
}

#articles #looking-for input
{
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  position: relative;
}

.global-search input {
  padding: 1.0625rem 1.875rem 1rem 1.875rem;
}

#articles #looking-for .wrapper
{
  position: relative;
}

#articles #looking-for #filter-button
{
  width: 112px;
  height: 54px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#articles #looking-for .g-btn
{
  width: 100%;
  min-width: 170px;
}

#articles #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#articles #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#articles #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#articles #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#articles #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#articles #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#articles #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#articles #sponsors .col:last-child
{
  margin-right: 0;
}

#articles #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#articles #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

#articles-category #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#articles-category .g-hero
{
  padding-bottom: 39.03%;
}

#articles-category #featured-courses
{
  width: 100%;
  padding: 3.125rem 5.625rem 1.875rem;
}

#articles-category #featured-courses h2
{
  margin: 0 0 2.5rem;
}

#articles-category #featured-courses h2 .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  margin: 1.25rem 0 0.9375rem;
}

#articles-category #featured-courses h2 .title
{
  font-size: 1.4375rem;
}

#articles-category #featured-courses h2 .title:hover
{
  color: #999;
}

#articles-category #featured-courses h2 .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#articles-category aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
}

#articles-category aside article
{
  margin-bottom: 40px;
}

#articles-category aside .event
{
  margin-bottom: 30px;
}

#articles-category aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#articles-category aside h2 a
{
  display: inline-block;
  position: relative;
}

#articles-category aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#articles-category aside h2 a:hover
{
  color: #9b694b;
}

#articles-category aside h2 a:hover::after
{
  right: -80px;
}

#articles-category aside .padding
{
  padding: 0 0 0 6.25rem;
}

#articles-category aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  background-color: #bbb;
  text-shadow: 0 1px 3px rgba(245, 245, 245, 1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0 0.5rem;
}

#articles-category aside .title
{
  display: block;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  margin: 0 0 1.0625rem;
}

#articles-category aside .title:hover
{
  color: #999;
}

#articles-category aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#articles-category aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#articles-category aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#articles-category aside .register:hover
{
  color: #9b694b;
}

#articles-category #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem;
  color: white;
}

#articles-category #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#articles-category #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#articles-category #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #c88b66;
}

#articles-category #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#articles-category #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#articles-category #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#articles-category #our-mission a:hover
{
  color: #9b694b;
}

#articles-category #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#articles-category #stories article
{
  position: relative;
}

#articles-category #stories article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.75rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#articles-category #stories article .title
{
  font-size: 1.4375rem;
}

#articles-category #stories article .title:hover
{
  color: #999;
}

#articles-category #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#articles-category #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#articles-category #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#articles-category #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#articles-category #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#articles-category #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#articles-category #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#articles-category #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#articles-category #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#articles-category #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#articles-category #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#articles-category #twitter
{
  text-align: center;
  padding: 2.5rem 0 0;
}

#articles-category #twitter::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f099";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#articles-category #twitter h2
{
  margin: 0 0 1.375rem;
}

#articles-category #twitter p
{
  font-family: "montserrat";
  font-weight: 300;
}

#articles-category #twitter p .twitter-channel:hover
{
  color: #c88b66;
}

#articles-category #twitter .twit
{
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  margin: 1.25rem 0.9375rem 1.875rem;
  cursor: pointer;
}

#articles-category #twitter .twit p.text
{
  max-width: 766px;
  margin: 0 auto;
}

#articles-category #twitter .twit p.date
{
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05125rem;
  margin: 1.875rem 0 0.3125rem;
  color: #a5a7a9;
}

#articles-category #twitter-slick .slick-dots li button
{
  width: 40px;
  height: 40px;
}

#articles-category #twitter-slick .slick-dots li button::before
{
  width: 20px;
  height: 20px;
  font-size: 0.625rem;
  line-height: 1.25rem;
}

#articles-category #social-buttons
{
  padding: 1.875rem 0 0;
}

#articles-category #social-buttons a
{
  display: inline-block;
  width: 100%;
  margin: 0 0.625rem;
}

#articles-category #social-buttons a#twitter-b
{
  max-width: 216px;
}

#articles-category #social-buttons a#facebook
{
  max-width: 234px;
}

#articles-category #social-buttons a#instagram
{
  max-width: 237px;
}

#articles-category #looking-for
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  position: relative;
}

#articles-category #looking-for h2
{
  display: block;
  margin: 0 0 1.875rem;
}

#articles-category #looking-for input
{
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  position: relative;
  border: none;
}

#articles-category #looking-for .wrapper
{
  position: relative;
}

#articles-category #looking-for #filter-button
{
  width: 112px;
  height: 54px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#articles-category #looking-for .g-btn
{
  width: 100%;
  min-width: 170px;
}

#articles-category #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#articles-category #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#articles-category #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#articles-category #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#articles-category #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#articles-category #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#articles-category #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#articles-category #sponsors .col:last-child
{
  margin-right: 0;
}

#articles-category #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#articles-category #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

#article-story #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#article-story #article-content
{
  border-right: 1px solid #eee;
  width: 100%;
  margin: 3.75rem 0 0;
  padding: 0 2.0625rem 5rem 5.625rem;
}

#article-story #article-content h1
{
  margin: 0;
  font-size: 1.875rem;
  line-height: 2rem;
  color: #c88b66;
  letter-spacing: 0.125rem;
}

#article-story #article-content p
{
  color: #4b4f54;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 1rem 0;
}

#article-story #article-content .subtitle
{
  font-style: italic;
  line-height: 1.25rem;
  margin: 0 0 1rem;
}

#article-content .tags a
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.8125rem;
  color: #abb5af;
  border: none;
}

#article-content .tags a:hover
{
  color: #c88b66;
}

#article-story #article-content article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#article-story #article-content article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-story #article-content article:last-child
{
  margin-right: 0;
}

#article-story #article-content article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-story #article-content article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#article-story #article-content article .title
{
  font-size: 1.4375rem;
}

#article-story #article-content article .title:hover
{
  color: #999;
}

#article-story #article-content article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#article-story aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
}

#article-story aside .author
{
  padding: 0 0 1.25rem 6.25rem;
  margin: 0 0 1.25rem;
}

#article-story aside .author p
{
  color: #abb5af;
  font-family: "montserrat";
  letter-spacing: 0.03125rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

#article-story #social-links
{
  text-align: left;
  display: block;
  padding: 0 0 0 6.25rem;
  margin: 0 0 0.9375rem;
}

#article-story #social-links > a
{
  display: inline-block;
  color: white;
  border: 1px solid #abb5af;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  margin: 0 0.3125rem;
  text-align: center;
}

#article-story #social-links > a:hover
{
  background-color: #abb5af;
}

#article-story #social-links > a:hover > i
{
  color: white;
}

#article-story #social-links > a > i
{
  font-size: 1.5625rem;
  color: #abb5af;
}

#article-story aside article
{
  margin: 0 0 2.5rem;
  border-bottom: 1px solid #eee;
}

#article-story aside .event
{
  margin: 0 0 1.875rem;
}

#article-story aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#article-story aside h2 a
{
  display: inline-block;
  position: relative;
}

#article-story aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#article-story aside h2 a:hover
{
  color: #9b694b;
}

#article-story aside h2 a:hover::after
{
  right: -80px;
}

#article-story aside .padding
{
  padding: 0 0 0 6.25rem;
}

#article-story aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  background-color: #bbb;
  text-shadow: 0 1px 3px rgba(245, 245, 245, 1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0 0.5rem;
}

#article-story aside .title
{
  display: block;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: #666;
  letter-spacing: 0;
  margin: 0 0 1.0625rem;
}

#article-story aside .title:hover
{
  color: #999;
}

#article-story aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#article-story aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#article-story aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#article-story aside .register:hover
{
  color: #9b694b;
}

#article-story #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem;
  color: white;
}

#article-story #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#article-story #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#article-story #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #c88b66;
}

#article-story #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#article-story #our-mission article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  max-width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
}

#article-story #our-mission article:nth-child(1n)
{
  margin-right: 3%;
  margin-left: 0;
}

#article-story #our-mission article:last-child
{
  margin-right: 0;
}

#article-story #our-mission article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-story #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#article-story #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#article-story #our-mission a:hover
{
  color: #9b694b;
}

#article-story #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#article-story #stories article
{
  position: relative;
}

#article-story #stories article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#article-story #stories article .title
{
  font-size: 1.4375rem;
}

#article-story #stories article .title:hover
{
  color: #999;
}

#article-story #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#article-story #stories .first
{
  margin: 0 0 1.875rem;
}

#article-story #stories .first article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#article-story #stories .first article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-story #stories .first article:last-child
{
  margin-right: 0;
}

#article-story #stories .first article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-story #stories .second article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  position: relative;
}

#article-story #stories .second article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-story #stories .second article:last-child
{
  margin-right: 0;
}

#article-story #stories .second article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-story #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#article-story #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#article-story #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#article-story #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#article-story #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#article-story #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#article-story #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#article-story #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#article-story #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#article-story #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#article-story #instagram
{
  text-align: center;
  padding: 2.5rem 0 5rem;
}

#article-story #instagram::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f16d";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#article-story #instagram h2
{
  margin: 0 0 1.375rem;
}

#article-story #instagram .instafeed-image
{
  width: 267px;
  height: 267px;
  padding: 0.3125rem;
  position: relative;
}

#article-story #instagram .instafeed-image img
{
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

#article-story #instagram .instafeed-image .likes
{
  color: white;
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 17px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.8125rem;
  text-shadow: 0 1px 2px #333;
}

#article-story #instagram .instafeed-image .likes::before
{
  font: normal normal normal 0.875rem/1 FontAwesome;
  display: inline-block;
  content: "\f004";
  text-rendering: auto;
  color: white;
  position: relative;
  margin: 0 0.25rem;
}

#article-story #find-job
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#article-story #find-job .wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#article-story #find-job .col
{
  display: inline-block;
  margin: 0 0.9375rem;
  text-align: left;
}

#article-story #find-job .col.first
{
  width: 320px;
  margin: 0 3.75rem 0 0;
}

#article-story #find-job .explore
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  max-width: 320px;
}

#article-story #find-job input
{
  padding: 0.875rem 1.875rem;
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-width: 267px;
}

#article-story #find-job .g-btn
{
  width: 100%;
  min-width: 170px;
}

#article-story #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#article-story #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#article-story #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#article-story #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#article-story #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#article-story #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#article-story #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-story #sponsors .col:last-child
{
  margin-right: 0;
}

#article-story #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-story #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

.full-slider
{
  background-color: #23272b;
}

#article-slideshow #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#article-slideshow #article-content
{
  border-right: 1px solid #eee;
  width: 100%;
  margin: 3.75rem 0 0;
  padding: 0 2.0625rem 5rem 5.625rem;
}

#article-slideshow #article-content h1
{
  margin: 0;
  font-size: 1.875rem;
  line-height: 2rem;
  color: #c88b66;
  letter-spacing: 0.125rem;
}

#article-slideshow #article-content p
{
  color: #4b4f54;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 1rem 0;
}

#article-slideshow #article-content .subtitle
{
  font-style: italic;
  line-height: 1.25rem;
  margin: 0 0 1rem;
}

#article-slideshow #article-content p.tags
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.8125rem;
  color: #abb5af;
}

#article-slideshow #article-content p.tags a:hover
{
  color: #c88b66;
}

#article-slideshow #article-content article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#article-slideshow #article-content article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-slideshow #article-content article:last-child
{
  margin-right: 0;
}

#article-slideshow #article-content article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-slideshow #article-content article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#article-slideshow #article-content article .title
{
  font-size: 1.4375rem;
}

#article-slideshow #article-content article .title:hover
{
  color: #999;
}

#article-slideshow #article-content article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#article-slideshow aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
}

#article-slideshow aside .author
{
  padding: 0 0 1.25rem 6.25rem;
  margin: 0 0 1.25rem;
}

#article-slideshow aside .author p
{
  color: #abb5af;
  font-family: "montserrat";
  letter-spacing: 0.03125rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

#article-slideshow #social-links
{
  text-align: left;
  display: block;
  padding: 0 0 0 6.25rem;
  margin: 0 0 0.9375rem;
}

#article-slideshow #social-links > a
{
  display: inline-block;
  color: white;
  border: 1px solid #abb5af;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  margin: 0 0.3125rem;
  text-align: center;
}

#article-slideshow #social-links > a:hover
{
  background-color: #abb5af;
}

#article-slideshow #social-links > a:hover > i
{
  color: white;
}

#article-slideshow #social-links > a > i
{
  font-size: 1.5625rem;
  color: #abb5af;
}

#article-slideshow aside article
{
  margin: 0 0 2.5rem;
  border-bottom: 1px solid #eee;
}

#article-slideshow aside .event
{
  margin: 0 0 1.875rem;
}

#article-slideshow aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#article-slideshow aside h2 a
{
  display: inline-block;
  position: relative;
}

#article-slideshow aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#article-slideshow aside h2 a:hover
{
  color: #9b694b;
}

#article-slideshow aside h2 a:hover::after
{
  right: -80px;
}

#article-slideshow aside .padding
{
  padding: 0 0 0 6.25rem;
}

#article-slideshow aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  background-color: #bbb;
  text-shadow: 0 1px 3px rgba(245, 245, 245, 1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0 0.5rem;
}

#article-slideshow aside .title
{
  display: block;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: #666;
  letter-spacing: 0;
  margin: 0 0 1.0625rem;
}

#article-slideshow aside .title:hover
{
  color: #999;
}

#article-slideshow aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#article-slideshow aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#article-slideshow aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#article-slideshow aside .register:hover
{
  color: #9b694b;
}

#article-slideshow #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem;
  color: white;
}

#article-slideshow #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#article-slideshow #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#article-slideshow #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #c88b66;
}

#article-slideshow #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#article-slideshow #our-mission article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  max-width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
}

#article-slideshow #our-mission article:nth-child(1n)
{
  margin-right: 3%;
  margin-left: 0;
}

#article-slideshow #our-mission article:last-child
{
  margin-right: 0;
}

#article-slideshow #our-mission article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-slideshow #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#article-slideshow #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#article-slideshow #our-mission a:hover
{
  color: #9b694b;
}

#article-slideshow #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#article-slideshow #stories article
{
  position: relative;
}

#article-slideshow #stories article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#article-slideshow #stories article .title
{
  font-size: 1.4375rem;
}

#article-slideshow #stories article .title:hover
{
  color: #999;
}

#article-slideshow #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#article-slideshow #stories .first
{
  margin: 0 0 1.875rem;
}

#article-slideshow #stories .first article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#article-slideshow #stories .first article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-slideshow #stories .first article:last-child
{
  margin-right: 0;
}

#article-slideshow #stories .first article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-slideshow #stories .second article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  position: relative;
}

#article-slideshow #stories .second article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-slideshow #stories .second article:last-child
{
  margin-right: 0;
}

#article-slideshow #stories .second article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-slideshow #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#article-slideshow #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#article-slideshow #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#article-slideshow #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#article-slideshow #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#article-slideshow #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#article-slideshow #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#article-slideshow #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#article-slideshow #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#article-slideshow #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#article-slideshow #instagram
{
  text-align: center;
  padding: 2.5rem 0 5rem;
}

#article-slideshow #instagram::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f16d";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#article-slideshow #instagram h2
{
  margin: 0 0 1.375rem;
}

#article-slideshow #instagram .instafeed-image
{
  width: 267px;
  height: 267px;
  padding: 0.3125rem;
  position: relative;
}

#article-slideshow #instagram .instafeed-image img
{
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

#article-slideshow #instagram .instafeed-image .likes
{
  color: white;
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 17px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.8125rem;
  text-shadow: 0 1px 2px #333;
}

#article-slideshow #instagram .instafeed-image .likes::before
{
  font: normal normal normal 0.875rem/1 FontAwesome;
  display: inline-block;
  content: "\f004";
  text-rendering: auto;
  color: white;
  position: relative;
  margin: 0 0.25rem;
}

#article-slideshow #find-job
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#article-slideshow #find-job .wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#article-slideshow #find-job .col
{
  display: inline-block;
  margin: 0 0.9375rem;
  text-align: left;
}

#article-slideshow #find-job .col.first
{
  width: 320px;
  margin: 0 3.75rem 0 0;
}

#article-slideshow #find-job .explore
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  max-width: 320px;
}

#article-slideshow #find-job input
{
  padding: 0.875rem 1.875rem;
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-width: 267px;
}

#article-slideshow #find-job .g-btn
{
  width: 100%;
  min-width: 170px;
}

#article-slideshow #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#article-slideshow #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#article-slideshow #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#article-slideshow #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#article-slideshow #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#article-slideshow #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#article-slideshow #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-slideshow #sponsors .col:last-child
{
  margin-right: 0;
}

#article-slideshow #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-slideshow #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

.full-slider .slide
{
  margin: 2.5rem 3.125rem;
  padding: 0 0 3rem;
  position: relative;
}

.full-slider .slide p
{
  margin-top: 10px;
  min-height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: white;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.full-slider .slide img
{
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

.full-slider .slick-active p
{
  opacity: 1;
}

#article-video #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#article-video #article-content
{
  border-right: 1px solid #eee;
  width: 100%;
  margin: 3.75rem 0 0;
  padding: 0 2.0625rem 5rem 5.625rem;
}

#article-video #article-content h1
{
  margin: 0;
  font-size: 1.875rem;
  line-height: 2rem;
  color: #c88b66;
  letter-spacing: 0.125rem;
}

#article-video #article-content p
{
  color: #4b4f54;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 1rem 0;
}

#article-video #article-content .subtitle
{
  font-style: italic;
  line-height: 1.25rem;
  margin: 0 0 1rem;
}

#article-video #article-content p.tags
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.8125rem;
  color: #abb5af;
}

#article-video #article-content p.tags a:hover
{
  color: #c88b66;
}

#article-video #article-content article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#article-video #article-content article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-video #article-content article:last-child
{
  margin-right: 0;
}

#article-video #article-content article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-video #article-content article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#article-video #article-content article .title
{
  font-size: 1.4375rem;
}

#article-video #article-content article .title:hover
{
  color: #999;
}

#article-video #article-content article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#article-video aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
}

#article-video aside .author
{
  padding: 0 0 1.25rem 6.25rem;
  margin: 0 0 1.25rem;
}

#article-video aside .author p
{
  color: #abb5af;
  font-family: "montserrat";
  letter-spacing: 0.03125rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

#article-video #social-links
{
  text-align: left;
  display: block;
  padding: 0 0 0 6.25rem;
  margin: 0 0 0.9375rem;
}

#article-video #social-links > a
{
  display: inline-block;
  color: white;
  border: 1px solid #abb5af;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  margin: 0 0.3125rem;
  text-align: center;
}

#article-video #social-links > a:hover
{
  background-color: #abb5af;
}

#article-video #social-links > a:hover > i
{
  color: white;
}

#article-video #social-links > a > i
{
  font-size: 1.5625rem;
  color: #abb5af;
}

#article-video aside article
{
  margin: 0 0 2.5rem;
  border-bottom: 1px solid #eee;
}

#article-video aside .event
{
  margin: 0 0 1.875rem;
}

#article-video aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#article-video aside h2 a
{
  display: inline-block;
  position: relative;
}

#article-video aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#article-video aside h2 a:hover
{
  color: #9b694b;
}

#article-video aside h2 a:hover::after
{
  right: -80px;
}

#article-video aside .padding
{
  padding: 0 0 0 6.25rem;
}

#article-video aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  background-color: #bbb;
  text-shadow: 0 1px 3px rgba(245, 245, 245, 1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0 0.5rem;
}

#article-video aside .title
{
  display: block;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: #666;
  letter-spacing: 0;
  margin: 0 0 1.0625rem;
}

#article-video aside .title:hover
{
  color: #999;
}

#article-video aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#article-video aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#article-video aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#article-video aside .register:hover
{
  color: #9b694b;
}

#article-video #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem;
  color: white;
}

#article-video #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#article-video #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#article-video #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #c88b66;
}

#article-video #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#article-video #our-mission article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  max-width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
}

#article-video #our-mission article:nth-child(1n)
{
  margin-right: 3%;
  margin-left: 0;
}

#article-video #our-mission article:last-child
{
  margin-right: 0;
}

#article-video #our-mission article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-video #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#article-video #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#article-video #our-mission a:hover
{
  color: #9b694b;
}

#article-video #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#article-video #stories article
{
  position: relative;
}

#article-video #stories article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#article-video #stories article .title
{
  font-size: 1.4375rem;
}

#article-video #stories article .title:hover
{
  color: #999;
}

#article-video #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#article-video #stories .first
{
  margin: 0 0 1.875rem;
}

#article-video #stories .first article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#article-video #stories .first article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-video #stories .first article:last-child
{
  margin-right: 0;
}

#article-video #stories .first article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-video #stories .second article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  position: relative;
}

#article-video #stories .second article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-video #stories .second article:last-child
{
  margin-right: 0;
}

#article-video #stories .second article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-video #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#article-video #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#article-video #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#article-video #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#article-video #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#article-video #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#article-video #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#article-video #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#article-video #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#article-video #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#article-video #instagram
{
  text-align: center;
  padding: 2.5rem 0 5rem;
}

#article-video #instagram::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f16d";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#article-video #instagram h2
{
  margin: 0 0 1.375rem;
}

#article-video #instagram .instafeed-image
{
  width: 267px;
  height: 267px;
  padding: 0.3125rem;
  position: relative;
}

#article-video #instagram .instafeed-image img
{
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

#article-video #instagram .instafeed-image .likes
{
  color: white;
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 17px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.8125rem;
  text-shadow: 0 1px 2px #333;
}

#article-video #instagram .instafeed-image .likes::before
{
  font: normal normal normal 0.875rem/1 FontAwesome;
  display: inline-block;
  content: "\f004";
  text-rendering: auto;
  color: white;
  position: relative;
  margin: 0 0.25rem;
}

#article-video #find-job
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#article-video #find-job .wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#article-video #find-job .col
{
  display: inline-block;
  margin: 0 0.9375rem;
  text-align: left;
}

#article-video #find-job .col.first
{
  width: 320px;
  margin: 0 3.75rem 0 0;
}

#article-video #find-job .explore
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  max-width: 320px;
}

#article-video #find-job input
{
  padding: 0.875rem 1.875rem;
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-width: 267px;
}

#article-video #find-job .g-btn
{
  width: 100%;
  min-width: 170px;
}

#article-video #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#article-video #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#article-video #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#article-video #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#article-video #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#article-video #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#article-video #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#article-video #sponsors .col:last-child
{
  margin-right: 0;
}

#article-video #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#article-video #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

#article-video #article-video-container
{
  background-color: #23272b;
  position: relative;
  height: 56.25vw;
  overflow: hidden;
  max-width: 100%;
  max-height: 508px;
}

#article-video-container iframe,
#article-video-container object,
#article-video-container embed
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#article-video .slide
{
  margin: 2.5rem 3.125rem;
  padding: 0 0 2.5rem;
  position: relative;
}

#article-video .slide p
{
  bottom: -50px;
  min-height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: white;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
}

#article-video .slide img
{
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

#calendar .g-hero
{
  padding-bottom: 19.33%;
}

#calendar #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#calendar #featured-courses
{
  width: 100%;
  padding: 3.125rem 2.0625rem 5rem 4rem;
}

#calendar #featured-courses h2
{
  margin: 0 0 2.5rem;
}

#calendar #featured-courses .art-wrap
{
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#calendar #featured-courses .art-wrap .left
{
  width: 166px;
  text-align: center;
}

#calendar #featured-courses .art-wrap img
{
  width: auto;
  height: 100%;
  max-height: 175px;
  display: inline-block;
  margin-left: -5%;
}

#calendar #featured-courses .art-wrap .center
{
  position: relative;
  text-align: left;
  padding: 0 0.9375rem 0 1.875rem;
  width: 100%;
}

#calendar #featured-courses .art-wrap .center .category
{
  position: absolute;
  left: 30px;
  bottom: 15px;
}

#calendar #featured-courses .art-wrap .right
{
  margin: 0.625rem 0;
  padding: 0.3125rem 1.875rem;
  border-left: 1px solid #eaeaea;
}

#calendar #featured-courses .art-wrap .right .g-btn
{
  padding-left: 30px;
  padding-right: 30px;
  margin: 1.875rem 0 0;
}

#calendar #featured-courses article
{
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
  max-width: calc(99.9% * 1 - (30px - 30px * 1));
  width: calc(99.9% * 1 - (30px - 30px * 1));
  margin: 0 0 2.5rem;
}

#calendar #featured-courses article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#calendar #featured-courses article:last-child
{
  margin-right: 0;
}

#calendar #featured-courses article .category
{
  display: block;
  font-family: "montserrat";
  color: #abb5af;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  padding: 0;
}

#calendar #featured-courses article .title
{
  font-size: 1.4375rem;
  display: inline-block;
  padding-top: 15px;
}

#calendar #featured-courses article .title:hover
{
  color: #999;
}

#calendar #featured-courses article .time
{
  display: block;
  font-family: "montserrat";
  color: #777b80;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0.4375rem 0 0;
}

#calendar #featured-courses article .date
{
  font-family: "trajan";
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: #ccc;
  margin: 0 0 0.625rem;
  padding: 0.3125rem 0 0;
}

#calendar aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
  position: relative;
}

#calendar aside .cal-placeholder
{
  position: fixed;
  width: 100%;
  max-width: 368px;
  top: 150px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

#calendar aside .cal-placeholder.pinned
{
  top: 100px;
}

#calendar aside article
{
  margin: 0 0 2.5rem;
}

#calendar aside .event
{
  margin: 0 0 1.875rem;
}

#calendar aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#calendar aside h2 a
{
  display: inline-block;
  position: relative;
}

#calendar aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#calendar aside h2 a:hover
{
  color: #9b694b;
}

#calendar aside h2 a:hover::after
{
  right: -80px;
}

#calendar aside .padding
{
  padding: 0 0 0 6.25rem;
}

#calendar aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  background-color: #bbb;
  text-shadow: 0 1px 3px rgba(245, 245, 245, 1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0 0.5rem;
}

#calendar aside .title
{
  display: block;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  margin: 0 0 1.0625rem;
}

#calendar aside .title:hover
{
  color: #999;
}

#calendar aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#calendar aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#calendar aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#calendar aside .register:hover
{
  color: #9b694b;
}

#event #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#event #featured-courses
{
  width: 100%;
  padding: 3.125rem 2.0625rem 5rem 5.625rem;
}

#event #featured-courses h2
{
  margin: 0 0 2.5rem;
}

#event #scholarships,
  #event #whatyoulearn
{
  padding: 0 30rem 1.25rem 0;
}

#event #scholarships .rich-text,
#event #whatyoulearn .rich-text
{
  padding-bottom: 20px;
}

#event #scholarships h2,
#event #whatyoulearn h2
{
  margin: 0 0 1.25rem;
}

#event .g-sponsors
{
  padding: 3.75rem 30rem 5rem 5.625rem;
}

#event .g-sponsors .g-half-col
{
  margin-bottom: 20px;
}

#event .g-sponsors h2
{
  text-align: left;
  margin-bottom: 20px;
}

#event #hero-deadlines
{
  position: fixed;
  right: 5%;
  top: 150px;
  background: #fff;
  width: 300px;
  text-align: center;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#event #hero-deadlines.pinned
{
  top: 100px;
}

#event #hero-deadlines #hero-deadline-header
{
  background: #f8f8f8;
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4b4f54;
  letter-spacing: 0.05rem;
  padding: 0.9375rem 0;
}

#event #hero-deadlines #hero-deadline-header a
{
  display: block;
  margin: 1.25rem 0;
}

#event #hero-deadlines #hero-deadline-header a:hover
{
  color: #777;
}

#event #hero-deadlines .hero-deadline-content
{
  padding: 1.25rem 1.875rem;
}

#event #hero-deadlines .hero-deadline-content .hero-deadline-item
{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
}

#event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-group
{
  font-family: "montserrat";
  font-size: 0.875rem;
}

.sidebar-event-title
{
  margin: 0.625rem 0;
  font-weight: 700;
  display: block;
  color: #4b4f54;
}

.sidebar-event-title.last
{
  margin: 0.8rem 0 0.525rem;
}

.sidebar-event-time
{
  font-weight: 300;
  text-transform: uppercase;
}

.sidebar-event-address
{
  font-weight: 300;
}

#event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-title
{
  color: #666;
  font-size: 1.4375rem;
  margin-bottom: 5px;
}

#event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-date
{
  font-family: "montserrat";
  font-size: 0.8125rem;
  color: #abb5af;
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
  margin-bottom: 15px;
}

#event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-more .g-btn
{
  width: 100%;
  margin: 0.4375rem 0;
}

#event #hero-deadlines .hero-deadline-content .hero-deadline-item:last-child
{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#event .rich-text
{
  width: 100%;
  padding: 0 2.0625rem 1.5rem 5.625rem;
}

#event #featured .rich-text {
  margin: 3.75rem 0 0;
}

#event .rich-text h1
{
  margin: 0;
  font-size: 1.875rem;
  line-height: 2rem;
  color: #c88b66;
  letter-spacing: 0.125rem;
}

#event .rich-text h3
{
  color: #c88b66;
  font-size: 1.5rem;
  margin: 0 0 0.625rem;
}

#event .rich-text p
{
  color: #4b4f54;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 1rem 0;
}

#event .rich-text p.hide-reg
{
  margin: 0;
}

#event .rich-text .subtitle
{
  font-family: "montserrat";
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0 0 1.5rem;
  color: #abb5af;
}

#event .rich-text p.tags
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.8125rem;
  color: #abb5af;
}

#event .rich-text p.tags a:hover
{
  color: #c88b66;
}

#event .rich-text article
{
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
  max-width: calc(99.9% * 1 - (30px - 30px * 1));
  width: calc(99.9% * 1 - (30px - 30px * 1));
  margin: 0 0 2.5rem;
}

#event .rich-text article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#event .rich-text article:last-child
{
  margin-right: 0;
}

#event .rich-text article .category
{
  display: block;
  font-family: "montserrat";
  color: #abb5af;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  padding: 0;
}

#event .rich-text article .title
{
  font-size: 1.4375rem;
  display: inline-block;
  padding-top: 15px;
}

#event .rich-text article .title:hover
{
  color: #999;
}

#event .rich-text article .time
{
  display: block;
  font-family: "montserrat";
  color: #777b80;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0.4375rem 0 0;
}

#event .rich-text article .date
{
  font-family: "trajan";
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: #ccc;
  margin: 0 0 0.625rem;
  padding: 0.3125rem 0 0;
}

#event aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 0 0;
  position: relative;
}

#event aside .cal-placeholder
{
  position: fixed;
  width: 100%;
  max-width: 300px;
  top: 165px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
}

#event aside article
{
  margin: 0 0 2.5rem;
}

#event aside .event
{
  margin: 0 0 1.875rem;
}

#event aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#event aside h2 a
{
  display: inline-block;
  position: relative;
}

#event aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#event aside h2 a:hover
{
  color: #9b694b;
}

#event aside h2 a:hover::after
{
  right: -80px;
}

#event aside .padding
{
  padding: 0 0 0 6.25rem;
}

#event aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  background-color: #bbb;
  text-shadow: 0 1px 3px rgba(245, 245, 245, 1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0 0.5rem;
}

#event aside .title
{
  display: block;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  margin: 0 0 1.0625rem;
}

#event aside .title:hover
{
  color: #999;
}

#event aside .time
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#event aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#event aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#event aside .register:hover
{
  color: #9b694b;
}

#event #featured-speakers
{
  background-color: #f4f8f6;
  padding: 3.75rem 25rem 5rem 5.625rem;
  margin-top: 20px;
}

#event #featured-speakers img
{
  max-width: 166px;
}

#event #featured-speakers .speaker
{
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#event #featured-speakers .info
{
  display: inline-block;
  margin: 0 1.25rem;
  max-width: 170px;
}

#event #featured-speakers .info .name
{
  font-weight: 600;
  color: #4b4f54;
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
}

#event #featured-speakers .info .desc
{
  font-size: 0.8125rem;
  font-style: italic;
  margin: 0.625rem 0 0;
  letter-spacing: 0.04375rem;
}

#event #student-work
{
  background-color: #f4f8f6;
  padding: 3.75rem 25rem 5rem 5.625rem;
  margin-bottom: 20px;
}

#event #student-work img
{
  max-width: 166px;
}

#event #student-work .speaker
{
  margin: 2.5rem 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#event #student-work .info
{
  display: block;
  min-width: 170px;
  max-width: 170px;
  text-align: center;
}

#event #student-work .info .name
{
  font-weight: 600;
  color: #4b4f54;
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
}

#event #student-work .info .desc
{
  font-size: 0.8125rem;
  font-style: italic;
  margin: 0.625rem 0 0;
  letter-spacing: 0.04375rem;
}

#event #fees-dates
{
  padding: 1.5rem 30rem 0 5.625rem;
}

#event #fees-dates h2
{
  margin: 0 0 1.5rem;
}

#event #fees-dates .g-event
{
  margin: 0 0 1.875rem;
}

#event #video-photo
{
  background-color: #23272b;
  position: relative;
  padding: 3.75rem 30rem 5rem 5.625rem;
}

#event #video-photo .videoWrapper
{
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 80px;
  height: 0;
}

#event #video-photo .videoWrapper iframe
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#event #video-photo .gal-item
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#event #video-photo img
{
  max-width: 250px;
  margin: 0.1875rem;
}

#event #video-photo h2
{
  margin: 0 0 2.5rem;
}

#event #other-events
{
  padding: 3.75rem 30rem 5rem 5.625rem;
}

#event #other-events .art-wrap
{
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#event #other-events .art-wrap .left
{
  width: 166px;
  text-align: center;
}

#event #other-events .art-wrap img
{
  width: 166px;
}

#event #other-events .art-wrap .center
{
  position: relative;
  text-align: left;
  padding: 0 0.9375rem 0 1.875rem;
  width: 100%;
}

#event #other-events .art-wrap .center .category
{
  position: absolute;
  left: 30px;
  bottom: 15px;
}

#event #other-events .art-wrap .right
{
  margin: 0.625rem 0;
  padding: 0.3125rem 1.875rem;
  border-left: 1px solid #eaeaea;
}

#event #other-events .art-wrap .right .g-btn
{
  padding-left: 30px;
  padding-right: 30px;
  margin: 1.875rem 0 0;
}

#event #other-events .row
{
  margin: 2.5rem 0 0;
}

#event #faq
{
  background-color: #f4f8f6;
  padding: 3.75rem 30rem 5rem 5.625rem;
}

#event #faq .g-faq
{
  margin: 2.5rem 0 0;
}

#event #faq .g-faq .g-collapse
{
  margin: 0;
  max-width: 100%;
}

#travel #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#travel .g-hero
{
  padding-bottom: 38.81%;
}

#travel #featured-courses
{
  position: relative;
  width: 100%;
  padding: 3.125rem 5.625rem 5rem;
}

#travel #featured-courses h2
{
  margin: 0 0 2.5rem;
  float: left;
}

#travel #featured-courses #wrapper:before
{
  content: '';
  display: table;
}

#travel #featured-courses #wrapper:after
{
  content: '';
  display: table;
  clear: both;
}

#travel #featured-courses #location-switcher
{
  position: relative;
  float: right;
  margin: 0.625rem 0 0;
}

#travel #featured-courses #location-switcher a
{
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0.625rem 1.875rem;
  font-family: "montserrat";
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #a5a7a9;
}

#travel #featured-courses #location-switcher a.active,
        #travel #featured-courses #location-switcher a:hover
{
  color: #4b4f54;
}

#travel #featured-courses #location-switcher a:last-child
{
  margin: 0 0 1.875rem 0.625rem;
}

#travel #featured-courses article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
  margin-bottom: 30px;
}

#travel #featured-courses article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#travel #featured-courses article:last-child
{
  margin-right: 0;
}

#travel #featured-courses article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#travel #featured-courses article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#travel #featured-courses article .title
{
  font-size: 1.4375rem;
}

#travel #featured-courses article .title:hover
{
  color: #999;
}

#travel #featured-courses article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#travel #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem;
  color: white;
}

#travel #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#travel #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#travel #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #c88b66;
}

#travel #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#travel #our-mission article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  max-width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
}

#travel #our-mission article:nth-child(1n)
{
  margin-right: 3%;
  margin-left: 0;
}

#travel #our-mission article:last-child
{
  margin-right: 0;
}

#travel #our-mission article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#travel #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#travel #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#travel #our-mission a:hover
{
  color: #9b694b;
}

#travel #city-maps
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#travel #city-maps .subtitle
{
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  font-style: italic;
  color: #4b4f54;
  margin: 0 0 1.25rem;
}

#travel #city-maps article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  position: relative;
  text-align: center;
}

#travel #city-maps article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#travel #city-maps article:last-child
{
  margin-right: 0;
}

#travel #city-maps article:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#travel #city-maps article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#travel #city-maps article .title
{
  display: block;
  font-size: 1.4375rem;
  text-align: center;
  margin: 1.25rem 0 0;
}

#travel #city-maps article .title:hover
{
  color: #999;
}

#travel #city-maps article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#travel #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#travel #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#travel #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#travel #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#travel #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#travel #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#travel #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#travel #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#travel #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#travel #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#travel #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#travel #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#travel #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#travel #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#travel #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#travel #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#travel #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#travel #sponsors .col:last-child
{
  margin-right: 0;
}

#travel #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#travel #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

#travel #map
{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

#books
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#books aside .g-radio
{
  font-size: 0.875rem;
}

#books #right
{
  width: 100%;
}

#books #right #featured
{
  background: url("resources/featured-mask.png") no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 1.875rem;
  color: #fff;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.8125rem 0 1.875rem;
}

#books #right #featured #featured-text h2
{
  font-size: 1.875rem;
  font-family: "trajan";
  color: #fff;
}

#books #right #featured #featured-text p
{
  font-size: 1.0625rem;
  font-family: "gentium";
  font-style: italic;
}

#books #right #featured #featured-more
{
  display: none;
  margin-top: 15px;
}

#books #right #featured #featured-items
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#books #right #featured #featured-items .featured-item
{
  margin-left: 10px;
}

#books #right #featured #featured-items .featured-item:first-child
{
  margin-left: 0;
}

#books #right #featured #featured-items .featured-item img
{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
          box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

#books #right #featured #featured-items .featured-item .featured-item-content
{
  display: none;
}

#books #right #featured #featured-items .featured-item .featured-item-category
{
  color: #c88b66;
  font-size: 0.6875rem;
  margin-bottom: 10px;
  font-family: "montserrat";
  letter-spacing: 0.03875rem;
}

#books #right #featured #featured-items .featured-item .featured-item-text
{
  color: #666;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}

#books #right #featured #featured-items .featured-item .featured-item-author
{
  color: #abb5af;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "montserrat";
  letter-spacing: 0.04688rem;
}

#books #right #books-list
{
  padding: 1.875rem;
}

#books #right #books-list #book-list-row
{
  display: flex;
  flex-flow: row wrap;
}

#books #right #books-list #book-list-more
{
  text-align: center;
}

#books #right #books-list #book-list-more .g-btn
{
  width: auto;
  padding: 0.875rem 1.875rem;
}

#book-description
{
  padding-top: 85px;
}

#book-description #top
{
  margin-bottom: 80px;
}

#book-description #top .g-book-desc
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#book-description #details
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 0;
  margin: 0 5%;
  border-top: 1px solid rgba(151, 151, 151, .2);
  border-bottom: 1px solid rgba(151, 151, 151, .2);
}

#book-description #details .book-details
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  font-family: "montserrat";
  font-size: 0.875rem;
}

#book-description #details .book-details:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#book-description #details .book-details:last-child
{
  margin-right: 0;
}

#book-description #details .book-details:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#book-description #details .book-details a
{
  color: #c88b66;
}

#book-description #details .book-details .book-details-title
{
  font-weight: 700;
  color: #4b4f54;
  margin-bottom: 10px;
}

#book-description #details .book-details .book-details-content
{
  color: #777b80;
}

#book-description #details .book-details .book-details-content p
{
  font-weight: 300;
  line-height: 1.1875rem;
}

#book-description #details .book-details .book-details-content ul
{
  font-weight: 300;
  list-style: none;
  margin-left: 0;
}

#book-description #details .book-details .book-details-content ul li
{
  margin-bottom: 5px;
}

#book-description #details .book-details .book-details-category
{
  margin-top: 20px;
}

#book-description #details .book-details .book-details-category a
{
  margin-right: 2px;
}

#book-description #other
{
  margin-top: 50px;
  padding: 0 5% 60px;
  overflow: hidden;
}

#book-description #other #other-title
{
  font-family: "trajan";
  font-size: 1.875rem;
  color: #c88b66;
  text-align: center;
  margin-bottom: 25px;
}

#book-description #other #other-carousel
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#book-description #other #other-carousel .slick-prev,
      #book-description #other #other-carousel .slick-next
{
  background: #f0f0f0 url("") 40% 50% no-repeat;
  width: 55px;
  height: 55px;
}

#book-description #other #other-carousel .slick-prev::before,
#book-description #other #other-carousel .slick-next::before
{
  content: "";
}

#book-description #other #other-carousel .slick-prev:hover,
#book-description #other #other-carousel .slick-next:hover
{
  background-color: #dadada;
}

#book-description #other #other-carousel .slick-prev
{
  left: -55px;
}

#book-description #other #other-carousel .slick-next
{
  right: -55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -28px;
}

#book-description #other #other-carousel .g-book-item
{
  margin: 0 0.9375rem;
}

#book-description #other #other-carousel .g-book-item .g-book-thumbnail
{
  height: 200px;
}

#book-category
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#book-category #right
{
  width: 100%;
}

#book-category #right #hero
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #a8b6b0;
  margin: 2.5rem 1.875rem 1.25rem;
}

#book-category #right #hero .hero-image
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#book-category #right #hero .hero-image img
{
  width: auto;
}

#book-category #right #hero .hero-desc
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2.1875rem 1.875rem;
}

#book-category #right #hero .hero-title
{
  font-size: 1.875rem;
  font-family: "trajan";
  color: #fff;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  margin-bottom: 5px;
}

#book-category #right #hero .hero-text
{
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-style: italic;
  color: #fff;
}

#book-category #right #book-list
{
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#book-series
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#book-series #right
{
  width: 100%;
}

#book-series #right .g-book-desc
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#book-series #right #book-list
{
  display: flex;
  flex-flow: row wrap;
  padding: 0 1.875rem;
  margin-top: 1.875rem;
}

#book-series #right #hero
{
  background-color: #abb5af;
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding: 2.75rem 3.75rem 1.875rem 3.75rem;
  color: #fff;
}

#book-series #right #hero #hero-title
{
  margin-bottom: 10px;
  letter-spacing: 0.125rem;
  font-size: 1.875rem;
  font-family: "trajan";
}

#book-series #right #hero #hero-desc p
{
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin-bottom: 20px;
  letter-spacing: 0.0325rem;
}

#book-series #right #hero #hero-desc #hero-submit
{
  margin-top: 40px;
}

#book-series #right #hero #hero-desc #hero-submit a
{
  border-radius: 2px;
  border: 2px solid #fff;
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.9375rem;
  text-align: center;
  width: 260px;
}

#books-featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#books-featured #right
{
  width: 100%;
}

#books-featured #book-list
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.75rem 1.875rem 1.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#library
{
  position: relative;
}

#library .g-page
{
  padding-bottom: 50px;
}

#sponsor
{
  margin: 0;
}

#directory
{
  position: relative;
}

#directory #top
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#directory #top #top-left
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #4b4f54;
  color: #fff;
  padding: 5rem 1.25rem 2.5rem 5%;
}

#directory #top #top-left #top-title
{
  font-size: 2.8rem;
  font-family: "trajan";
  line-height: 2.8rem;
  letter-spacing: 0.125rem;
  color: #c88b66;
  margin-bottom: 15px;
}

#directory #top #top-left #top-text
{
  font-family: "montserrat";
  font-weight: 700;
}

#directory #top #top-left #top-featured-member
{
  font-size: 0.8125rem;
  font-family: "montserrat";
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.0325rem;
  color: #c88b66;
}

#directory #top #top-left #top-featured-name
{
  font-size: 1.4375rem;
}

#directory #top #top-right
{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#directory #filter
{
  background: url('resources/filterbg.png');
  background-size: cover;
  padding: 2.5rem 5%;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .2);
          box-shadow: 0 2px 14px rgba(0, 0, 0, .2);
}

#directory #filter #filter-box
{
  background: #fff;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

#directory #filter #filter-box .filter-item
{
  flex: 1 0 auto;
  margin-right: 20px;
  margin-bottom: 15px;
}

#directory #filter #filter-box .filter-item:last-child
{
  margin-right: 0;
  margin-bottom: 0;
}

#directory #filter #filter-box .filter-item#filter-buttons
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#directory #filter #filter-box .filter-item#filter-buttons .g-btn
{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#directory #list
{
  margin: 3.125rem 5%;
}

#directory #list .list-section
{
  margin-bottom: 100px;
}

#directory #list .list-section:last-child
{
  margin-bottom: 0;
}

#directory #list .list-section .list-letter
{
  font-size: 1.875rem;
  font-family: "trajan";
  color: #c88b66;
  text-transform: uppercase;
}

#directory #list .list-section .list-items
{
  letter-spacing: -.65em; /* this too */
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left; /* center or justify for columns in last row */
  display: block;
}

#directory #list .list-section .list-items .list-item
{
  letter-spacing: normal;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  float: none;
  text-align: left;
  vertical-align: bottom; /* align row's columns top or baseline */
  box-sizing: border-box;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #777b80;
}

.col1of1   { float: none; }
.col1of2   { width: 50%; }
.col1of3   { width: 33.33333%; }
.col2of3   { width: 66.66666%; }
.col1of4   { width: 22%; }
.col3of4   { width: 75%; }
.col1of5   { width: 20%; }
.col2of5   { width: 40%; }
.col3of5   { width: 60%; }
.col4of5   { width: 80%; }
.col1of6   { width: 16.6666%; }
.col5of6   { width: 83.3333%; }
.col1of12  { width: 8.33333%; }
.col5of12  { width: 41.6666%; }
.col7of12  { width: 58.3333%; }
.col11of12 { width: 91.6666%; }

#directory #list .list-section .list-items .list-item .list-item-title
{
  position: relative;
}

#directory #list .list-section .list-items .list-item .list-item-title a
{
  color: #777b80;
}

#directory #list .list-section .list-items .list-item .list-item-title a:hover
{
  color: #36393c;
}

#directory #list .list-section .list-items .list-item .list-item-title .list-item-title-name
{
  padding-right: 10px;
}

#directory #list .list-section .list-items .list-item .list-item-title .certified
{
  background: url('resources/certified.svg') no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: -1px;
  position: relative;
  vertical-align: middle;
}

#directory-low
{
  margin: 184px 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#directory-low #initials
{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 167px;
          flex: 0 0 167px;
  margin-right: 30px;
  background: url('resources/initials.png') 50% 50%;
  width: 167px;
  height: 167px;
  border-radius: 50%;
  border: 1px solid #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.125rem;
  font-family: "trajan";
  text-transform: uppercase;
}

#directory-low #content
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 20px;
}

#directory-low #content #info #info-chapter
{
  color: #abb5af;
  font-size: 0.8125rem;
  font-family: "montserrat";
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#directory-low #content #info #info-name
{
  font-family: "trajan";
  font-size: 1.875rem;
  color: #c88b66;
  letter-spacing: 0.09375rem;
  margin-bottom: 5px;
}

#directory-low #content #info #info-position
{
  color: #4b4f54;
  font-size: 1.0625rem;
  font-style: italic;
}

#directory-low #content #lowtier-social
{
  margin-top: 30px;
}

#directory-low #content #lowtier-social > a
{
  display: inline-block;
  color: #b0b6b3;
  border: 2px solid #b0b6b3;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  margin: 0 1.25rem 0 0;
  text-align: center;
}

#directory-low #content #lowtier-social > a:hover
{
  background-color: #b0b6b3;
  color: white;
}

#directory-low #content #lowtier-social > a > i
{
  font-size: 1.5625rem;
}

#directory-low #content #contacts
{
  margin-top: 50px;
  font-family: "montserrat";
}

#directory-low #content #contacts ul li
{
  color: #4b4f54;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

#directory-low #content #contacts #contacts-email
{
  color: #c88b66;
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

#directory-low #content #contacts #contacts-email a
{
  display: block;
  margin: 0.5rem 0;
}

#directory-low #content #contacts #contacts-email a:hover
{
  color: #b77b56;
}

#directory-low #content #contacts #contacts-address
{
  margin-top: 20px;
}

#directory-low #content #works
{
  display: flex;
  flex-flow: row wrap;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid rgba(151, 151, 151, .2);
}

#directory-low #content #works .work-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/6 - (6px - 6px * 1/6));
  max-width: calc(99.9% * 1/6 - (6px - 6px * 1/6));
  width: calc(99.9% * 1/6 - (6px - 6px * 1/6));
  margin-bottom: 6px;
}

#directory-low #content #works .work-item:nth-child(1n)
{
  margin-right: 6px;
  margin-left: 0;
}

#directory-low #content #works .work-item:last-child
{
  margin-right: 0;
}

#directory-low #content #works .work-item:nth-child(6n)
{
  margin-right: 0;
  margin-left: auto;
}

#honors #hero
{
  background: #23272b;
  padding: 3.75rem 28.125rem 2.5rem 5%;
  color: #fff;
  position: relative;
}

#honors #hero #hero-title
{
  font-size: 3rem;
  font-family: "trajan";
  letter-spacing: 0.125rem;
}

#honors #hero #hero-desc
{
  font-size: 1.125rem;
  font-family: "montserrat";
  font-weight: 700;
}

#awards-container {
  position: relative;
}

#honors #awards-posters
{
  width: 80%;
  margin-top: 40px;
  padding: 0 5%;
  position: relative;
}

#honors #awards-posters .awards-poster
{
  position: relative;
  margin-bottom: 30px;
  max-height: 600px;
  overflow: hidden;
}

#honors #awards-posters .awards-poster .awards-poster-cover
{
  position: absolute;
  background: rgba(255, 255, 255, .8);
  width: 60%;
  bottom: 30px;
  padding: 1.875rem 2.5rem;
  left: 0;
  color: #666;
}

#honors #awards-posters .awards-poster .awards-poster-cover .awards-poster-category
{
  font-size: 0.8125rem;
  font-family: "montserrat";
  color: #c88b66;
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
  margin-bottom: 10px;
}

#honors #awards-posters .awards-poster .awards-poster-cover .awards-poster-title
{
  font-size: 2.0625rem;
  margin-bottom: 15px;
}

#honors #awards-posters .awards-poster .awards-poster-cover .awards-poster-content
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
}

#honors #hero-deadlines
{
  position: absolute;
  right: 5%;
  top: -150px;
  background: #fff;
  width: 300px;
  text-align: center;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#honors #hero-deadlines #hero-deadline-header
{
  background: #f8f8f8;
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4b4f54;
  letter-spacing: 0.05rem;
  padding: 1.75rem 0;
}

#honors #hero-deadlines #hero-deadline-content
{
  padding: 1.25rem 1.875rem;
}

#honors #hero-deadlines #hero-deadline-content .hero-deadline-item
{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
}

#honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-title
{
  color: #666;
  font-size: 1.4375rem;
  margin-bottom: 5px;
}

#honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-date
{
  font-family: "montserrat";
  font-size: 0.8125rem;
  color: #abb5af;
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
  margin-bottom: 15px;
}

#honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-more .g-btn
{
  width: 100%;
}

#honors #hero-deadlines #hero-deadline-content .hero-deadline-item:last-child
{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#honors .awards-list
{
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 5%;
}

#honors .awards-list.column-2
{
  width: 60%;
}

#submit-entry
{
  background: #a7b6b1;
  padding: 2.5rem 5% 3.125rem;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#submit-entry #submit-entry-group
{
  z-index: 4;
}

#submit-entry #submit-entry-image
{
  position: absolute;
  bottom: 0;
  right: 0;
}

#submit-entry #submit-entry-image img
{
  width: auto;
}

#submit-entry #submit-entry-title
{
  font-size: 3rem;
  font-family: "trajan";
  color: #fff;
  letter-spacing: 0.125rem;
  text-transform: capitalize;
  margin-bottom: 20px;
  max-width: 500px;
}

#award-details #hero
{
  background: #23272b;
  position: relative;
  margin-bottom: 60px;
}

#award-details #hero img
{
  opacity: 0.5;
}

#award-details #hero #hero-cover
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "montserrat";
}

#award-details #hero #hero-cover #hero-date
{
  font-size: 1.125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#award-details #hero #hero-cover #hero-title
{
  font-family: "trajan";
  font-size: 2.5rem;
  letter-spacing: 0.15625rem;
  margin-bottom: 10px;
  text-transform: capitalize;
}

#award-details #hero #hero-cover #hero-presented
{
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#award-details #hero #hero-cover #hero-buttons a
{
  margin: 0 0.9375rem;
}

#award-details #overview
{
  margin: 0 5%;
}

#award-details #overview #overview-box
{
  margin: 0 6.25rem;
}

#award-details #overview #overview-box p
{
  margin-bottom: 20px;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  color: #666;
  font-size: 1.0625rem;
}

#award-details #overview #overview-box p strong
{
  color: #4b4f54;
  font-weight: 700;
}

#award-details #overview #overview-box p a
{
  color: #c88b66;
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
  font-size: 0.8125rem;
  font-family: "montserrat";
  margin-top: 20px;
  display: inline-block;
}

#award-details #overview #overview-box p a:hover
{
  text-decoration: underline;
}

#award-details #category
{
  border-top: 1px solid rgba(151, 151, 151, .2);
  margin: 3.75rem 5% 0;
  padding-top: 60px;
}

#award-details #category #category-title
{
  font-size: 1.875rem;
  font-family: "trajan";
  letter-spacing: 0.125rem;
  color: #c88b66;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}

#award-details #category #category-items
{
  display: flex;
  flex-flow: row wrap;
}

#award-details #category #category-items .category-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  text-align: center;
  margin-bottom: 45px;
}

#award-details #category #category-items .category-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#award-details #category #category-items .category-item:last-child
{
  margin-right: 0;
}

#award-details #category #category-items .category-item:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#award-details #category #category-items .category-item .category-item-title
{
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 700;
  color: #4b4f54;
  letter-spacing: 0.05rem;
  margin-bottom: 24px;
  position: relative;
}

#award-details #category #category-items .category-item .category-item-title::after
{
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #c88b66;
}

#award-details #category #category-items .category-item .category-item-desc
{
  color: #4b4f54;
  font-size: 1.0625rem;
  font-style: italic;
  opacity: 0.6;
  letter-spacing: 0.0325rem;
}

#award-details #winners
{
  margin-top: 60px;
  background: #23272b;
  padding-top: 40px;
}

#award-details #winners .g-slider
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#award-details #winners .g-slider .slick-dots
{
  position: static;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 20px;
}

#award-details #winners .g-slider .slick-dots li
{
  width: auto;
  height: auto;
  margin: 0 0.3125rem;
}

#award-details #winners .g-slider .slick-dots li.slick-active button
{
  background: #abb5af;
}

#award-details #winners .g-slider .slick-dots li button
{
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #abb5af;
  border-radius: 50%;
}

#award-details #winners .g-slider .slick-dots li button::before
{
  display: none;
}

#award-details #winners #winners-title
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "trajan";
  font-size: 1.875rem;
  letter-spacing: 0.125rem;
  margin-bottom: 50px;
}

#award-details #winners #winners-title #winners-dropdown
{
  margin-left: 10px;
  position: relative;
}

#award-details #winners #winners-title #winners-dropdown:hover #winners-dropdown-list
{
  max-height: 500px;
}

#award-details #winners #winners-title #winners-dropdown #winners-current
{
  border-bottom: 1px dashed #fff;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#award-details #winners #winners-title #winners-dropdown #winners-current::after
{
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent transparent;
}

#award-details #winners #winners-title #winners-dropdown #winners-current:hover
{
  color: #b77b56;
}

#award-details #winners #winners-title #winners-dropdown #winners-dropdown-list
{
  max-height: 0;
  overflow: hidden;
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#award-details #winners #winners-title #winners-dropdown #winners-dropdown-list a:hover
{
  color: #b77b56;
}

#award-details #winners .winners-items
{
  display: flex;
  flex-flow: row wrap;
  margin: 0 5%;
}

#award-details #winners .winners-items .winner-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  text-align: center;
  margin-bottom: 40px;
}

#award-details #winners .winners-items .winner-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#award-details #winners .winners-items .winner-item:last-child
{
  margin-right: 0;
}

#award-details #winners .winners-items .winner-item:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#award-details #winners .winners-items .winner-item .winner-item-image
{
  margin-bottom: 20px;
  text-align: center;
}

#award-details #winners .winners-items .winner-item .winner-item-image img
{
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

#award-details #winners .winners-items .winner-item .winner-item-title
{
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05rem;
  margin-bottom: 24px;
  position: relative;
}

#award-details #winners .winners-items .winner-item .winner-item-title::after
{
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #c88b66;
}

#award-details #winners .winners-items .winner-item .winner-item-desc
{
  color: #c88b66;
  font-size: 1.0625rem;
  font-style: italic;
  letter-spacing: 0.0325rem;
}

#award-details #content
{
  margin: 4.375rem 5% 0;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
}

#award-details #content #content-box
{
  margin: 0 6.25rem;
}

#award-details #content #content-box .section
{
  margin-bottom: 60px;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  font-size: 1.0625rem;
}

#award-details #content #content-box .section .g-title
{
  margin-bottom: 30px;
}

#award-details #content #content-box .section .g-title.deadlines-title
{
  margin-bottom: 40px;
}

#award-details #content #content-box .section p
{
  margin-bottom: 20px;
}

#award-details #content #content-box .section h4
{
  font-weight: 700;
  margin-bottom: 10px;
}

#award-details #content #content-box .section ol
{
  margin-bottom: 30px;
}

#award-details #content #content-box .section ol li
{
  margin: 0 0 0.625rem 1.5625rem;
  padding-left: 5px;
}

#award-details .g-sponsor
{
  margin: 1.875rem 5% 0;
  padding-top: 0;
  border: none;
}

#award-details .g-sponsor .g-sponsor-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#award-details .g-sponsor .g-sponsor-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#award-details .g-sponsor .g-sponsor-item:last-child
{
  margin-right: 0;
}

#award-details .g-sponsor .g-sponsor-item:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#travel-tour .g-hero
{
  background: #23272b;
  position: relative;
}

#travel-tour .g-hero img
{
  opacity: 0.5;
}

#travel-tour .g-hero #hero-cover
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "montserrat";
}

#travel-tour .g-hero #hero-cover #hero-date
{
  font-size: 1.125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#travel-tour .g-hero #hero-cover #hero-title
{
  font-family: "trajan";
  font-size: 2.5rem;
  letter-spacing: 0.15625rem;
  margin-bottom: 10px;
  text-transform: capitalize;
}

#travel-tour .g-hero #hero-cover #hero-presented
{
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#travel-tour .g-hero #hero-cover #hero-buttons a
{
  margin: 0 0.9375rem;
}

#travel-tour #overview
{
  margin: 0 5%;
}

#travel-tour #overview #overview-box
{
  margin: 0 6.25rem;
}

#travel-tour #overview #overview-box p
{
  margin-bottom: 20px;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  color: #666;
  font-size: 1.0625rem;
}

#travel-tour #overview #overview-box p strong
{
  color: #4b4f54;
  font-weight: 700;
}

#travel-tour #overview #overview-box p a
{
  color: #c88b66;
  text-transform: uppercase;
  letter-spacing: 0.0325rem;
  font-size: 0.8125rem;
  font-family: "montserrat";
  margin-top: 20px;
  display: inline-block;
}

#travel-tour #overview #overview-box p a:hover
{
  text-decoration: underline;
}

#travel-tour #category
{
  border-top: 1px solid rgba(151, 151, 151, .2);
  margin: 3.75rem 5% 0;
  padding-top: 60px;
}

#travel-tour #category #category-title
{
  font-size: 1.875rem;
  font-family: "trajan";
  letter-spacing: 0.125rem;
  color: #c88b66;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}

#travel-tour #category #category-items
{
  display: flex;
  flex-flow: row wrap;
}

#travel-tour #category #category-items .category-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  text-align: center;
  margin-bottom: 45px;
}

#travel-tour #category #category-items .category-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#travel-tour #category #category-items .category-item:last-child
{
  margin-right: 0;
}

#travel-tour #category #category-items .category-item:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#travel-tour #category #category-items .category-item .category-item-title
{
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 700;
  color: #4b4f54;
  letter-spacing: 0.05rem;
  margin-bottom: 24px;
  position: relative;
}

#travel-tour #category #category-items .category-item .category-item-title::after
{
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #c88b66;
}

#travel-tour #category #category-items .category-item .category-item-desc
{
  color: #4b4f54;
  font-size: 1.0625rem;
  font-style: italic;
  opacity: 0.6;
  letter-spacing: 0.0325rem;
}

#travel-tour #winners
{
  margin-top: 60px;
  background: #23272b;
  padding-top: 40px;
}

#travel-tour #winners #winners-title
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "trajan";
  font-size: 1.875rem;
  letter-spacing: 0.125rem;
  margin-bottom: 50px;
}

#travel-tour #winners #winners-title #winners-dropdown
{
  margin-left: 10px;
}

#travel-tour #winners #winners-title #winners-dropdown #winners-current
{
  border-bottom: 1px dashed #fff;
  position: relative;
  padding-right: 30px;
}

#travel-tour #winners #winners-title #winners-dropdown #winners-current::after
{
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent transparent;
}

#travel-tour #winners #winners-title #winners-dropdown #winners-dropdown-list
{
  display: none;
}

#travel-tour #winners #winners-items
{
  display: flex;
  flex-flow: row wrap;
  margin: 0 5%;
}

#travel-tour #winners #winners-items .winner-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  text-align: center;
  margin-bottom: 40px;
}

#travel-tour #winners #winners-items .winner-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#travel-tour #winners #winners-items .winner-item:last-child
{
  margin-right: 0;
}

#travel-tour #winners #winners-items .winner-item:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#travel-tour #winners #winners-items .winner-item .winner-item-image
{
  margin-bottom: 20px;
  text-align: center;
}

#travel-tour #winners #winners-items .winner-item .winner-item-image img
{
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

#travel-tour #winners #winners-items .winner-item .winner-item-title
{
  font-size: 0.875rem;
  font-family: "montserrat";
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05rem;
  margin-bottom: 24px;
  position: relative;
}

#travel-tour #winners #winners-items .winner-item .winner-item-title::after
{
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #c88b66;
}

#travel-tour #winners #winners-items .winner-item .winner-item-desc
{
  color: #c88b66;
  font-size: 1.0625rem;
  font-style: italic;
  letter-spacing: 0.0325rem;
}

#travel-tour #content
{
  margin: 0 5%;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  margin-top: 70px;
}

#travel-tour #content #content-box
{
  margin: 0 6.25rem;
}

#travel-tour #content #content-box .section
{
  margin-bottom: 60px;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  font-size: 1.0625rem;
}

#travel-tour #content #content-box .section .g-title
{
  margin-bottom: 30px;
}

#travel-tour #content #content-box .section .g-title.deadlines-title
{
  margin-bottom: 40px;
}

#travel-tour #content #content-box .section p
{
  margin-bottom: 20px;
}

#travel-tour #content #content-box .section h4
{
  font-weight: 700;
  margin-bottom: 10px;
}

#travel-tour #content #content-box .section ol
{
  margin-bottom: 30px;
}

#travel-tour #content #content-box .section ol li
{
  margin: 0 0 0.625rem 1.5625rem;
  padding-left: 5px;
}

#travel-tour .g-sponsor
{
  margin: 1.875rem 5% 0;
  padding-top: 0;
  border: none;
}

#travel-tour .g-sponsor .g-sponsor-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#travel-tour .g-sponsor .g-sponsor-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#travel-tour .g-sponsor .g-sponsor-item:last-child
{
  margin-right: 0;
}

#travel-tour .g-sponsor .g-sponsor-item:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#travel-tour .g-event-buttons
{
  float: left;
  margin: 0 0.1875rem;
}

#travel-tour .g-event-buttons span
{
  position: relative;
  display: block !important;
  font-weight: 400;
  text-transform: none;
  font-size: 0.75rem;
}

#about #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .g-text-left
{
  background-color: transparent;
  max-width: 50%;
}

#about .g-text-left h1
{
  font-size: 2.125rem;
  line-height: 2.1875rem;
  color: #c88b66;
}

#about .g-text-left .subtitle
{
  color: white;
  margin: 0 0 0.9375rem;
}

#about .g-hero
{
  padding-bottom: 29.739%;
}

#about .g-hero .author
{
  font-family: "montserrat";
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  color: #4b4f54;
  margin: 1.25rem 0 0;
}

#about .g-hero .author span
{
  display: block;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #8f9193;
  padding: 0.125rem 0 0 1.0625rem;
}

#about .g-subhero
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem 5.625rem;
  background-color: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
}

#about .g-subhero a
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04688rem;
  font-weight: 700;
  color: #c88b66;
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.375rem;
}

#about .g-subhero a:hover
{
  color: #b77b56;
}

#about .g-subhero a:hover::before
{
  background-color: #b77b56;
  border-color: #b77b56;
  color: white;
}

#about .g-subhero a::before
{
  font: normal normal normal 1.25rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  font-weight: 700;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #c88b66;
  border-radius: 20px;
  width: 17px;
  height: 20px;
  padding: 0 0 0 0.1875rem;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#about #our-chapters
{
  background: rgba(221, 231, 225, .3);
  padding: 3.75rem 5%;
}

#about #our-chapters #title
{
  text-align: center;
  margin-bottom: 45px;
}

#about #our-chapters #title h2
{
  margin-bottom: 10px;
}

#about #our-chapters #title p
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
  line-height: 1.25rem;
}

#about #our-chapters #our-chapters-list
{
  max-width: 1000px;
  margin: 0 auto;
  background: url('resources/map.png') 50% 0% no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about #our-chapters #our-chapters-list .chapter-list
{
  text-align: center;
}

#about #our-chapters #our-chapters-list .chapter-list .chapter-list-item
{
  font-family: "gentium";
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.0325rem;
  line-height: 1.5rem;
  color: #4b4f54;
  margin-bottom: 20px;
}

#about #our-chapters #our-chapters-list .chapter-list .chapter-list-item:hover
{
  color: #b77b56;
}

#about .our-people
{
  background: #4b4f54;
  padding: 3.75rem 5%;
  color: #fff;
}

#about .our-people .title
{
  text-align: center;
  margin-bottom: 60px;
}

#about .our-people .title h2
{
  color: #fff;
  margin-bottom: 10px;
}

#about .our-people .title p
{
  font-size: 1.0625rem;
  font-style: italic;
  max-width: 900px;
  margin: 0 auto;
}

#about .our-people .about-items
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#about .our-people .about-items:last-child
{
  margin-bottom: 0;
  padding-bottom: 0;
}

#about .our-people .about-items:last-child::after
{
  display: none;
}

#about .our-people .about-items::after
{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  height: 1px;
  background: rgba(255, 255, 255, .5);
}

#about .our-people .about-items .about-item
{
  width: 22%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  padding: 0 2%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  text-align: center;
}

.new-intro a 
{
  font-weight: bold;
  text-decoration: underline;
}

#about .new-intro
{
  padding: 2.75rem 0;
}

@media (max-width: 56.25em)
{
  #about .new-intro
  {
    padding: 1.75rem 0;
  }
}

#about .new-intro .g-tabs .g-tabs-nav {
  margin-bottom: 40px;
}

#about .new-intro .g-tabs .g-tabs-nav .g-tabs-nav-item {
  color: #4b4f54;
}

#about .new-intro .g-tabs .g-tabs-nav .g-tabs-nav-item.is-active::after {
  background-color: #c88b66;
}

#about .new-intro .g-tabs .g-tabs-nav .g-tabs-nav-item.is-active {
  color: #c88b66;
}

#about .new-intro .title
{
  text-align: center;
  margin-bottom: 60px;
}

#about .new-intro .title h2
{
  color: #fff;
  margin-bottom: 10px;
}

#about .new-intro .title p
{
  font-size: 1.0625rem;
  font-style: italic;
  max-width: 900px;
  margin: 0 auto;
}

#about .new-intro .about-items
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#about .new-intro .about-items:last-child
{
  margin-bottom: 0;
  padding-bottom: 0;
}

#about .new-intro .about-items:last-child::after
{
  display: none;
}

#about .new-intro .about-items::after
{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  height: 1px;
  background: rgba(255, 255, 255, .5);
}

#about .new-intro .about-items .about-item
{
  width: 22%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  padding: 0 2%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  text-align: center;
}

#about #featured-courses
{
  width: 100%;
  padding: 3.125rem 5.625rem;
}

#about #featured-courses h2
{
  display: block;
  margin: 0 0 2.5rem;
  text-align: center;
}

#about #featured-courses .subtitle
{
  margin: 0 0 2.5rem;
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  color: #4b4f54;
}

#about #different-ways
{
  background-color: #f4f7f6;
  padding: 3.125rem 5.625rem 5rem;
}

#about #different-ways h2
{
  text-align: center;
  margin: 0 0 1.875rem;
}

#about #different-ways a.white-block
{
  background: white;
  border: 1px solid #d6d7d8;
  padding: 1.875rem 3.75rem 1.875rem 1.875rem;
  margin-bottom: 30px;
  position: relative;
}

#about #different-ways a.white-block:hover::after
{
  right: 10px;
  color: #ccc;
}

#about #different-ways a.white-block:hover p.learn-more
{
  color: #b77b56;
}

#about #different-ways a.white-block::after
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  color: #e0e0e0;
  text-rendering: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#about #different-ways .banners a
{
  margin-top: 20px;
  position: relative;
  text-align: center;
}

#about #different-ways .banners .text
{
  font-family: "trajan";
  position: absolute;
  color: white;
  letter-spacing: 0.0325rem;
  z-index: 2;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.6vw;
  line-height: 120%;
}

#about #different-ways h3
{
  font-size: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
}

#about #different-ways p.subtitle
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 0 0 1.25rem;
}

#about #different-ways p.desc
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
}

#about #different-ways p.learn-more
{
  color: #c88b66;
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.04688rem;
  font-weight: 700;
  margin: 1.25rem 0 0;
}

#about #certificate
{
  padding: 3.125rem 5.625rem 5rem;
}

#about #certificate .vertical-center
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about #certificate h3
{
  font-size: 1.5rem;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
}

#about #certificate p.desc
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 2.5rem 0;
}

#about #certificate a.learn-more
{
  color: #c88b66;
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.04688rem;
  font-weight: 700;
}

#about #certificate a.learn-more:hover
{
  color: #b77b56;
}

#about #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#about #stories article
{
  position: relative;
}

#about #stories article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.04688rem;
  text-transform: uppercase;
}

#about #stories article .title
{
  font-size: 1.4375rem;
  margin: 0.9375rem 0;
  display: block;
}

#about #stories article .title:hover
{
  color: #999;
}

#about #stories article p.desc
{
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-weight: 300;
}

#about #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#about #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#about #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#about #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#about #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#about #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#about #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#about #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#about #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#about #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#about #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#about #instagram
{
  text-align: center;
  padding: 2.5rem 0 5rem;
}

#about #instagram::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f16d";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#about #instagram h2
{
  margin: 0 0 1.375rem;
}

#about #instagram .instafeed-image
{
  width: 267px;
  height: 267px;
  padding: 0.3125rem;
  position: relative;
}

#about #instagram .instafeed-image img
{
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

#about #instagram .instafeed-image .likes
{
  color: white;
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 17px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.8125rem;
  text-shadow: 0 1px 2px #333;
}

#about #instagram .instafeed-image .likes::before
{
  font: normal normal normal 0.875rem/1 FontAwesome;
  display: inline-block;
  content: "\f004";
  text-rendering: auto;
  color: white;
  position: relative;
  margin: 0 0.25rem;
}

#about #find-job
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#about #find-job .wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#about #find-job .col
{
  display: inline-block;
  margin: 0 0.9375rem;
  text-align: left;
}

#about #find-job .col.first
{
  width: 320px;
  margin: 0 3.75rem 0 0;
}

#about #find-job .explore
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  max-width: 320px;
}

#about #find-job input
{
  padding: 0.875rem 1.875rem;
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-width: 267px;
}

#about #find-job .g-btn
{
  width: 100%;
  min-width: 170px;
}

#about #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#about #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#about #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#about #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#about #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#about #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#about #sponsors .col:last-child
{
  margin-right: 0;
}

#about #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#about #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

#about #submit-entry
{
  background: #a7b6b1 url('resources/historist-banner.jpg') 100% 100% no-repeat;
  padding: 2.5rem 5% 3.125rem;
  margin-top: 60px;
}

#about #submit-entry #submit-entry-title
{
  font-size: 3rem;
  font-family: "trajan";
  color: #fff;
  letter-spacing: 0.125rem;
  text-transform: capitalize;
  margin-bottom: 20px;
  max-width: 500px;
}

#about .intro
{
  padding: 3.125rem 5.625rem 0.625rem;
}

#about .new-intro .intro
{
  padding-top: 0;
  padding-bottom: 0;
}

#about .intro p
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 0 0 1.875rem;
}

#about .intro .row
{
  padding-bottom: 0px;
}

#about #history
{
  padding: 2.5rem 5.625rem;
}

#about #history h2
{
  text-align: center;
  margin: 0 0 2rem;
}

#about #history p
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 0 0 1.875rem;
}

#about hr
{
  border: none;
  height: 1px;
  color: #eaeaea;
  background-color: #eaeaea;
}

#about hr.padding
{
  margin: 0 5.625rem;
}

#about #contact
{
  padding: 3.125rem 5.625rem;
}

#about #contact h2
{
  text-align: center;
  margin: 0 0 1.25rem;
}

#about #contact .subtitle
{
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  color: #4b4f54;
  max-width: 770px;
  left: 0;
  right: 0;
  margin: 0 auto 2.5rem;
}

#about #contact .bold
{
  font-weight: 700;
  display: block;
  margin: 0 0 0.625rem;
  color: #4b4f54;
  font-size: 1.0625rem;
}

#about #contact article
{
  text-align: center;
  margin-bottom: 60px;
}

#about #contact article p.phone,
      #about #contact article a
{
  font-family: "montserrat";
  color: #777b80;
  letter-spacing: 0.05rem;
  font-weight: 300;
}

#resources img.res-placeholder
{
  width: 112px;
  height: 54px;
}

#resources .resources-header
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#resources .resources-header .g-title
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}

#resources .resources-header .resources-header-all
{
  padding: 0 5% 0 0;
}

#resources .resources-header .resources-header-all a
{
  letter-spacing: 0.04688rem;
  font-family: "montserrat";
  font-size: 0.9375rem;
  font-weight: 700;
  color: #c88b66;
  text-transform: uppercase;
}

#resources .resources-header .resources-header-all a:hover
{
  text-decoration: underline;
}

#resources #collection
{
  background: rgba(221, 231, 225, .3);
  padding: 2.5rem 0 3.75rem 5%;
}

#resources #collection #collection-items .recource-mansory-item
{
  width: 190px;
  margin-bottom: 5px;
}

#resources #collection #collection-items .recource-mansory-item-big
{
  width: 360px;
}

#resources #container
{
  margin: 0 5%;
}

#resources .container-t
{
  margin: 0 5%;
}

#resources #academic
{
  margin-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#resources #academic #academic-left
{
  padding-right: 30px;
}

#resources #academic #academic-left .g-title
{
  margin-bottom: 20px;
}

#resources #academic #academic-left p
{
  color: #666;
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
  line-height: 1.4375rem;
}

#resources #academic #academic-left ul
{
  margin-top: 40px;
  list-style: none;
  margin-left: 0;
}

#resources #academic #academic-left ul li
{
  margin-bottom: 15px;
}

#resources #academic #academic-left ul li a
{
  color: #c88b66;
  font-size: 0.9375rem;
  font-family: "montserrat";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04688rem;
}

#resources #academic #academic-left ul li a:hover
{
  text-decoration: underline;
}

#resources #academic #academic-left {
  width: 40%;
}

#resources #academic #academic-right {
  width: 60%;
}

#resources #academic #academic-right img
{
  width: 100%;
}

#resources #featured-books
{
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  margin: 2.5rem 0 0;
}

#resources #upcoming-courses
{
  margin-top: 60px;
  margin-bottom: 50px;
}

#resources #upcoming-courses #upcoming-courses-items
{
  display: flex;
  flex-flow: row wrap;
}

#resources #upcoming-courses #upcoming-courses-items .g-news-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
}

#resources #upcoming-courses #upcoming-courses-items .g-news-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#resources #upcoming-courses #upcoming-courses-items .g-news-item:last-child
{
  margin-right: 0;
}

#resources #upcoming-courses #upcoming-courses-items .g-news-item:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#resources #emerging
{
  background: #4b4f54;
  padding: 2.5rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#resources #emerging #emerging-image
{
  margin-right: 30px;
  width: 50%;
}

#resources #emerging #emerging-image img
{
  width: 100%;
}

#resources #emerging #emerging-content
{
  width: 50%;
  color: #fff;
  padding-top: 40px;
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
  line-height: 1.4375rem;
}

#resources #emerging #emerging-content #emerging-title
{
  font-family: "trajan";
  font-size: 1.875rem;
  color: #fff;
  letter-spacing: 0.125rem;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#resources #emerging #emerging-content #emerging-text
{
  margin-bottom: 40px;
}

#resources #emerging #emerging-content #emerging-list p
{
  margin-bottom: 20px;
}

#resources #emerging #emerging-content #emerging-list ul {
  margin-left: 0;
}

#resources #emerging #emerging-content #emerging-list ul li
{
  margin: 0 0 0.625rem 0.625rem;
  position: relative;
  padding-left: 20px;
  list-style: none;
}

#resources #emerging #emerging-content #emerging-list ul li::after
{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

#resources #emerging #emerging-content #emerging-list ul li a
{
  margin-bottom: 10px;
  color: #fff;
  text-decoration: underline;
}

#resources #emerging #emerging-content #emerging-list ul li a:hover
{
  text-decoration: none;
}

#resources #job-board, #index #job-board
{
  background: url('resources/professionalbg2.jpg');
  background-size: cover;
  padding: 2.5rem 5% 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#job-board-text {
  display: block;
  width: 100%;
  text-align:center;
  margin-bottom: 20px;
}

#resources #job-board #job-board-text .g-title, #index #job-board #job-board-text .g-title
{
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.05rem;
}

#resources #job-board #job-board-text p, #index #job-board #job-board-text p
{
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  color: #fff;
  padding: 15px 0;
  font-style: italic;
}

#resources #job-board #job-form,
#index #job-board #job-form
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#resources #job-board #job-form .job-item-select, #index #job-board #job-form .job-item-select
{
  border: 1px solid rgba(119, 123, 128, .3);
  background: #fff;
  width: 270px;
  height: 49px;
  line-height: 3.0625rem;
  padding: 0 1.5625rem;
  position: relative;
}

#resources #job-board #job-form .job-item-select:hover::after, #index #job-board #job-form .job-item-select:hover::after
{
  border-color: #9099a5 transparent transparent;
}

#resources #job-board #job-form .job-item-select::after, #index #job-board #job-form .job-item-select::after
{
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #777b80 transparent transparent;
}

#resources #job-board #job-form .job-item-select select, #index #job-board #job-form .job-item-select select
{
  border: none;
  background: none;
  width: 100%;
  font-family: "montserrat";
  font-size: 0.875rem;
  color: #777b80;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

#resources #job-board #job-form .job-item-select select::ms-expand, #index #job-board #job-form .job-item-select select::ms-expand
{
  display: none;
}

#resources #job-board #job-form .job-item, #index #job-board #job-form .job-item
{
  margin-left: 30px;
}

#resources #job-board #job-form .job-item input[type="text"], #index #job-board #job-form .job-item input[type="text"]
{
  border: 1px solid rgba(119, 123, 128, .3);
  background: #fff;
  width: 270px;
  height: 49px;
  font-family: "montserrat";
  font-size: 0.875rem;
  color: #777b80;
  line-height: 3.0625rem;
  padding: 0 1.5625rem;
}

#resources #scholarship
{
  margin: 3.75rem 5% 6.25rem;
}

#chapters
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 110px;
}

#chapters.header-pin #zipcode
{
  top: 60px;
}

#chapters #map
{
  width: 100%;
  height: calc(100vh - 110px);
  top: 0;
  right: 0;
  z-index: 2;
  background-size: cover;
  position: fixed;
}

#chapters #sidebar
{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  height: calc(100vh - 110px);
  overflow: scroll;
}

#chapters #sidebar::-webkit-scrollbar {
       -webkit-appearance: none;
       background: #fff;
       width: 7px;
   }
#chapters #sidebar::-webkit-scrollbar-thumb {
       border-radius: 4px;
       background-color: rgba(0,0,0,.5);
       -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
   }

#chapters #sidebar #zipcode
{
  padding: 0.8125rem 0;
  padding-left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4b4f54;
  position: fixed;
  width: 100%;
}

#chapters #sidebar #zipcode button
{
  background: url('resources/copper.svg');
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  display: block;
  background-size: cover;
  margin-left: 20px;
}

#chapters #sidebar #zipcode input[type="text"]
{
  width: 227px;
  border-radius: 3px;
}

#chapters #sidebar #items
{
  padding: 2rem 1rem 0 3.75rem;
  margin: 2.5rem 1.25rem 0 0;
}

#chapters #sidebar #items .chapters-item
{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
}

#chapters #sidebar #items .chapters-item .chapters-item-title
{
  font-size: 1.4375rem;
  color: #666;
  margin-bottom: 10px;
}

#chapters #sidebar #items .chapters-item .chapters-item-text
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  color: #777b80;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}

#chapters #sidebar #items .chapters-item .chapters-item-more a
{
  font-family: "montserrat";
  font-size: 0.9375rem;
  font-weight: 700;
  color: #c88b66;
  text-transform: uppercase;
}

#chapters #sidebar #items .chapters-item .chapters-item-more a:hover
{
  color: #b77b56;
  text-decoration: underline;
}

#chapter-detail #featured
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#chapter-detail .g-hero
{
  padding-bottom: 34.2%;
}

#chapter-detail #chapter-content
{
  border-right: 1px solid #eee;
  width: 100%;
  margin: 3.75rem 0 0;
  padding: 0 2.0625rem 5rem 5.625rem;
}

#chapter-detail #chapter-content h1
{
  font-size: 1.875rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#chapter-detail #chapter-content p
{
  color: #4b4f54;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  margin: 0 0 2.5rem;
}

#chapter-detail #chapter-content .subtitle
{
  font-style: italic;
  line-height: 1.25rem;
  margin: 0 0 2.5rem;
}

#chapter-detail #chapter-content p.tags
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 0.8125rem;
  color: #abb5af;
}

#chapter-detail #chapter-content p.tags a:hover
{
  color: #c88b66;
}

#chapter-detail #chapter-content article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#chapter-detail #chapter-content article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#chapter-detail #chapter-content article:last-child
{
  margin-right: 0;
}

#chapter-detail #chapter-content article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#chapter-detail #chapter-content article .title
{
  font-size: 1.4375rem;
}

#chapter-detail #chapter-content article .title:hover
{
  color: #999;
}

#chapter-detail #chapter-content article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#chapter-detail aside
{
  min-width: 456px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  padding: 3.125rem 6.25rem 2rem 0;
}

#chapter-detail aside .author
{
  padding: 0 0 1.25rem 6.25rem;
  margin: 0 0 1.25rem;
}

#chapter-detail aside .author p
{
  color: #abb5af;
  font-family: "montserrat";
  letter-spacing: 0.03125rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

#chapter-detail #social-links
{
  text-align: left;
  display: block;
  padding: 0 0 0 6.25rem;
  margin: 0 0 0.9375rem;
}

#chapter-detail #social-links > a
{
  display: inline-block;
  color: white;
  border: 1px solid #abb5af;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  margin: 0 0.3125rem;
  text-align: center;
}

#chapter-detail #social-links > a:hover
{
  background-color: #abb5af;
}

#chapter-detail #social-links > a:hover > i
{
  color: white;
}

#chapter-detail #social-links > a > i
{
  font-size: 1.5625rem;
  color: #abb5af;
}

#chapter-detail aside article
{
  margin: 0 0 1.25rem;
}

#chapter-detail aside .event
{
  margin: 0 0 1.25rem;
}

#chapter-detail aside h2
{
  padding: 0 0 0 6.25rem;
  margin: 0 0 2.5rem;
}

#chapter-detail aside h2 a
{
  display: inline-block;
  position: relative;
}

#chapter-detail aside h2 a::after
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  text-rendering: auto;
  position: absolute;
  right: -70px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#chapter-detail aside h2 a:hover
{
  color: #9b694b;
}

#chapter-detail aside h2 a:hover::after
{
  right: -80px;
}

#chapter-detail aside .padding
{
  padding: 0 0 0 6.25rem;
}

#chapter-detail aside h3.date
{
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.125rem;
  color: transparent;
  background-color: #bbb;
  text-shadow: 0 1px 3px rgba(245, 245, 245, 1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0 0.5rem;
}

#chapter-detail aside .title
{
  display: block;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  color: #666;
  letter-spacing: 0.03125rem;
  margin: 0;
}

#chapter-detail aside .title:hover
{
  color: #999;
}

#chapter-detail aside .time
{
  text-transform: none;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#chapter-detail aside .location
{
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #777b80;
}

#chapter-detail aside .register
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#chapter-detail aside .register:hover
{
  color: #9b694b;
}

#chapter-detail #our-mission
{
  background-color: #23272b;
  text-align: center;
  padding: 2.5rem;
  color: white;
}

#chapter-detail #our-mission h2
{
  color: white;
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

#chapter-detail #our-mission h3
{
  font-family: "gentium";
  font-style: italic;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.125rem;
  padding: 0 0 0.625rem;
  margin: 0;
}

#chapter-detail #our-mission #mission
{
  font-family: "trajan";
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #c88b66;
}

#chapter-detail #our-mission .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#chapter-detail #our-mission article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  max-width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
  width: calc(99.9% * 1/3 - (3% - 3% * 1/3));
}

#chapter-detail #our-mission article:nth-child(1n)
{
  margin-right: 3%;
  margin-left: 0;
}

#chapter-detail #our-mission article:last-child
{
  margin-right: 0;
}

#chapter-detail #our-mission article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#chapter-detail #our-mission p
{
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  font-family: "montserrat";
  font-weight: 300;
}

#chapter-detail #our-mission a
{
  display: block;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: #c88b66;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04688rem;
}

#chapter-detail #our-mission a:hover
{
  color: #9b694b;
}

#chapter-detail #stories
{
  width: 100%;
  padding: 3.75rem 5.625rem;
}

#chapter-detail #stories article
{
  position: relative;
}

#chapter-detail #stories article .category
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
}

#chapter-detail #stories article .title
{
  font-size: 1.4375rem;
}

#chapter-detail #stories article .title:hover
{
  color: #999;
}

#chapter-detail #stories article .date
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  color: #abb5af;
  margin: 1.25rem 0 1.875rem;
}

#chapter-detail #stories .first
{
  margin: 0 0 1.875rem;
}

#chapter-detail #stories .first article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  position: relative;
}

#chapter-detail #stories .first article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#chapter-detail #stories .first article:last-child
{
  margin-right: 0;
}

#chapter-detail #stories .first article:nth-child(2n)
{
  margin-right: 0;
  margin-left: auto;
}

#chapter-detail #stories .second article
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  position: relative;
}

#chapter-detail #stories .second article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#chapter-detail #stories .second article:last-child
{
  margin-right: 0;
}

#chapter-detail #stories .second article:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#chapter-detail #drawing-tour
{
  width: 100%;
  height: 0;
  padding-bottom: 37.174%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}

#chapter-detail #drawing-tour > img
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#chapter-detail #drawing-tour .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
}

#chapter-detail #drawing-tour .text-block
{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  text-align: center;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 1130px;
}

#chapter-detail #drawing-tour .subtitle
{
  font-family: "gentium";
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 0 0 0.9375rem;
}

#chapter-detail #drawing-tour .title
{
  color: white;
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  margin: 0;
}

#chapter-detail #drawing-tour .date
{
  text-transform: uppercase;
  font-family: "gentium";
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-weight: 700;
  padding: 0.3125rem 0 0;
}

#chapter-detail #drawing-tour .row
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

#chapter-detail #drawing-tour .row a
{
  display: inline-block;
  margin: 0 1.5625rem;
}

#chapter-detail #drawing-tour .row a:hover
{
  background-color: #a6653d;
  border-color: #a6653d;
  color: white;
}

#chapter-detail #instagram
{
  text-align: center;
  padding: 2.5rem 0 5rem;
}

#chapter-detail #instagram::before
{
  font: normal normal normal 2.5rem/1 FontAwesome;
  display: block;
  content: "\f16d";
  text-rendering: auto;
  color: #c88b66;
  position: relative;
  margin: 0 0 1.0625rem;
}

#chapter-detail #instagram h2
{
  margin: 0 0 1.375rem;
}

#chapter-detail #instagram .instafeed-image
{
  width: 267px;
  height: 267px;
  padding: 0.3125rem;
  position: relative;
}

#chapter-detail #instagram .instafeed-image img
{
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

#chapter-detail #instagram .instafeed-image .likes
{
  color: white;
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 17px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 0.8125rem;
  text-shadow: 0 1px 2px #333;
}

#chapter-detail #instagram .instafeed-image .likes::before
{
  font: normal normal normal 0.875rem/1 FontAwesome;
  display: inline-block;
  content: "\f004";
  text-rendering: auto;
  color: white;
  position: relative;
  margin: 0 0.25rem;
}

#chapter-detail #find-job
{
  width: 100%;
  background-color: #f4f7f6;
  padding: 2.5rem 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#chapter-detail #find-job .wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#chapter-detail #find-job .col
{
  display: inline-block;
  margin: 0 0.9375rem;
  text-align: left;
}

#chapter-detail #find-job .col.first
{
  width: 320px;
  margin: 0 3.75rem 0 0;
}

#chapter-detail #find-job .explore
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
  max-width: 320px;
}

#chapter-detail #find-job input
{
  padding: 0.875rem 1.875rem;
  font-family: "montserrat";
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-width: 267px;
}

#chapter-detail #find-job .g-btn
{
  width: 100%;
  min-width: 170px;
}

#chapter-detail #sponsors
{
  text-align: center;
  padding: 5rem 2.5rem 0;
}

#chapter-detail #sponsors h3
{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.08313rem;
  color: #c88b66;
  margin: 0 0 0.625rem;
}

#chapter-detail #sponsors h3 span
{
  display: block;
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.06688rem;
}

#chapter-detail #sponsors p
{
  font-family: "gentium";
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04188rem;
  color: #a3a3a3;
}

#chapter-detail #sponsors .row
{
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#chapter-detail #sponsors .col
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

#chapter-detail #sponsors .col:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#chapter-detail #sponsors .col:last-child
{
  margin-right: 0;
}

#chapter-detail #sponsors .col:nth-child(4n)
{
  margin-right: 0;
  margin-left: auto;
}

#chapter-detail #sponsors .col .img-wrap
{
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
}

#chapter-detail .slide
{
  margin: 2.5rem 3.125rem;
  padding: 0 0 2.5rem;
  position: relative;
}

#chapter-detail .slide p
{
  bottom: -50px;
  min-height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: white;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
}

#chapter-detail .slide img
{
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

#chapter-detail #chapter-info a
{
  font-family: "montserrat";
  text-transform: uppercase;
  color: #c88b66;
  font-weight: 600;
  font-size: 1.0625rem;
  display: block;
  margin: 0 0 1.25rem;
  letter-spacing: 0.03125rem;
}

#chapter-detail #chapter-info a:hover
{
  color: #b77b56;
}

#chapter-detail #chapter-info a::before
{
  content: '';
  position: relative;
  width: 38px;
  height: 30px;
  display: inline-block;
  margin: 0 0.9375rem 0 0;
  vertical-align: middle;
  background-size: contain;
}

#chapter-detail #chapter-info a#site::before
{
  background: url("") no-repeat;
  background-position: center;
}

#chapter-detail #chapter-info a#email::before
{
  background: url("") no-repeat;
  background-position: center;
}

#chapter-detail #chapter-info a#phone::before
{
  background: url("") no-repeat;
  background-position: center;
}

#chapter-detail #upcoming-programs .g-btn
{
  margin-top: 40px;
  margin-bottom: 40px;
}

#chapter-detail #chapter-newsletter
{
  position: relative;
}

#chapter-detail #chapter-newsletter::after
{
  font-family: FontAwesome;
  font-size: 2rem;
  content: '\f105';
  position: absolute;
  right: 3px;
  top: 75px;
  width: 20px;
  height: 20px;
  color: #e0e0e0;
  display: none;
}

#chapter-detail #chapter-newsletter input
{
  font-size: 0.875rem;
  width: 100%;
  padding: 0.9375rem;
  border: 1px solid #d6d7d9;
  margin: 0.625rem 0 0;
  letter-spacing: 0.03125rem;
  position: relative;
}

.chapter-separator {
  display: block;
  margin-bottom: 60px;
}

#chapter-detail #chapter-news
{
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 3.75rem;
}

#chapter-detail #upcoming-events
{
  padding: 2.5rem 0 1.25rem;
  margin: 0 0 3.75rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

#chapter-detail #upcoming-events h2 {
  margin-bottom: 1rem;
}

#chapter-detail #upcoming-events .art-wrap
{
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#chapter-detail #upcoming-events .art-wrap .left
{
  width: 166px;
  text-align: center;
}

#chapter-detail #upcoming-events .art-wrap img
{
  width: auto;
  height: 100%;
  max-height: 175px;
  display: inline-block;
  margin-left: -5%;
}

#chapter-detail #upcoming-events .art-wrap .center
{
  position: relative;
  text-align: left;
  padding: 0 0.9375rem 0 1.875rem;
  width: 100%;
}

#chapter-detail #upcoming-events .art-wrap .center .category
{
  position: absolute;
  left: 30px;
  bottom: 15px;
}

#chapter-detail #upcoming-events .art-wrap .right
{
  margin: 0.625rem 0;
  padding: 0.3125rem 1.875rem;
  border-left: 1px solid #eaeaea;
}

#chapter-detail #upcoming-events .art-wrap .right .g-btn
{
  padding-left: 30px;
  padding-right: 30px;
  margin: 1.875rem 0 0;
}

#chapter-detail #upcoming-events article
{
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
  max-width: calc(99.9% * 1 - (30px - 30px * 1));
  width: calc(99.9% * 1 - (30px - 30px * 1));
  margin: 0 0 2.5rem;
}

#chapter-detail #upcoming-events article:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#chapter-detail #upcoming-events article:last-child
{
  margin-right: 0;
}

#chapter-detail #upcoming-events article .category
{
  display: block;
  font-family: "montserrat";
  color: #abb5af;
  font-size: 0.8125rem;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  padding: 0;
}

#chapter-detail #upcoming-events article .title
{
  font-size: 1.4375rem;
  display: inline-block;
  padding-top: 15px;
}

#chapter-detail #upcoming-events article .title:hover
{
  color: #999;
}

#chapter-detail #upcoming-events article .time
{
  display: block;
  font-family: "montserrat";
  color: #777b80;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0.4375rem 0 0;
}

#chapter-detail #upcoming-events article .date
{
  display: block;
  font-family: "montserrat";
  color: #777b80;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  font-weight: 300;
  margin: 0.4375rem 0 0;
  text-transform: none;
}

#chapter-detail #chapter-awards
{
  padding: 0 0 2.5rem;
  margin: 0 0 2.5rem;
  border-bottom: 1px solid #eaeaea;
}

#chapter-detail #chapter-awards .date
{
  margin: 0 !important;
}

#chapter-detail #chapter-awards p
{
  margin: 0 !important;
}

#chapter-detail #chapter-awards .title
{
  display: block;
  font-size: 1.5rem !important;
  margin: 0.625rem 0 1.5rem !important;
}

#special-collections
{
  position: relative;
}

#special-collections .masonry-popup
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  padding-bottom: 50px;
  display: none;
}

#special-collections .masonry-popup.is-active
{
  display: block;
}

#special-collections .masonry-popup .masonry-close
{
  background: url('resources/close.svg') no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999999;
  display: block;
}

#special-collections .masonry-popup .masonry-close:hover
{
  opacity: 0.8;
}

#special-collections .masonry-popup .masonry-popup-header
{
  background: #23272b;
  padding: 15px;
  text-align: center;
  height:50%;
  width:100%;
  line-height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

#special-collections .masonry-popup .masonry-popup-header img
{
  width: auto;
  max-height:100%;
  max-width:100%;
  display: inline-block;
  -webkit-box-shadow: 5px 5px 34px rgba(0, 0, 0, .5);
          box-shadow: 5px 5px 34px rgba(0, 0, 0, .5);
}

#special-collections .masonry-popup .masonry-popup-content
{
  margin: 3.75rem 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-left
{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-left .g-title
{
  margin-bottom: 5px;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-left .masonry-popup-category
{
  font-size: 1.0625rem;
  font-style: italic;
  color: #4b4f54;
  letter-spacing: 0.0325rem;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-left .masonry-popup-text
{
  margin-top: 40px;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-left .masonry-popup-text p
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
  color: #666;
  margin-bottom: 15px;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-right
{
  border-left: 1px solid rgba(151, 151, 151, .2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  padding-left: 60px;
  font-family: "montserrat";
  font-size: 0.875rem;
  padding-bottom: 50px;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-right .masonry-popup-box
{
  margin-bottom: 20px;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-right .masonry-popup-box h4
{
  font-family: "montserrat";
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #4b4f54;
  margin-bottom: 5px;
}

#special-collections .masonry-popup .masonry-popup-content .masonry-popup-right .masonry-popup-box p
{
  font-weight: 300;
  color: #777b80;
}

#special-collections .g-slider
{
  background: #23272b;
  padding: 2.5rem 0;
}

#special-collections .g-slider img
{
  height: auto;
}

#special-collections .g-slider .g-slider-item
{
  opacity: 0.6;
  padding-bottom: 0;
}

#special-collections .g-slider .g-slider-item.slick-current
{
  opacity: 1;
}

#special-collections #container
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem 5% 3rem;
}

#special-collections #container .grid-sizer, #special-collections #container .masonry-item {
  width: 32.5%;
  margin-bottom: 5px;
  cursor: pointer;
}

#special-collections #container #content
{
  width: 100%;
}

#special-collections #container .g-book-aside
{
  background: none;
  padding: 0;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  min-width: 220px;
  margin-right: 20px;
}

#archive #table
{
  margin-top: 60px;
}

#resource-library .g-library-content
{
  padding-bottom: 100px;
}

#resource-library .g-table thead th
{
  background: #4b4f54;
  color: #abb5af;
  border-bottom: none;
}

#resource-library #table
{
  display: none;
}

#resource-library #table.is-active
{
  display: block;
}

#resource-library #grid
{
  margin: 1.875rem;
  display: none;
}

#resource-library #grid.is-active
{
  display: flex;
  flex-flow: row wrap;
}

#resource-library #grid .grid-item
{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  font-family: "montserrat";
  margin-bottom: 30px;
}

#resource-library #grid .grid-item:nth-child(1n)
{
  margin-right: 30px;
  margin-left: 0;
}

#resource-library #grid .grid-item:last-child
{
  margin-right: 0;
}

#resource-library #grid .grid-item:nth-child(3n)
{
  margin-right: 0;
  margin-left: auto;
}

#resource-library #grid .grid-item .grid-item-type
{
  background: rgba(119, 123, 128, .06);
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

#resource-library #grid .grid-item .grid-item-type span
{
  background: url('resources/type-text-big.svg') no-repeat;
  width: 80px;
  height: 80px;
  background-size: cover;
}

#resource-library #grid .grid-item .grid-item-type span.grid-item-type-zip
{
  background-image: url('resources/type-zip-big.svg');
}

#resource-library #grid .grid-item .grid-item-type span.grid-item-type-html
{
  background-image: url('resources/type-html-big.svg');
}

#resource-library #grid .grid-item .grid-item-type span.grid-item-type-image
{
  background-image: url('resources/type-image-big.svg');
}

#resource-library #grid .grid-item .grid-item-type span.grid-item-type-audio
{
  background-image: url('resources/type-audio-big.svg');
}

#resource-library #grid .grid-item .grid-item-type span.grid-item-type-video
{
  background-image: url('resources/type-video-big.svg');
}

#resource-library #grid .grid-item .grid-item-category
{
  font-size: 0.8125rem;
  color: #abb5af;
  letter-spacing: 0.0325rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#resource-library #grid .grid-item .grid-item-title
{
  color: #777b80;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

#scholarship-details
{
  padding-top: 10px;
}

#scholarship-details .g-page-left .text p
{
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
}

#scholarship-details .g-page-left h3
{
  font-family: "gentium";
  margin-bottom: 10px;
}

#scholarship-details #deadline p
{
  font-size: 1.0625rem;
  font-style: italic;
  font-family: "gentium";
  color: #4b4f54;
  line-height: 1.25rem;
  letter-spacing: 0.0325rem;
}

#scholarship-details #faq .g-title,
    #scholarship-details #faq .g-faq-text
{
  text-align: left;
}

#scholarship-details #faq .g-collapse
{
  max-width: 100%;
  margin: 0;
}

#scholarship-details #essential
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(151, 151, 151, .2);
  border-bottom: 1px solid rgba(151, 151, 151, .2);
  padding: 1.25rem 6.25rem 1.25rem 0;
  margin-bottom: 40px;
}

#scholarship-details #essential #essential-left
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}

#scholarship-details #essential #essential-left .essential-item
{
  text-align: center;
  color: #4b4f54;
  margin-right: 30px;
}

#scholarship-details #essential #essential-left .essential-item .essential-title
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 15px;
}

#scholarship-details #essential #essential-left .essential-item .essential-nums
{
  font-family: "trajan";
  font-size: 3rem;
  letter-spacing: 0.125rem;
}

#scholarship-details #essential #essential-right
{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#scholarship-details #essential #essential-right a
{
  margin-bottom: 10px;
}

#scholarship-details #essential #essential-right a:last-child
{
  margin-bottom: 0;
}

#job-board #job-list .job-item
{
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(151, 151, 151, .3);
  padding-bottom: 15px;
}

#job-board #job-list .job-item .job-item-title
{
  margin-bottom: 5px;
}

#job-board #job-list .job-item .job-item-title a
{
  text-transform: capitalize;
  font-family: "trajan";
  font-size: 1.875rem;
  color: #c88b66;
  border: none;
}

#job-board #job-list .job-item .job-item-title a:hover
{
  color: #b77b56;
}

#job-board #job-list .job-item .job-item-company,
      #job-board #job-list .job-item .job-item-date
{
  color: #abb5af;
  font-family: "montserrat";
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0.0325rem;
}

#job-board #job-list .job-item .job-item-company span {
  color: #666;
}


#job-board #job-list .job-item .job-item-desc
{
  font-size: 1.0625rem;
  letter-spacing: 0.0325rem;
  line-height: 1.4375rem;
  color: #666;
  margin-bottom: 20px;
}

#job-board #job-list .job-item .job-item-date
{
  margin-bottom: 0;
}

#job-board #see-more
{
  text-align: center;
}

#job-board #see-more a
{
  width: 166px;
}

#compendium .g-wrap
{
  background: rgba(119, 123, 128, .06);
  margin: 0 0 -6.25rem;
  padding: 3.75rem 5% 6.25rem;
}

#job-description
{
  padding-top: 5px;
}

#job-description #logo-company
{
  margin-bottom: 35px;
}

#job-description .g-page-left .g-title
{
  margin-bottom: 5px;
}

#job-description #company
{
  color: #4b4f54;
  font-size: 1.0625rem;
  font-style: italic;
  margin-bottom: 20px;
}

#job-description #date
{
  font-size: 0.8125rem;
  font-family: "montserrat";
  color: #abb5af;
  letter-spacing: 0.03125rem;
  margin-bottom: 35px;
}

#job-description #content
{
  color: #666;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0325rem;
}

#job-description #content h3
{
  font-family: "gentium";
  font-weight: 700;
  letter-spacing: 0.0325rem;
}

#job-description #apply-now a
{
  padding: 0.875rem 1.875rem;
}

@media (min-width: 56.25em) 
{
  #index #stories
  { 
    padding-bottom: 6rem !important;
  }

  #index #featured-courses.has-highlight
  {
    padding-bottom: 35rem !important;
  }

  .g-person
  {
    margin-top: 148px;
  }

  .g-person .g-person-section-left
  {
    padding-top: 90px;
  }

  .highlight-class
  {
    display: none !important;
  }

  .highlight-panel
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 30%;
    height: calc(100% - 48px);
    top: 0;
    right: 0;
    background: #23272b;
    z-index: 2;
    margin: 24px 24px 0;
    padding: 32px 32px 24px;
    color: white;
    text-align: left;
  }

  .highlight-panel .category
  {
    padding-top: 0;
  }

  .highlight-panel .author
  {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  .highlight-icon-wrapper
  {
    text-align: left;
    width: 100%;
  }

  .highlight-icon-video
  {
    content: "";
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 44px;
    height: 44px;
    background: url("") no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
  }

  .highlight-icon-slideshow
  {
    content: "";
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 44px;
    height: 44px;
    background: url("") no-repeat;
    background-size: 100% 100%;
  }

  #index #stories
  {
    padding-top: 3.75rem;
  }

  #index #stories.has-highlight
  {
    padding-top: 0 !important;
  }

  .highlight-article
  {
    margin-bottom: 20px;
    margin-top: -40%;
  }

  .highlight-article .video::before
  {
    left: 50%;
    top: 45%;
    bottom: auto;
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    transform: translateY(-45%);
    -webkit-transform: translateY(-40%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .highlight-article .slideshow::before
  {
    left: 50%;
    top: 45%;
    bottom: auto;
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    transform: translateY(-45%);
    -webkit-transform: translateY(-40%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@media (min-width: 75em)
{
  .professional-subnav
  {
    top: 110px !important;
  }

  .professional-subnav.active
  {
    top: 60px !important;
  }
}

@media (min-width: 112.5em) 
{
  #index #our-mission #mission, #index #our-mission
  {
    padding-left: 5%;
    padding-right: 5%;
  }

  .missioncol p
  {
    max-width: 512px;
    margin: 0 auto;
  }

  #index #featured-courses.has-highlight
  {
    padding-bottom: 45rem !important;
  }

  .g-banner-image
  {
  padding: 0 8%;
  }

  article .slideshow::before
  {
    width: 55px;
    height: 55px;
    bottom: 25px;
    left: 25px;
  }

  article .video::before
  {
    width: 55px;
    height: 55px;
    bottom: 25px;
    left: 25px;
  }

  #g-search-input
  {
    padding: 0 5%;
  }

  header
  {
    padding: 0 5%;
  }

  .professional-subnav
  {
    padding: 0 5%;
  }

  header nav #quick-links > a
  {
    padding: 0.25rem 1.75rem;
  }

  header nav #top-menu > li
  {
    margin: 0 0.5rem;
  }

  footer
  {
    padding: 2.1875rem 5%;
  }

  footer #container #right .menu
  {
    margin: 0 10%;
  }

  footer #container #right .menu li a
  {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .g-hero .g-acronym
  {
    right: 17%;
  }

  .g-hero .g-text-left
  {
    padding: 2.5rem 2.5rem 2.1875rem 5.625rem;
  }

  aside
  {
    width: 1200px;
  }

  .g-book-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/5 - (30px - 30px * 1/5));
    max-width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
    width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
  }

  .g-book-item:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  .g-book-item:last-child
  {
    margin-right: 0;
  }

  .g-book-item:nth-child(5n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  .g-book-aside
  {
    padding: 2.5rem 1.25rem 0 5.625rem;
  }

  #index #featured-courses
  {
    padding: 3.125rem 2.0625rem 5rem 8%;
  }

  #index #stories
  {
    padding: 3.75rem 8%;
  }

  #education .g-subhero
  {
    padding: 1.875rem 8%;
  }

  #education #featured-courses
  {
    padding: 3.125rem 8% 5rem;
  }

  #education #different-ways
  {
    padding: 3.125rem 8% 5rem;
  }

  #education #certificate
  {
    padding: 3.125rem 8% 5rem;
  }

  #education #stories
  {
    padding: 3.75rem 8%;
  }

  #continuing-education #article-content,
  #summer-studio #article-content,
  #professional-intensives #article-content,
  #workshops #article-content,
  #drawing-tours #article-content,
  #new-heights #article-content,
  #certificate-classical-architecture #article-content,
  #national-curriculum-conference #article-content
  {
    margin: 3.75rem 0 0;
    padding: 0 2.0625rem 5rem 8%;
  }

  #continuing-education aside,
  #summer-studio aside,
  #professional-intensives aside,
  #workshops aside,
  #drawing-tours aside,
  #new-heights aside,
  #certificate-classical-architecture aside,
  #national-curriculum-conference aside
  {
    width: 1200px;
  }

  #continuing-education #stories,
  #summer-studio #stories,
  #professional-intensives #stories,
  #workshops #stories,
  #drawing-tours #stories,
  #new-heights #stories,
  #certificate-classical-architecture #stories,
  #national-curriculum-conference #stories
  {
    padding: 3.75rem 8%;
  }

  #articles #featured-courses
  {
    padding: 3.125rem 8% 1.875rem;
  }

  #articles aside
  {
    width: 1200px;
  }

  #articles #stories
  {
    padding: 3.75rem 8%;
  }

  #articles-category #featured-courses
  {
    padding: 3.125rem 8% 1.875rem;
  }

  #articles-category aside
  {
    width: 1200px;
  }

  #articles-category #stories
  {
    padding: 3.75rem 8%;
  }

  #article-story #article-content
  {
    margin: 3.75rem 0 0;
    padding: 0 2.0625rem 5rem 8%;
  }

  #article-story aside
  {
    width: 1200px;
  }

  #article-story #stories
  {
    padding: 3.75rem 8%;
  }

  #article-slideshow #article-content
  {
    margin: 3.75rem 0 0;
    padding: 0 2.0625rem 5rem 8%;
  }

  #article-slideshow aside
  {
    width: 1200px;
  }

  #article-slideshow #stories
  {
    padding: 3.75rem 8%;
  }

  #article-video #article-content
  {
    margin: 3.75rem 0 0;
    padding: 0 2.0625rem 5rem 8%;
  }

  #article-video aside
  {
    width: 1200px;
  }

  #article-video #stories
  {
    padding: 3.75rem 8%;
  }

  #calendar #featured-courses
  {
    padding: 3.125rem 2.0625rem 5rem 8%;
  }

  #calendar aside
  {
    width: 1200px;
  }

  #event #featured-courses
  {
    padding: 3.125rem 2.0625rem 5rem 8%;
  }

  #event #scholarships,
  #event #whatyoulearn
  {
    padding: 0 40% 1.25rem 0;
  }

  #event .g-sponsors
  {
    padding: 3.75rem 40% 5rem 8%;
  }

  #event .rich-text
  {
    padding: 0 2.0625rem 2rem 8%;
  }

  #event #featured .rich-text
  {
    margin: 3.75rem 0 0;
  }

  #event aside
  {
    width: 1200px;
  }

  #event #featured-speakers
  {
    padding: 3.75rem 25rem 5rem 8%;
  }

  #event #student-work
  {
    padding: 3.75rem 25rem 5rem 8%;
  }

  #event #fees-dates
  {
    padding: 1.5rem 40% 0 8%;
  }

  #event #video-photo
  {
    padding: 3.75rem 30rem 5rem 8%;
  }

  #event #other-events
  {
    padding: 3.75rem 40% 5rem 8%;
  }

  #event #faq
  {
    padding: 3.75rem 40% 5rem 8%;
  }

  #travel #featured-courses
  {
    padding: 3.125rem 8% 5rem;
  }

  #travel #city-maps
  {
    padding: 3.75rem 8%;
  }

  #about .g-subhero
  {
    padding: 1.875rem 8%;
  }

  #about #featured-courses
  {
    padding: 3.125rem 8%;
  }

  #about #different-ways
  {
    padding: 3.125rem 8% 5rem;
  }

  #about #certificate
  {
    padding: 3.125rem 8% 5rem;
  }

  #about #stories
  {
    padding: 3.75rem 8%;
  }

  #about .intro
  {
    padding: 3.125rem 8% 1rem;
  }

  #about #history
  {
    padding: 2.5rem 8%;
  }

  #about hr.padding
  {
    margin: 0 8%;
  }

  #about #contact
  {
    padding: 3.125rem 8%;
  }

  #chapter-detail #chapter-content
  {
    margin: 3.75rem 0 0;
    padding: 0 2.0625rem 5rem 8%;
  }

  #chapter-detail aside
  {
    width: 1200px;
  }

  #chapter-detail #stories
  {
    padding: 3.75rem 8%;
  }

  #calendar .g-hero
  {
    padding-bottom: 10% !important;
  }
}

@media (max-width: 75em) 
{
  .g-banner-image
  {
    padding: 0 3.75rem;
  }

  article .slideshow::before
  {
    width: 12%;
    height: 26%;
    max-width: 44px;
    max-height: 44px;
    bottom: 7%;
    left: 5%;
  }

  article .calendar::before
  {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    max-width: 44px;
    max-height: 44px;
    bottom: 7%;
    left: 5%;
  }

  article .video::before
  {
    width: 12%;
    height: 26%;
    max-width: 44px;
    max-height: 44px;
    bottom: 7%;
    left: 5%;
  }

  body
  {
    margin: 6.25rem 0 0;
  }

  #g-search-input
  {
    padding: 0 1.25rem;
    height: 100px;
  }

  #g-search-input input
  {
    font-size: 1.625rem;
  }

  header
  {
    padding: 0 1.25rem;
    height: 100px;
  }

  .professional-subnav
  {
    padding: 0 1.25rem;
  }

  header.shifted
  {
    top: 100px;
  }

  header nav #quick-links > a
  {
    font-size: 0.6875rem;
  }

  header nav #top-menu > li
  {
    margin: 0;
  }

  header nav #top-menu > li > a
  {
    margin: 0;
    font-size: 0.75rem;
    padding: 0.625rem 0.4375rem;
  }

  header nav #top-menu > li > ul
  {
    top: 43px;
    left: 0;
  }

  header nav #top-menu > li > ul > li > a
  {
    padding: 0.5rem 0.8125rem 0.625rem;
  }

  header #membership
  {
    width: 130px;
  }

  header #membership > a
  {
    font-size: 0.75rem;
  }

  footer #container #right
  {
    width: 40%;
  }

  .g-hero .g-acronym
  {
    right: 30px;
    font-size: 6.25rem;
  }

  .g-hero .g-text-left
  {
    padding: 1.875rem 1.875rem 1.5625rem;
  }

  aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  aside .margin
  {
    margin: 0 0 0 3.75rem;
  }

  .g-drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  .g-drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  .g-drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  .g-find-job
  {
    padding: 2.5rem 3.75rem;
  }

  .g-book-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }

  .g-book-item:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  .g-book-item:last-child
  {
    margin-right: 0;
  }

  .g-book-item:nth-child(3n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  .g-book-item .g-book-item-thumbnail
  {
    padding: 1.25rem;
  }

  .g-book-aside
  {
    width: 280px;
    min-width: 280px;
  }

  .g-book-featured .g-book-featured-item .g-book-featured-item-title
  {
    font-size: 0.9375rem;
  }

  .g-banner
  {
    height: auto;
    padding: 0.25rem 0;
  }

  .g-banner-image .g-banner-image-cta .g-btn
  {
    font-size: 0.75rem;	
    margin: 1.25rem 0 0;
    padding: 0.625rem 0.9375rem;
    right: 0;
    bottom: 0;
  }

  .g-banner-video .g-banner-video-wrap .g-banner-video-close
  {
    right: 0;
  }

  .g-slider .g-slider-item
  {
    margin: 0 1.875rem;
  }

  #index #featured-courses
  {
    padding: 3.125rem 2.0625rem 5rem 3.75rem;
  }

  #index #stories
  {
    padding: 3.75rem;
  }

  #education .g-hero .author
  {
    font-size: 1rem;
    line-height: 1.125rem;
    margin: 0.9375rem 0 0;
  }

  #education .g-hero .author span
  {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    padding: 0.125rem 0 0 0.9375rem;
  }

  #education .g-subhero
  {
    padding: 1.875rem 3.75rem;
  }

  #education #featured-courses
  {
    padding: 3.125rem 3.75rem 5rem;
  }

  #education #different-ways
  {
    padding: 3.125rem 3.75rem 5rem;
  }

  #education #certificate
  {
    padding: 3.125rem 3.75rem;
  }

  #education #stories
  {
    padding: 3.75rem;
  }

  #education #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #education #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #education #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #education #find-job
  {
    padding: 2.5rem 3.75rem;
  }

  #continuing-education #article-content,
  #summer-studio #article-content,
  #professional-intensives #article-content,
  #workshops #article-content,
  #drawing-tours #article-content,
  #new-heights #article-content,
  #certificate-classical-architecture #article-content,
  #national-curriculum-conference #article-content
  {
    margin: 3.125rem 0 0;
    padding: 0 2.0625rem 5rem 3.75rem;
  }

  #continuing-education aside,
  #summer-studio aside,
  #professional-intensives aside,
  #workshops aside,
  #drawing-tours aside,
  #new-heights aside,
  #certificate-classical-architecture aside,
  #national-curriculum-conference aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #continuing-education aside h2,
  #summer-studio aside h2,
  #professional-intensives aside h2,
  #workshops aside h2,
  #drawing-tours aside h2,
  #new-heights aside h2,
  #certificate-classical-architecture aside h2,
  #national-curriculum-conference aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #continuing-education aside > .g-btn,
  #summer-studio aside > .g-btn,
  #professional-intensives aside > .g-btn,
  #workshops aside > .g-btn,
  #drawing-tours aside > .g-btn,
  #new-heights aside > .g-btn,
  #certificate-classical-architecture aside > .g-btn,
  #national-curriculum-conference aside > .g-btn
  {
    margin: 0 0 2.5rem 3.75rem;
  }

  #continuing-education aside .padding,
  #summer-studio aside .padding,
  #professional-intensives aside .padding,
  #workshops aside .padding,
  #drawing-tours aside .padding,
  #new-heights aside .padding,
  #certificate-classical-architecture aside .padding,
  #national-curriculum-conference aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #continuing-education #stories,
  #summer-studio #stories,
  #professional-intensives #stories,
  #workshops #stories,
  #drawing-tours #stories,
  #new-heights #stories,
  #certificate-classical-architecture #stories,
  #national-curriculum-conference #stories
  {
    padding: 3.75rem;
  }

  #continuing-education #drawing-tour .subtitle,
  #summer-studio #drawing-tour .subtitle,
  #professional-intensives #drawing-tour .subtitle,
  #workshops #drawing-tour .subtitle,
  #drawing-tours #drawing-tour .subtitle,
  #new-heights #drawing-tour .subtitle,
  #certificate-classical-architecture #drawing-tour .subtitle,
  #national-curriculum-conference #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #continuing-education #drawing-tour .title,
  #summer-studio #drawing-tour .title,
  #professional-intensives #drawing-tour .title,
  #workshops #drawing-tour .title,
  #drawing-tours #drawing-tour .title,
  #new-heights #drawing-tour .title,
  #certificate-classical-architecture #drawing-tour .title,
  #national-curriculum-conference #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #continuing-education #drawing-tour .date,
  #summer-studio #drawing-tour .date,
  #professional-intensives #drawing-tour .date,
  #workshops #drawing-tour .date,
  #drawing-tours #drawing-tour .date,
  #new-heights #drawing-tour .date,
  #certificate-classical-architecture #drawing-tour .date,
  #national-curriculum-conference #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #continuing-education #find-job,
  #summer-studio #find-job,
  #professional-intensives #find-job,
  #workshops #find-job,
  #drawing-tours #find-job,
  #new-heights #find-job,
  #certificate-classical-architecture #find-job,
  #national-curriculum-conference #find-job
  {
    padding: 2.5rem 3.75rem;
  }

  #articles #featured-courses
  {
    padding: 3.125rem 3.75rem 1.875rem;
  }

  #articles aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #articles aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #articles aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #articles #stories
  {
    padding: 3.75rem;
  }

  #articles #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #articles #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #articles #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #articles #looking-for
  {
    padding: 2.5rem 3.75rem;
  }

  #articles-category #featured-courses
  {
    padding: 3.125rem 3.75rem 1.875rem;
  }

  #articles-category aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #articles-category aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #articles-category aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #articles-category #stories
  {
    padding: 3.75rem;
  }

  #articles-category #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #articles-category #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #articles-category #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #articles-category #looking-for
  {
    padding: 2.5rem 3.75rem;
  }

  #article-story #article-content
  {
    margin: 3.125rem 0 0;
    padding: 0 2.0625rem 5rem 3.75rem;
  }

  #article-story aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #article-story aside .author
  {
    padding: 0 0 0 3.75rem;
  }

  #article-story #social-links
  {
    padding: 0 0 0 3.75rem;
  }

  #article-story aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #article-story aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #article-story #stories
  {
    padding: 3.75rem;
  }

  #article-story #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #article-story #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #article-story #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #article-story #find-job
  {
    padding: 2.5rem 3.75rem;
  }

  #article-slideshow #article-content
  {
    margin: 3.125rem 0 0;
    padding: 0 2.0625rem 5rem 3.75rem;
  }

  #article-slideshow aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #article-slideshow aside .author
  {
    padding: 0 0 0 3.75rem;
  }

  #article-slideshow #social-links
  {
    padding: 0 0 0 3.75rem;
  }

  #article-slideshow aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #article-slideshow aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #article-slideshow #stories
  {
    padding: 3.75rem;
  }

  #article-slideshow #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #article-slideshow #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #article-slideshow #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #article-slideshow #find-job
  {
    padding: 2.5rem 3.75rem;
  }

  .full-slider .slide img
  {
    max-height: 400px;
  }

  #article-video #article-content
  {
    margin: 3.125rem 0 0;
    padding: 0 2.0625rem 5rem 3.75rem;
  }

  #article-video aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #article-video aside .author
  {
    padding: 0 0 0 3.75rem;
  }

  #article-video #social-links
  {
    padding: 0 0 0 3.75rem;
  }

  #article-video aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #article-video aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #article-video #stories
  {
    padding: 3.75rem;
  }

  #article-video #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #article-video #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #article-video #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #article-video #find-job
  {
    padding: 2.5rem 3.75rem;
  }

  #article-video .slide img
  {
    max-height: 400px;
  }

  #calendar #featured-courses
  {
    padding: 3.125rem 2.0625rem 5rem 3.75rem;
  }

  #calendar aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #calendar aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #calendar aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #event #featured-courses
  {
    padding: 3.125rem 2.0625rem 5rem 3.75rem;
  }

  #event #scholarships,
  #event #whatyoulearn
  {
    padding: 0 25.625rem 1.25rem 0;
  }

  #event .g-sponsors
  {
    padding: 3.125rem 25.625rem 5rem 3.75rem;
  }

  #event .rich-text
  {
    padding: 0 2.0625rem 1.5rem 3.75rem;
  }

  #event #featured .rich-text
  {
    margin: 3.125rem 0 0;
  }

  #event aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #event aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #event aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #event #featured-speakers
  {
    padding: 3.125rem 25rem 5rem 3.75rem;
  }

  #event #student-work
  {
    padding: 3.125rem 25rem 5rem 3.75rem;
  }

  #event #fees-dates
  {
    padding: 1.5rem 25.625rem 0 3.75rem;
  }

  #event #video-photo
  {
    padding: 3.125rem 30rem 5rem 3.75rem;
  }

  #event #other-events
  {
    padding: 3.125rem 25.625rem 5rem 3.75rem;
  }

  #event #faq
  {
    padding: 3.125rem 25.625rem 5rem 3.75rem;
  }

  #travel #featured-courses
  {
    padding: 3.125rem 3.75rem 5rem;
  }

  #travel #city-maps
  {
    padding: 3.75rem;
  }

  #travel #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #travel #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #travel #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #book-series #right #hero
  {
    background-position: 50% 0;
    padding: 1.875rem 1.875rem 1.875rem;
  }

  #directory #list .list-section .list-items .list-item
  {
    letter-spacing: normal;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    float: none;
    text-align: left;
    vertical-align: bottom; /* align row's columns top or baseline */
    box-sizing: border-box;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    font-family: "montserrat";
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #777b80;
    width: 30%;
  }

  #honors #hero #hero-title
  {
    font-size: 2.25rem;
  }

  #about .g-hero .author
  {
    font-size: 1rem;
    line-height: 1.125rem;
    margin: 0.9375rem 0 0;
  }

  #about .g-hero .author span
  {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    padding: 0.125rem 0 0 0.9375rem;
  }

  #about .g-subhero
  {
    padding: 1.875rem 3.75rem;
  }

  #about #featured-courses
  {
    padding: 3.125rem 3.75rem;
  }

  #about #different-ways
  {
    padding: 3.125rem 3.75rem 5rem;
  }

  #about #certificate
  {
    padding: 3.125rem 3.75rem 5rem;
  }

  #about #stories
  {
    padding: 3.75rem;
  }

  #about #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #about #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #about #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #about #find-job
  {
    padding: 2.5rem 3.75rem;
  }

  #about .intro
  {
    padding: 3.125rem 3.75rem 1rem;
  }

  #about #history
  {
    padding: 2.5rem 3.75rem;
  }

  #about hr.padding
  {
    margin: 0 3.75rem;
  }

  #about #contact
  {
    padding: 3.125rem 3.75rem;
  }

  #chapter-detail #chapter-content
  {
    margin: 3.125rem 0 0;
    padding: 0 2.0625rem 5rem 3.75rem;
  }

  #chapter-detail aside
  {
    min-width: 350px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #chapter-detail aside .author
  {
    padding: 0 0 0 3.75rem;
  }

  #chapter-detail #social-links
  {
    padding: 0 0 0 3.75rem;
  }

  #chapter-detail aside h2
  {
    padding: 0 0 0 3.75rem;
  }

  #chapter-detail aside .padding
  {
    padding: 0 0 0 3.75rem;
  }

  #chapter-detail #stories
  {
    padding: 3.75rem;
  }

  #chapter-detail #drawing-tour .subtitle
  {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }

  #chapter-detail #drawing-tour .title
  {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }

  #chapter-detail #drawing-tour .date
  {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  #chapter-detail #find-job
  {
    padding: 2.5rem 3.75rem;
  }

  #chapter-detail .slide img
  {
    max-height: 400px;
  }
}

@media (max-width: 56.25em) 
{
  #directory-low
  {
  margin: 3.75rem 5% 0;
  }

  .professional-subnav 
  {
    display: none !important;
  }

  .highlight-panel
  {
    display: none;
  }

  body
  {
    margin: 3.75rem 0 0;
  }

  #g-search-input
  {
    top: -200px;
    height: auto;
    padding: 0 0.9375rem;
    background-color: #4b4f54;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #g-search-input input
  {
    font-size: 1.375rem;
    background-color: transparent;
    border-bottom: 2px solid #65696e;
    padding: 0.5rem 0 0.9375rem;
    border-radius: 0;
    color: white;
  }

  #g-search-input #g-search-wrap label
  {
    display: block;
  }

  #g-search-input #g-search-wrap
  {
    margin: 1.25rem 0 0;
    padding: 1.875rem 0 0.9375rem;
  }

  #g-search-input #g-search-go
  {
    top: auto;
    right: 0;
    bottom: 30px;
    -webkit-transform: none;
            transform: none;
    color: #5c5f60;
    padding-left: 5px;
  }

  #g-search-input #g-search-go i
  {
    font-size: 1.25rem;
  }

  #g-search-input .g-search-close.close-icon
  {
    display: none;
  }

  #g-search-input .g-search-close.close-text
  {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
  }

  header
  {
    height: 60px;
    padding: 0 1.25rem;
  }

  .professional-subnav
  {
    padding: 0 1.25rem;
  }

  header.shifted
  {
    top: 0;
  }

  header .mobile-menu
  {
    display: block;
  }

  header #logo
  {
    max-width: 87px;
    height: 45px;
  }

  header nav
  {
    position: fixed;
    z-index: 5;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4b4f54;
    width: 100%;
    height: 100%;
    padding: 0 0.9375rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  header nav #quick-links
  {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0.3125rem 0;
  }

  header nav #quick-links > a:hover,
        header nav #quick-links > a.active
  {
    color: white;
  }

  header nav #quick-links > a
  {
    color: white;
    display: block;
    border: none;
    border-bottom: 1px solid #5a5d61;
    padding: 0.6875rem 0;
    font-family: "gentium";
    text-transform: none;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
  }

  header nav #quick-links > a.show-mobile
  {
    display: block;
  }

  header nav #quick-links > a.hide-mobile
  {
    display: none;
  }

  header nav #quick-links .spacer
  {
    display: block;
  }

  header nav #top-menu
  {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  header nav #top-menu > li
  {
    display: block;
    width: 100%;
  }

  header nav #top-menu > li.has-sub > a
  {
    cursor: pointer;
  }

  header nav #top-menu > li.has-sub > a::after
  {
    position: absolute;
    top: 6px;
    right: 0;
    display: inline-block;
    font: normal normal normal 0.875rem/1 FontAwesome;
    font-size: 1.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  header nav #top-menu > li.rotate > a::after
  {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  header nav #top-menu > li > a
  {
    color: white;
    width: 100%;
    border-bottom: 1px solid #5a5d61;
    padding: 0.6875rem 0;
    font-family: "gentium";
    text-transform: none;
    font-size: 1.1875rem;
    font-weight: 400;
    letter-spacing: 0.0325rem;
  }

  header nav #top-menu > li > a:hover
  {
    color: white;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #5a5d61;
    border-left: 1px solid transparent;
  }

  header nav #top-menu > li:hover > a
  {
    background-color: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #5a5d61;
    border-left: 1px solid transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  header nav #top-menu > li:hover > ul
  {
    visibility: hidden;
    opacity: 0;
    position: relative;
    max-height: 0;
  }

  header nav #top-menu > li > ul
  {
    visibility: hidden;
    opacity: 0;
    position: relative;
    max-height: 0;
    top: 0;
    left: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }

  header nav #top-menu > li > ul.expanded
  {
    max-height: 1000px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  header nav #top-menu > li > ul > li > a
  {
    white-space: normal;
    color: #ddd;
  }

  header nav #top-menu > li > ul > li > a:hover
  {
    color: #9fa2a6;
    background-color: transparent;
  }

  header #mobile-footer
  {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    z-index: 5;
    bottom: -200px;
    left: 0;
    right: 0;
  }

  header #mobile-social
  {
    display: block;
  }

  header #membership .g-btn
  {
    padding: 0.625rem;
  }

  header #membership
  {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    background: white;
    text-align: center;
    padding: 0.9375rem;
  }

  header #membership > a:first-child
  {
    margin: 0;
  }

  header #membership > a
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (15px - 15px * 1/2));
    max-width: calc(99.9% * 1/2 - (15px - 15px * 1/2));
    width: calc(99.9% * 1/2 - (15px - 15px * 1/2));
  }

  header #membership > a:nth-child(1n)
  {
    margin-right: 15px;
    margin-left: 0;
  }

  header #membership > a:last-child
  {
    margin-right: 0;
  }

  header #membership > a:nth-child(2n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  header #g-search-icon
  {
    display: block;
  }

  footer #container #left
  {
    width: 100%;
    text-align: center;
  }

  footer #container #right
  {
    display: none;
  }

  footer #sign-up
  {
    display: none;
  }

  .g-hero .g-acronym
  {
    right: 20px;
    font-size: 10vw;
  }

  .g-hero .g-text-left
  {
    display: none;
  }

  .g-hero .g-text-center h1
  {
    font-size: 1.5rem;
    line-height: 1.5625rem;
  }

  .g-hero .g-text-center .subtitle
  {
    font-size: 1.125rem;
  }

  .g-drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .g-drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .g-drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  .g-drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  .g-drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  .g-instagram .slick-arrow
  {
    display: none !important;
  }

  .g-find-job
  {
    padding: 1.25rem 1.875rem;
  }

  .g-sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  .g-sponsors h3
  {
    margin: 0;
  }

  .g-sponsors .img-wrap
  {
    padding: 0 0.9375rem;
  }

  .g-book-desc .g-book-desc-thumbnail
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
    margin-bottom: 40px;
  }

  .g-book-desc .g-book-desc-thumbnail:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  .g-book-desc .g-book-desc-thumbnail:last-child
  {
    margin-right: 0;
  }

  .g-book-desc .g-book-desc-thumbnail:nth-child(NaNn)
  {
    margin-right: 0;
    margin-left: auto;
  }

  .g-book-desc .g-book-desc-content
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
    padding-right: 0;
  }

  .g-book-desc .g-book-desc-content:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  .g-book-desc .g-book-desc-content:last-child
  {
    margin-right: 0;
  }

  .g-book-desc .g-book-desc-content:nth-child(NaNn)
  {
    margin-right: 0;
    margin-left: auto;
  }

  .g-book-aside
  {
    display: none;
  }

  .g-book-search
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .g-book-search .g-book-search-filter
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  #student .g-page,
  #general-purchasing .g-page
  {
    margin-top: 120px;
  }

  #directory-low
  {
    padding-top: 15px;
  }

  .g-awards .g-award-items .g-award-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    margin-bottom: 30px;
  }

  .g-awards .g-award-items .g-award-item:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  .g-awards .g-award-items .g-award-item:last-child
  {
    margin-right: 0;
  }

  .g-awards .g-award-items .g-award-item:nth-child(2n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  .g-banner-image .g-banner-image-cta .g-btn
  {
    padding: 0.10rem;
  }

  .g-slider .g-slider-item img
  {
    height: auto;
  }

  #index #featured-courses
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #index #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #index #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #education .g-subhero
  {
    padding: 1.875rem;
  }

  #education #featured-courses
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #education #different-ways
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #education #certificate
  {
    padding: 3.125rem 1.875rem;
  }

  #education #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #education #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #education #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #education #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #education #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #education #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #education #instagram .slick-arrow
  {
    display: none !important;
  }

  #education #find-job
  {
    padding: 1.25rem 1.875rem;
  }

  #education #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #education #sponsors h3
  {
    margin: 0;
  }

  #education #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #continuing-education #article-content,
  #summer-studio #article-content,
  #professional-intensives #article-content,
  #workshops #article-content,
  #drawing-tours #article-content,
  #new-heights #article-content,
  #certificate-classical-architecture #article-content,
  #national-curriculum-conference #article-content
  {
    margin: 2.5rem 0 0;
    padding: 0 1.875rem 5rem;
  }

  #continuing-education aside,
  #summer-studio aside,
  #professional-intensives aside,
  #workshops aside,
  #drawing-tours aside,
  #new-heights aside,
  #certificate-classical-architecture aside,
  #national-curriculum-conference aside
  {
    display: none;
  }

  #continuing-education #our-mission #mission,
  #summer-studio #our-mission #mission,
  #professional-intensives #our-mission #mission,
  #workshops #our-mission #mission,
  #drawing-tours #our-mission #mission,
  #new-heights #our-mission #mission,
  #certificate-classical-architecture #our-mission #mission,
  #national-curriculum-conference #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #continuing-education #stories,
  #summer-studio #stories,
  #professional-intensives #stories,
  #workshops #stories,
  #drawing-tours #stories,
  #new-heights #stories,
  #certificate-classical-architecture #stories,
  #national-curriculum-conference #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #continuing-education #drawing-tour .subtitle,
  #summer-studio #drawing-tour .subtitle,
  #professional-intensives #drawing-tour .subtitle,
  #workshops #drawing-tour .subtitle,
  #drawing-tours #drawing-tour .subtitle,
  #new-heights #drawing-tour .subtitle,
  #certificate-classical-architecture #drawing-tour .subtitle,
  #national-curriculum-conference #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #continuing-education #drawing-tour .title,
  #summer-studio #drawing-tour .title,
  #professional-intensives #drawing-tour .title,
  #workshops #drawing-tour .title,
  #drawing-tours #drawing-tour .title,
  #new-heights #drawing-tour .title,
  #certificate-classical-architecture #drawing-tour .title,
  #national-curriculum-conference #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #continuing-education #drawing-tour .date,
  #summer-studio #drawing-tour .date,
  #professional-intensives #drawing-tour .date,
  #workshops #drawing-tour .date,
  #drawing-tours #drawing-tour .date,
  #new-heights #drawing-tour .date,
  #certificate-classical-architecture #drawing-tour .date,
  #national-curriculum-conference #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #continuing-education #drawing-tour .row,
  #summer-studio #drawing-tour .row,
  #professional-intensives #drawing-tour .row,
  #workshops #drawing-tour .row,
  #drawing-tours #drawing-tour .row,
  #new-heights #drawing-tour .row,
  #certificate-classical-architecture #drawing-tour .row,
  #national-curriculum-conference #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #continuing-education #drawing-tour .row a,
  #summer-studio #drawing-tour .row a,
  #professional-intensives #drawing-tour .row a,
  #workshops #drawing-tour .row a,
  #drawing-tours #drawing-tour .row a,
  #new-heights #drawing-tour .row a,
  #certificate-classical-architecture #drawing-tour .row a,
  #national-curriculum-conference #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #continuing-education #instagram .slick-arrow,
  #summer-studio #instagram .slick-arrow,
  #professional-intensives #instagram .slick-arrow,
  #workshops #instagram .slick-arrow,
  #drawing-tours #instagram .slick-arrow,
  #new-heights #instagram .slick-arrow,
  #certificate-classical-architecture #instagram .slick-arrow,
  #national-curriculum-conference #instagram .slick-arrow
  {
    display: none !important;
  }

  #continuing-education #find-job,
  #summer-studio #find-job,
  #professional-intensives #find-job,
  #workshops #find-job,
  #drawing-tours #find-job,
  #new-heights #find-job,
  #certificate-classical-architecture #find-job,
  #national-curriculum-conference #find-job
  {
    padding: 1.25rem 1.875rem;
  }

  #continuing-education #sponsors,
  #summer-studio #sponsors,
  #professional-intensives #sponsors,
  #workshops #sponsors,
  #drawing-tours #sponsors,
  #new-heights #sponsors,
  #certificate-classical-architecture #sponsors,
  #national-curriculum-conference #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #continuing-education #sponsors h3,
  #summer-studio #sponsors h3,
  #professional-intensives #sponsors h3,
  #workshops #sponsors h3,
  #drawing-tours #sponsors h3,
  #new-heights #sponsors h3,
  #certificate-classical-architecture #sponsors h3,
  #national-curriculum-conference #sponsors h3
  {
    margin: 0;
  }

  #continuing-education #sponsors .col .img-wrap,
  #summer-studio #sponsors .col .img-wrap,
  #professional-intensives #sponsors .col .img-wrap,
  #workshops #sponsors .col .img-wrap,
  #drawing-tours #sponsors .col .img-wrap,
  #new-heights #sponsors .col .img-wrap,
  #certificate-classical-architecture #sponsors .col .img-wrap,
  #national-curriculum-conference #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #articles #featured-courses
  {
    padding: 3.125rem 1.875rem 1.875rem;
  }

  #articles aside
  {
    display: none;
  }

  #articles #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #articles #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #articles #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #articles #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #articles #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #articles #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #articles #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #articles #looking-for
  {
    padding: 1.25rem 1.875rem;
  }

  #articles #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #articles #sponsors h3
  {
    margin: 0;
  }

  #articles #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #articles-category #featured-courses
  {
    padding: 3.125rem 1.875rem 1.875rem;
  }

  #articles-category aside
  {
    display: none;
  }

  #articles-category #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #articles-category #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #articles-category #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #articles-category #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #articles-category #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #articles-category #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #articles-category #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #articles-category #looking-for
  {
    padding: 1.25rem 1.875rem;
  }

  #articles-category #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #articles-category #sponsors h3
  {
    margin: 0;
  }

  #articles-category #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #article-story #article-content
  {
    margin: 2.5rem 0 0;
    padding: 0 1.875rem 5rem;
  }

  #article-story aside
  {
    display: none;
  }

  #article-story #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #article-story #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #article-story #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #article-story #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #article-story #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #article-story #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #article-story #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #article-story #instagram .slick-arrow
  {
    display: none !important;
  }

  #article-story #find-job
  {
    padding: 1.25rem 1.875rem;
  }

  #article-story #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #article-story #sponsors h3
  {
    margin: 0;
  }

  #article-story #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #article-slideshow #article-content
  {
    margin: 2.5rem 0 0;
    padding: 0 1.875rem 5rem;
  }

  #article-slideshow aside
  {
    display: none;
  }

  #article-slideshow #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #article-slideshow #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #article-slideshow #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #article-slideshow #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #article-slideshow #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #article-slideshow #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #article-slideshow #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #article-slideshow #instagram .slick-arrow
  {
    display: none !important;
  }

  #article-slideshow #find-job
  {
    padding: 1.25rem 1.875rem;
  }

  #article-slideshow #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #article-slideshow #sponsors h3
  {
    margin: 0;
  }

  #article-slideshow #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  .full-slider .slide
  {
    margin: 2.5rem 1.875rem;
  }

  .full-slider .slide p
  {
    font-size: 0.875rem;
  }

  #article-video #article-content
  {
    margin: 2.5rem 0 0;
    padding: 0 1.875rem 5rem;
  }

  #article-video aside
  {
    display: none;
  }

  #article-video #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #article-video #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #article-video #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #article-video #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #article-video #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #article-video #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #article-video #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #article-video #instagram .slick-arrow
  {
    display: none !important;
  }

  #article-video #find-job
  {
    padding: 1.25rem 1.875rem;
  }

  #article-video #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #article-video #sponsors h3
  {
    margin: 0;
  }

  #article-video #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #article-video .slide
  {
    margin: 2.5rem 1.875rem;
  }

  #article-video .slide p
  {
    font-size: 0.875rem;
  }

  #calendar #featured-courses
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #calendar aside
  {
    display: none;
  }

  #event #featured-courses
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #event #scholarships,
  #event #whatyoulearn
  {
    padding: 0 1.875rem 1.25rem;
  }

  #event .g-sponsors
  {
    padding: 2.5rem 1.875rem 5rem;
  }

  #event #hero-deadlines
  {
    position: relative;
    width: 400px;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

  #event .rich-text
  {
    padding: 0 1.875rem;
  }

  #event #featured .rich-text
  {
    margin: 2.5rem 0 1rem;
  }

  #event aside
  {
    display: none;
  }

  #event #featured-speakers
  {
    padding: 2.5rem 1.875rem 5rem;
  }

  #event #student-work
  {
    padding: 2.5rem 1.875rem 5rem;
  }

  #event #fees-dates
  {
    padding: 1.5rem 1.875rem 0;
  }

  #event #video-photo
  {
    padding: 2.5rem 1.875rem 5rem;
  }

  #event #other-events
  {
    padding: 2.5rem 1.875rem 5rem;
  }

  #event #faq
  {
    padding: 2.5rem 1.875rem 5rem;
  }

  #travel #featured-courses
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #travel #featured-courses h2
  {
    float: none;
  }

  #travel #featured-courses #location-switcher
  {
    display: block;
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  #travel #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #travel #city-maps
  {
    padding: 3.75rem 1.875rem;
  }

  #travel #city-maps article
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #travel #city-maps article:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  #travel #city-maps article:last-child
  {
    margin-right: 0;
  }

  #travel #city-maps article:nth-child(2n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #travel #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #travel #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #travel #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #travel #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #travel #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #travel #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #travel #sponsors h3
  {
    margin: 0;
  }

  #travel #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #books #right #featured
  {
    background: none;
    padding: 0;
    display: block;
    height: auto;
  }

  #books #right #featured #featured-text h2
  {
    color: #c88b66;
    font-size: 1.25rem;
    letter-spacing: 0.0325rem;
    border-bottom: 1px solid rgba(151, 151, 151, .3);
    padding-bottom: 10px;
    line-height: normal;
    margin-bottom: 25px;
  }

  #books #right #featured #featured-text p
  {
    display: none;
  }

  #books #right #featured #featured-more
  {
    display: block;
  }

  #books #right #featured #featured-more a
  {
    color: #c88b66;
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: "montserrat";
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
  }

  #books #right #featured #featured-items
  {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  #books #right #featured #featured-items .featured-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(151, 151, 151, .3);
  }

  #books #right #featured #featured-items .featured-item:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  #books #right #featured #featured-items .featured-item:last-child
  {
    margin-right: 0;
  }

  #books #right #featured #featured-items .featured-item:nth-child(NaNn)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #books #right #featured #featured-items .featured-item:last-child
  {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #books #right #featured #featured-items .featured-item img
  {
    width: 150px;
  }

  #books #right #featured #featured-items .featured-item .featured-item-content
  {
    display: block;
    margin-left: 30px;
  }

  #book-series #right .g-book-desc
  {
    display: block;
  }

  #book-series #right #hero #hero-desc #hero-submit
  {
    margin-top: 40px;
  }

  #directory #list .list-section .list-items .list-item
  {
    letter-spacing: normal;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    float: none;
    text-align: left;
    vertical-align: bottom; /* align row's columns top or baseline */
    box-sizing: border-box;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    font-family: "montserrat";
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #777b80;
    width: 45%;
  }

  #honors #hero
  {
    padding: 3.125rem;
  }

  #honors #awards-posters
  {
    width: 100%;
  }

  #honors #awards-posters .awards-poster .awards-poster-cover
  {
    padding: 0.9375rem 1.25rem;
    width: 80%;
  }

  #honors #awards-posters .awards-poster .awards-poster-cover .awards-poster-title
  {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  #honors #awards-posters .awards-poster .awards-poster-cover .awards-poster-content
  {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }

  #honors #hero-deadlines
  {
    position: relative;
    width: 400px;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

  #honors .awards-list.column-2
  {
    width: 100%;
  }

  #submit-entry #submit-entry-image
  {
    width: 70%;
  }

  #submit-entry #submit-entry-image img
  {
    width: 100%;
  }

  #award-details #hero #hero-cover #hero-title
  {
    font-size: 1.625rem;
    letter-spacing: 0.09375rem;
  }

  #award-details #hero #hero-cover #hero-presented
  {
    margin-bottom: 20px;
  }

  #award-details #overview #overview-box
  {
    margin: 0;
  }

  #award-details #category #category-items .category-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }

  #award-details #category #category-items .category-item:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  #award-details #category #category-items .category-item:last-child
  {
    margin-right: 0;
  }

  #award-details #category #category-items .category-item:nth-child(3n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #award-details #winners .winners-items .winner-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }

  #award-details #winners .winners-items .winner-item:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  #award-details #winners .winners-items .winner-item:last-child
  {
    margin-right: 0;
  }

  #award-details #winners .winners-items .winner-item:nth-child(3n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #award-details #content #content-box
  {
    margin: 0;
  }

  #award-details .g-sponsor .g-sponsor-title
  {
    margin-bottom: 30px;
  }

  #award-details .g-sponsor .g-sponsor-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    margin-bottom: 30px;
  }

  #award-details .g-sponsor .g-sponsor-item:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  #award-details .g-sponsor .g-sponsor-item:last-child
  {
    margin-right: 0;
  }

  #award-details .g-sponsor .g-sponsor-item:nth-child(2n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #about .g-subhero
  {
    padding: 1.875rem;
  }

  #about #featured-courses
  {
    padding: 3.125rem 1.875rem;
  }

  #about #different-ways
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #about #certificate
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #about #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #about #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #about #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #about #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #about #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #about #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #about #instagram .slick-arrow
  {
    display: none !important;
  }

  #about #find-job
  {
    padding: 1.25rem 1.875rem;
  }

  #about #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #about #sponsors h3
  {
    margin: 0;
  }

  #about #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #about .intro
  {
    padding: 3.125rem 1.875rem;
  }

  #about #history
  {
    padding: 2.5rem 1.875rem;
  }

  #about hr.padding
  {
    margin: 0 1.875rem;
  }

  #about #contact
  {
    padding: 3.125rem 1.875rem;
  }

  #chapter-detail #chapter-content
  {
    margin: 2.5rem 0 0;
    padding: 0 1.875rem 5rem;
  }

  #chapter-detail #our-mission #mission
  {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  #chapter-detail #stories
  {
    padding: 3.75rem 1.875rem;
  }

  #chapter-detail #drawing-tour .subtitle
  {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #chapter-detail #drawing-tour .title
  {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  #chapter-detail #drawing-tour .date
  {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }

  #chapter-detail #drawing-tour .row
  {
    margin: 0.9375rem 0;
  }

  #chapter-detail #drawing-tour .row a
  {
    padding: 0.625rem 0.875rem;
    margin: 0 0.875rem;
  }

  #chapter-detail #instagram .slick-arrow
  {
    display: none !important;
  }

  #chapter-detail #find-job
  {
    padding: 1.25rem 1.875rem;
  }

  #chapter-detail #sponsors
  {
    padding: 2.5rem 1.875rem;
  }

  #chapter-detail #sponsors h3
  {
    margin: 0;
  }

  #chapter-detail #sponsors .col .img-wrap
  {
    padding: 0 0.9375rem;
  }

  #chapter-detail .slide
  {
    margin: 2.5rem 1.875rem;
  }

  #chapter-detail .slide p
  {
    font-size: 0.875rem;
  }
}

@media (max-width: 40em) 
{
  body
{
    margin: 3.125rem 0 0;
  }

  body.honors footer
{
    margin-top: 0;
  }

  #g-search-input input
{
    font-size: 1.125rem;
  }

  header
{
    height: 50px;
    padding: 0 0.9375rem;
  }

  .professional-subnav {
    padding: 0 0.9375rem;
  }

  header #logo
{
    max-width: 68px;
    height: 35px;
  }

  header nav
{
    top: 50px;
  }

  footer
{
    padding: 1.5625rem 5%;
  }

  footer #bottom
{
    margin-top: 25px;
  }

  footer #logo-footer
{
    width: 200px;
    height: 61px;
    margin: 0;
  }

  .g-hero .g-acronym
{
    right: 15px;
  }

  .g-drawing-tour
{
    padding-bottom: 100%;
  }

  .g-drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  .g-drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  .g-drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  .g-drawing-tour .title > span
{
    display: inline;
  }

  .g-drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  .g-drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  .g-drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  .g-instagram .instafeed-image
{
    width: 200px;
    height: 200px;
  }

  .g-instagram .instafeed-image .likes
{
    font-size: 0.75rem;
    bottom: 12px;
    left: 12px;
  }

  .g-instagram .instafeed-image .likes::before
{
    font-size: 0.8125rem;
  }

  .g-find-job
{
    display: none;
  }

  .g-sponsors
{
    padding: 2rem 0.9375rem;
  }

  .g-book-item
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
  }

  .g-book-item:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  .g-book-item:last-child
{
    margin-right: 0;
  }

  .g-book-item:nth-child(NaNn)
{
    margin-right: 0;
    margin-left: auto;
  }

  .g-book-featured .g-book-featured-item
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
    margin-bottom: 30px;
  }

  .g-book-featured .g-book-featured-item:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  .g-book-featured .g-book-featured-item:last-child
{
    margin-right: 0;
  }

  .g-book-featured .g-book-featured-item:nth-child(NaNn)
{
    margin-right: 0;
    margin-left: auto;
  }

  .g-book-featured .g-book-featured-item .g-book-featured-item-title
{
    font-size: 1.25rem;
  }

  .g-event
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .g-event .g-event-left
{
    margin: 0.3125rem 0.625rem;
    padding: 0;
  }

  .g-event .g-event-left .g-event-header .g-event-title
{
    font-size: 1.125rem;
  }

  .g-event .g-event-left .g-event-header .g-event-price
{
    font-size: 1.125rem;
  }

  .g-event .g-event-left .g-event-meta
{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .g-event .g-event-left .g-event-meta a
{
    text-decoration: underline;
  }

  .g-event .g-event-left .g-event-meta a:hover
{
    text-decoration: none;
  }

  .g-event .g-event-right .g-event-buttons .g-btn
{
    width: 100%;
    padding: 0.375rem 0;
  }

  .g-sponsor .g-sponsor-major .g-sponsor-item .g-sponsor-item-image
{
    height: 100px;
  }

  .g-sponsor .g-sponsor-major .g-sponsor-item img
{
    width: 100%;
  }

  .g-awards
{
    padding: 0;
  }

  .awards-list .g-awards {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .g-awards .g-award-header
{
    margin-bottom: 10px;
  }

  .g-awards .g-award-header .g-award-header-title
{
    font-size: 1.25rem;
    letter-spacing: 0.0325rem;
  }

  .g-awards .g-award-items
{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .g-awards .g-award-items.indent
{
    padding-bottom: 0;
  }

  .g-awards .g-award-items.column-2 .g-award-item
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
  }

  .g-awards .g-award-items.column-2 .g-award-item:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  .g-awards .g-award-items.column-2 .g-award-item:last-child
{
    margin-right: 0;
  }

  .g-awards .g-award-items.column-2 .g-award-item:nth-child(NaNn)
{
    margin-right: 0;
    margin-left: auto;
  }

  .g-awards .g-award-items .g-award-item
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
    border: 1px solid rgba(119, 123, 128, .3);
    padding: 1.25rem;
    margin-bottom: 10px;
  }

  .g-awards .g-award-items .g-award-item:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  .g-awards .g-award-items .g-award-item:last-child
{
    margin-right: 0;
  }

  .g-awards .g-award-items .g-award-item:nth-child(NaNn)
{
    margin-right: 0;
    margin-left: auto;
  }

  .g-awards .g-award-items .g-award-item .g-award-item-category
{
    font-size: 0.6875rem;
    margin-bottom: 7px;
  }

  .g-awards .g-award-items .g-award-item .g-award-item-title
{
    font-size: 0.9375rem;
    margin-bottom: 3px;
    letter-spacing: 0.03125rem;
  }

  .g-awards .g-award-items .g-award-item .g-award-item-text
{
    font-size: 0.8125rem;
    line-height: 1.1875rem;
    letter-spacing: 0.03125rem;
  }

  .g-award-item-view
{
    display: none;
  }

  .g-banner-video .g-banner-video-wrap .g-banner-cta
{
    display: block;
  }
  
  .g-banner-video .g-banner-video-wrap .g-banner-video-overlay
{
    display: none;
  }

  .g-slider .g-slider-item
{
    margin: 0 0.9375rem;
  }

  .g-half-col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  .g-half-col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  .g-half-col:last-child
{
    margin-right: 0;
  }

  .g-half-col:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  .g-third-col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  .g-third-col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  .g-third-col:last-child
{
    margin-right: 0;
  }

  .g-third-col:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  .g-fourth-col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  .g-fourth-col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  .g-fourth-col:last-child
{
    margin-right: 0;
  }

  .g-fourth-col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #index #featured-courses
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #index #featured-courses h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #index #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #index #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #index #our-mission article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1);
    max-width: calc(99.9% * 1);
    width: calc(99.9% * 1);
    margin: 0 0 3.125rem;
  }

  #index #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: 0;
  }

  #index #our-mission article:last-child
{
    margin-right: 0;
  }

  #index #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #index #our-mission article:last-child
{
    margin: 0;
  }

  #index #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #education .g-subhero
{
    padding: 1.875rem 0.9375rem;
  }

  #education #featured-courses
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #education #featured-courses h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #education #featured-courses .subtitle
{
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  #education #different-ways
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #education #different-ways .banners .text
{
    font-size: 5vw;
  }

  #education #certificate
{
    padding: 1.875rem 0.9375rem;
  }

  #education #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #education #drawing-tour
{
    padding-bottom: 100%;
  }

  #education #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #education #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #education #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #education #drawing-tour .title > span
{
    display: inline;
  }

  #education #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #education #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #education #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #education #instagram .instafeed-image
{
    width: 200px;
    height: 200px;
  }

  #education #instagram .instafeed-image .likes
{
    font-size: 0.75rem;
    bottom: 12px;
    left: 12px;
  }

  #education #instagram .instafeed-image .likes::before
{
    font-size: 0.8125rem;
  }

  #education #find-job
{
    display: none;
  }

  #education #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #education #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #education #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #education #sponsors .col:last-child
{
    margin-right: 0;
  }

  #education #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #continuing-education #article-content,
#summer-studio #article-content,
#professional-intensives #article-content,
#workshops #article-content,
#drawing-tours #article-content,
#new-heights #article-content,
#certificate-classical-architecture #article-content,
#national-curriculum-conference #article-content
{
    margin: 1.875rem 0 0;
    padding: 0 0.9375rem 3.75rem;
  }

  #continuing-education #article-content h1,
#summer-studio #article-content h1,
#professional-intensives #article-content h1,
#workshops #article-content h1,
#drawing-tours #article-content h1,
#new-heights #article-content h1,
#certificate-classical-architecture #article-content h1,
#national-curriculum-conference #article-content h1
{
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin: 0;
  }

  #continuing-education #article-content h3,
#summer-studio #article-content h3,
#professional-intensives #article-content h3,
#workshops #article-content h3,
#drawing-tours #article-content h3,
#new-heights #article-content h3,
#certificate-classical-architecture #article-content h3,
#national-curriculum-conference #article-content h3
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #continuing-education #our-mission,
#summer-studio #our-mission,
#professional-intensives #our-mission,
#workshops #our-mission,
#drawing-tours #our-mission,
#new-heights #our-mission,
#certificate-classical-architecture #our-mission,
#national-curriculum-conference #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #continuing-education #our-mission #mission,
#summer-studio #our-mission #mission,
#professional-intensives #our-mission #mission,
#workshops #our-mission #mission,
#drawing-tours #our-mission #mission,
#new-heights #our-mission #mission,
#certificate-classical-architecture #our-mission #mission,
#national-curriculum-conference #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #continuing-education #our-mission article,
#summer-studio #our-mission article,
#professional-intensives #our-mission article,
#workshops #our-mission article,
#drawing-tours #our-mission article,
#new-heights #our-mission article,
#certificate-classical-architecture #our-mission article,
#national-curriculum-conference #our-mission article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1);
    max-width: calc(99.9% * 1);
    width: calc(99.9% * 1);
    margin: 0 0 3.125rem;
  }

  #continuing-education #our-mission article:nth-child(1n),
#summer-studio #our-mission article:nth-child(1n),
#professional-intensives #our-mission article:nth-child(1n),
#workshops #our-mission article:nth-child(1n),
#drawing-tours #our-mission article:nth-child(1n),
#new-heights #our-mission article:nth-child(1n),
#certificate-classical-architecture #our-mission article:nth-child(1n),
#national-curriculum-conference #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: 0;
  }

  #continuing-education #our-mission article:last-child,
#summer-studio #our-mission article:last-child,
#professional-intensives #our-mission article:last-child,
#workshops #our-mission article:last-child,
#drawing-tours #our-mission article:last-child,
#new-heights #our-mission article:last-child,
#certificate-classical-architecture #our-mission article:last-child,
#national-curriculum-conference #our-mission article:last-child
{
    margin-right: 0;
  }

  #continuing-education #our-mission article:nth-child(1n),
#summer-studio #our-mission article:nth-child(1n),
#professional-intensives #our-mission article:nth-child(1n),
#workshops #our-mission article:nth-child(1n),
#drawing-tours #our-mission article:nth-child(1n),
#new-heights #our-mission article:nth-child(1n),
#certificate-classical-architecture #our-mission article:nth-child(1n),
#national-curriculum-conference #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #continuing-education #our-mission article:last-child,
#summer-studio #our-mission article:last-child,
#professional-intensives #our-mission article:last-child,
#workshops #our-mission article:last-child,
#drawing-tours #our-mission article:last-child,
#new-heights #our-mission article:last-child,
#certificate-classical-architecture #our-mission article:last-child,
#national-curriculum-conference #our-mission article:last-child
{
    margin: 0;
  }

  #continuing-education #stories,
#summer-studio #stories,
#professional-intensives #stories,
#workshops #stories,
#drawing-tours #stories,
#new-heights #stories,
#certificate-classical-architecture #stories,
#national-curriculum-conference #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #continuing-education #stories .first article,
#summer-studio #stories .first article,
#professional-intensives #stories .first article,
#workshops #stories .first article,
#drawing-tours #stories .first article,
#new-heights #stories .first article,
#certificate-classical-architecture #stories .first article,
#national-curriculum-conference #stories .first article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #continuing-education #stories .first article:nth-child(1n),
#summer-studio #stories .first article:nth-child(1n),
#professional-intensives #stories .first article:nth-child(1n),
#workshops #stories .first article:nth-child(1n),
#drawing-tours #stories .first article:nth-child(1n),
#new-heights #stories .first article:nth-child(1n),
#certificate-classical-architecture #stories .first article:nth-child(1n),
#national-curriculum-conference #stories .first article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #continuing-education #stories .first article:last-child,
#summer-studio #stories .first article:last-child,
#professional-intensives #stories .first article:last-child,
#workshops #stories .first article:last-child,
#drawing-tours #stories .first article:last-child,
#new-heights #stories .first article:last-child,
#certificate-classical-architecture #stories .first article:last-child,
#national-curriculum-conference #stories .first article:last-child
{
    margin-right: 0;
  }

  #continuing-education #stories .first article:nth-child(1n),
#summer-studio #stories .first article:nth-child(1n),
#professional-intensives #stories .first article:nth-child(1n),
#workshops #stories .first article:nth-child(1n),
#drawing-tours #stories .first article:nth-child(1n),
#new-heights #stories .first article:nth-child(1n),
#certificate-classical-architecture #stories .first article:nth-child(1n),
#national-curriculum-conference #stories .first article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #continuing-education #stories .second article,
#summer-studio #stories .second article,
#professional-intensives #stories .second article,
#workshops #stories .second article,
#drawing-tours #stories .second article,
#new-heights #stories .second article,
#certificate-classical-architecture #stories .second article,
#national-curriculum-conference #stories .second article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #continuing-education #stories .second article:nth-child(1n),
#summer-studio #stories .second article:nth-child(1n),
#professional-intensives #stories .second article:nth-child(1n),
#workshops #stories .second article:nth-child(1n),
#drawing-tours #stories .second article:nth-child(1n),
#new-heights #stories .second article:nth-child(1n),
#certificate-classical-architecture #stories .second article:nth-child(1n),
#national-curriculum-conference #stories .second article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #continuing-education #stories .second article:last-child,
#summer-studio #stories .second article:last-child,
#professional-intensives #stories .second article:last-child,
#workshops #stories .second article:last-child,
#drawing-tours #stories .second article:last-child,
#new-heights #stories .second article:last-child,
#certificate-classical-architecture #stories .second article:last-child,
#national-curriculum-conference #stories .second article:last-child
{
    margin-right: 0;
  }

  #continuing-education #stories .second article:nth-child(1n),
#summer-studio #stories .second article:nth-child(1n),
#professional-intensives #stories .second article:nth-child(1n),
#workshops #stories .second article:nth-child(1n),
#drawing-tours #stories .second article:nth-child(1n),
#new-heights #stories .second article:nth-child(1n),
#certificate-classical-architecture #stories .second article:nth-child(1n),
#national-curriculum-conference #stories .second article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #continuing-education #drawing-tour,
#summer-studio #drawing-tour,
#professional-intensives #drawing-tour,
#workshops #drawing-tour,
#drawing-tours #drawing-tour,
#new-heights #drawing-tour,
#certificate-classical-architecture #drawing-tour,
#national-curriculum-conference #drawing-tour
{
    padding-bottom: 100%;
  }

  #continuing-education #drawing-tour > img,
#summer-studio #drawing-tour > img,
#professional-intensives #drawing-tour > img,
#workshops #drawing-tour > img,
#drawing-tours #drawing-tour > img,
#new-heights #drawing-tour > img,
#certificate-classical-architecture #drawing-tour > img,
#national-curriculum-conference #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #continuing-education #drawing-tour .subtitle,
#summer-studio #drawing-tour .subtitle,
#professional-intensives #drawing-tour .subtitle,
#workshops #drawing-tour .subtitle,
#drawing-tours #drawing-tour .subtitle,
#new-heights #drawing-tour .subtitle,
#certificate-classical-architecture #drawing-tour .subtitle,
#national-curriculum-conference #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #continuing-education #drawing-tour .title,
#summer-studio #drawing-tour .title,
#professional-intensives #drawing-tour .title,
#workshops #drawing-tour .title,
#drawing-tours #drawing-tour .title,
#new-heights #drawing-tour .title,
#certificate-classical-architecture #drawing-tour .title,
#national-curriculum-conference #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #continuing-education #drawing-tour .title > span,
#summer-studio #drawing-tour .title > span,
#professional-intensives #drawing-tour .title > span,
#workshops #drawing-tour .title > span,
#drawing-tours #drawing-tour .title > span,
#new-heights #drawing-tour .title > span,
#certificate-classical-architecture #drawing-tour .title > span,
#national-curriculum-conference #drawing-tour .title > span
{
    display: inline;
  }

  #continuing-education #drawing-tour .date,
#summer-studio #drawing-tour .date,
#professional-intensives #drawing-tour .date,
#workshops #drawing-tour .date,
#drawing-tours #drawing-tour .date,
#new-heights #drawing-tour .date,
#certificate-classical-architecture #drawing-tour .date,
#national-curriculum-conference #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #continuing-education #drawing-tour .row a,
#summer-studio #drawing-tour .row a,
#professional-intensives #drawing-tour .row a,
#workshops #drawing-tour .row a,
#drawing-tours #drawing-tour .row a,
#new-heights #drawing-tour .row a,
#certificate-classical-architecture #drawing-tour .row a,
#national-curriculum-conference #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #continuing-education #drawing-tour .row a:last-child,
#summer-studio #drawing-tour .row a:last-child,
#professional-intensives #drawing-tour .row a:last-child,
#workshops #drawing-tour .row a:last-child,
#drawing-tours #drawing-tour .row a:last-child,
#new-heights #drawing-tour .row a:last-child,
#certificate-classical-architecture #drawing-tour .row a:last-child,
#national-curriculum-conference #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #continuing-education #instagram .instafeed-image,
#summer-studio #instagram .instafeed-image,
#professional-intensives #instagram .instafeed-image,
#workshops #instagram .instafeed-image,
#drawing-tours #instagram .instafeed-image,
#new-heights #instagram .instafeed-image,
#certificate-classical-architecture #instagram .instafeed-image,
#national-curriculum-conference #instagram .instafeed-image
{
    width: 200px;
    height: 200px;
  }

  #continuing-education #instagram .instafeed-image .likes,
#summer-studio #instagram .instafeed-image .likes,
#professional-intensives #instagram .instafeed-image .likes,
#workshops #instagram .instafeed-image .likes,
#drawing-tours #instagram .instafeed-image .likes,
#new-heights #instagram .instafeed-image .likes,
#certificate-classical-architecture #instagram .instafeed-image .likes,
#national-curriculum-conference #instagram .instafeed-image .likes
{
    font-size: 0.75rem;
    bottom: 12px;
    left: 12px;
  }

  #continuing-education #instagram .instafeed-image .likes::before,
#summer-studio #instagram .instafeed-image .likes::before,
#professional-intensives #instagram .instafeed-image .likes::before,
#workshops #instagram .instafeed-image .likes::before,
#drawing-tours #instagram .instafeed-image .likes::before,
#new-heights #instagram .instafeed-image .likes::before,
#certificate-classical-architecture #instagram .instafeed-image .likes::before,
#national-curriculum-conference #instagram .instafeed-image .likes::before
{
    font-size: 0.8125rem;
  }

  #continuing-education #find-job,
#summer-studio #find-job,
#professional-intensives #find-job,
#workshops #find-job,
#drawing-tours #find-job,
#new-heights #find-job,
#certificate-classical-architecture #find-job,
#national-curriculum-conference #find-job
{
    display: none;
  }

  #continuing-education #sponsors,
#summer-studio #sponsors,
#professional-intensives #sponsors,
#workshops #sponsors,
#drawing-tours #sponsors,
#new-heights #sponsors,
#certificate-classical-architecture #sponsors,
#national-curriculum-conference #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #continuing-education #sponsors .col,
#summer-studio #sponsors .col,
#professional-intensives #sponsors .col,
#workshops #sponsors .col,
#drawing-tours #sponsors .col,
#new-heights #sponsors .col,
#certificate-classical-architecture #sponsors .col,
#national-curriculum-conference #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #continuing-education #sponsors .col:nth-child(1n),
#summer-studio #sponsors .col:nth-child(1n),
#professional-intensives #sponsors .col:nth-child(1n),
#workshops #sponsors .col:nth-child(1n),
#drawing-tours #sponsors .col:nth-child(1n),
#new-heights #sponsors .col:nth-child(1n),
#certificate-classical-architecture #sponsors .col:nth-child(1n),
#national-curriculum-conference #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #continuing-education #sponsors .col:last-child,
#summer-studio #sponsors .col:last-child,
#professional-intensives #sponsors .col:last-child,
#workshops #sponsors .col:last-child,
#drawing-tours #sponsors .col:last-child,
#new-heights #sponsors .col:last-child,
#certificate-classical-architecture #sponsors .col:last-child,
#national-curriculum-conference #sponsors .col:last-child
{
    margin-right: 0;
  }

  #continuing-education #sponsors .col:nth-child(2n),
#summer-studio #sponsors .col:nth-child(2n),
#professional-intensives #sponsors .col:nth-child(2n),
#workshops #sponsors .col:nth-child(2n),
#drawing-tours #sponsors .col:nth-child(2n),
#new-heights #sponsors .col:nth-child(2n),
#certificate-classical-architecture #sponsors .col:nth-child(2n),
#national-curriculum-conference #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #articles #featured-courses
{
    padding: 1.875rem 0.9375rem 0.9375rem;
  }

  #articles #featured-courses h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #articles #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #articles #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #articles #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #articles #drawing-tour
{
    padding-bottom: 100%;
  }

  #articles #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #articles #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #articles #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #articles #drawing-tour .title > span
{
    display: inline;
  }

  #articles #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #articles #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #articles #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #articles #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #articles #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #articles #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #articles #sponsors .col:last-child
{
    margin-right: 0;
  }

  #articles #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #articles-category #featured-courses
{
    padding: 1.875rem 0.9375rem 0.9375rem;
  }

  #articles-category #featured-courses h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #articles-category #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #articles-category #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #articles-category #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #articles-category #drawing-tour
{
    padding-bottom: 100%;
  }

  #articles-category #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #articles-category #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #articles-category #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #articles-category #drawing-tour .title > span
{
    display: inline;
  }

  #articles-category #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #articles-category #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #articles-category #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #articles-category #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #articles-category #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #articles-category #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #articles-category #sponsors .col:last-child
{
    margin-right: 0;
  }

  #articles-category #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-story #article-content
{
    margin: 1.875rem 0 0;
    padding: 0 0.9375rem 3.75rem;
  }

  #article-story #article-content h1
{
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin: 0;
  }

  #article-story #article-content article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-story #article-content article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-story #article-content article:last-child
{
    margin-right: 0;
  }

  #article-story #article-content article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-story #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #article-story #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #article-story #our-mission article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1);
    max-width: calc(99.9% * 1);
    width: calc(99.9% * 1);
    margin: 0 0 3.125rem;
  }

  #article-story #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: 0;
  }

  #article-story #our-mission article:last-child
{
    margin-right: 0;
  }

  #article-story #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-story #our-mission article:last-child
{
    margin: 0;
  }

  #article-story #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #article-story #stories .first article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-story #stories .first article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-story #stories .first article:last-child
{
    margin-right: 0;
  }

  #article-story #stories .first article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-story #stories .second article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-story #stories .second article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-story #stories .second article:last-child
{
    margin-right: 0;
  }

  #article-story #stories .second article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-story #drawing-tour
{
    padding-bottom: 100%;
  }

  #article-story #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #article-story #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #article-story #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #article-story #drawing-tour .title > span
{
    display: inline;
  }

  #article-story #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #article-story #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #article-story #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #article-story #instagram .instafeed-image
{
    width: 200px;
    height: 200px;
  }

  #article-story #instagram .instafeed-image .likes
{
    font-size: 0.75rem;
    bottom: 12px;
    left: 12px;
  }

  #article-story #instagram .instafeed-image .likes::before
{
    font-size: 0.8125rem;
  }

  #article-story #find-job
{
    display: none;
  }

  #article-story #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #article-story #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #article-story #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-story #sponsors .col:last-child
{
    margin-right: 0;
  }

  #article-story #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }



  #article-slideshow #article-content
{
    margin: 1.875rem 0 0;
    padding: 0 0.9375rem 3.75rem;
  }

  #article-slideshow #article-content h1
{
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin: 0;
  }

  #article-slideshow #article-content article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-slideshow #article-content article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-slideshow #article-content article:last-child
{
    margin-right: 0;
  }

  #article-slideshow #article-content article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-slideshow #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #article-slideshow #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #article-slideshow #our-mission article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1);
    max-width: calc(99.9% * 1);
    width: calc(99.9% * 1);
    margin: 0 0 3.125rem;
  }

  #article-slideshow #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: 0;
  }

  #article-slideshow #our-mission article:last-child
{
    margin-right: 0;
  }

  #article-slideshow #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-slideshow #our-mission article:last-child
{
    margin: 0;
  }

  #article-slideshow #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #article-slideshow #stories .first article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-slideshow #stories .first article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-slideshow #stories .first article:last-child
{
    margin-right: 0;
  }

  #article-slideshow #stories .first article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-slideshow #stories .second article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-slideshow #stories .second article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-slideshow #stories .second article:last-child
{
    margin-right: 0;
  }

  #article-slideshow #stories .second article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-slideshow #drawing-tour
{
    padding-bottom: 100%;
  }

  #article-slideshow #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #article-slideshow #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #article-slideshow #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #article-slideshow #drawing-tour .title > span
{
    display: inline;
  }

  #article-slideshow #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #article-slideshow #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #article-slideshow #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #article-slideshow #instagram .instafeed-image
{
    width: 200px;
    height: 200px;
  }

  #article-slideshow #instagram .instafeed-image .likes
{
    font-size: 0.75rem;
    bottom: 12px;
    left: 12px;
  }

  #article-slideshow #instagram .instafeed-image .likes::before
{
    font-size: 0.8125rem;
  }

  #article-slideshow #find-job
{
    display: none;
  }

  #article-slideshow #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #article-slideshow #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #article-slideshow #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-slideshow #sponsors .col:last-child
{
    margin-right: 0;
  }

  #article-slideshow #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  .full-slider .slide
{
    margin: 0 0 10px;
    text-align:center;
  }

  .full-slider .slide p
{
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }

  .full-slider .slide img
{
    width: auto;
    height: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
  }

  #article-video #article-content
{
    margin: 1.875rem 0 0;
    padding: 0 0.9375rem 3.75rem;
  }

  #article-video #article-content h1
{
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin: 0;
  }

  #article-video #article-content article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-video #article-content article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-video #article-content article:last-child
{
    margin-right: 0;
  }

  #article-video #article-content article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-video #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #article-video #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #article-video #our-mission article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1);
    max-width: calc(99.9% * 1);
    width: calc(99.9% * 1);
    margin: 0 0 3.125rem;
  }

  #article-video #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: 0;
  }

  #article-video #our-mission article:last-child
{
    margin-right: 0;
  }

  #article-video #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-video #our-mission article:last-child
{
    margin: 0;
  }

  #article-video #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #article-video #stories .first article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-video #stories .first article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-video #stories .first article:last-child
{
    margin-right: 0;
  }

  #article-video #stories .first article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-video #stories .second article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #article-video #stories .second article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-video #stories .second article:last-child
{
    margin-right: 0;
  }

  #article-video #stories .second article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-video #drawing-tour
{
    padding-bottom: 100%;
  }

  #article-video #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #article-video #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #article-video #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #article-video #drawing-tour .title > span
{
    display: inline;
  }

  #article-video #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #article-video #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #article-video #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #article-video #instagram .instafeed-image
{
    width: 200px;
    height: 200px;
  }

  #article-video #instagram .instafeed-image .likes
{
    font-size: 0.75rem;
    bottom: 12px;
    left: 12px;
  }

  #article-video #instagram .instafeed-image .likes::before
{
    font-size: 0.8125rem;
  }

  #article-video #find-job
{
    display: none;
  }

  #article-video #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #article-video #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #article-video #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #article-video #sponsors .col:last-child
{
    margin-right: 0;
  }

  #article-video #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #article-video .slide
{
    margin: 2.5rem 1.25rem;
  }

  #article-video .slide p
{
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }

  #article-video .slide img
{
    max-height: 280px;
  }

  #calendar #featured-courses
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #calendar #featured-courses h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #event #featured-courses
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #event #featured-courses h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #event #scholarships,
  #event #whatyoulearn
{
    padding: 0 0.9375rem 0.625rem;
  }

  #event #scholarships h2,
#event #whatyoulearn h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #event .g-sponsors
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #event #hero-deadlines
{
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    padding: 0 0.9375rem 1.875rem;
  }

  #event #hero-deadlines::after
{
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 110px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.05;
  }

  #event #hero-deadlines #hero-deadline-header
{
    background: none;
    font-size: 0.75rem;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: 0.03125rem;
    text-align: center;
    border-top: 1px solid rgba(151, 151, 151, .2);
    padding-top: 20px;
  }

  #event #hero-deadlines .hero-deadline-content
{
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  #event #hero-deadlines .hero-deadline-content .hero-deadline-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0.9375rem 1.25rem;
    border: 1px solid #e6e6e6;
    border-bottom: none;
  }

  #event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-group
{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  #event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-title
{
    font-size: 0.9375rem;
  }

  #event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-date
{
    font-size: 0.6875rem;
    letter-spacing: 0.04688rem;
    margin-bottom: 0;
  }

  #event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-more
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #event #hero-deadlines .hero-deadline-content .hero-deadline-item .hero-deadline-more .g-btn
{
    background: url("") no-repeat;
    width: 14px;
    height: 20px;
    text-indent: -9999px;
    border: none;
    padding: 0;
  }

  #event #hero-deadlines .hero-deadline-content .hero-deadline-item:last-child
{
    padding-bottom: 15px;
  }

  #event .rich-text
{
    margin: 1.875rem 0;
    padding: 0 0.9375rem;
  }

  #event .rich-text h1
{
    font-size: 1.375rem;
    line-height: 1.375rem;
  }

  #event .rich-text h3
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #event #featured-speakers
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #event #student-work
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #event #fees-dates
{
    padding: 1.5rem 0.9375rem 0.625rem;
  }

  #event #video-photo
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #event #other-events
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #event #faq
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #travel #featured-courses
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #travel #featured-courses h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #travel #featured-courses #location-switcher a
{
    font-size: 0.875rem;
  }

  #travel #featured-courses article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #travel #featured-courses article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #travel #featured-courses article:last-child
{
    margin-right: 0;
  }

  #travel #featured-courses article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #travel #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #travel #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #travel #our-mission article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1);
    max-width: calc(99.9% * 1);
    width: calc(99.9% * 1);
    margin: 0 0 3.125rem;
  }

  #travel #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: 0;
  }

  #travel #our-mission article:last-child
{
    margin-right: 0;
  }

  #travel #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #travel #our-mission article:last-child
{
    margin: 0;
  }

  #travel #city-maps
{
    padding: 3.75rem 0.9375rem;
  }

  #travel #drawing-tour
{
    padding-bottom: 100%;
  }

  #travel #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #travel #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #travel #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #travel #drawing-tour .title > span
{
    display: inline;
  }

  #travel #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #travel #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #travel #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #travel #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #travel #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #travel #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #travel #sponsors .col:last-child
{
    margin-right: 0;
  }

  #travel #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #honors #hero
{
    padding: 1.875rem 0.9375rem;
  }

  #honors #hero #hero-title
{
    font-size: 1.75rem;
  }

  #honors #hero #hero-desc
{
    font-size: 0.875rem;
  }

  #honors #awards-posters
{
    padding: 0;
    margin: 0;
  }

  #honors #awards-posters .awards-poster .awards-poster-cover
{
    width: 100%;
    position: static;
  }

  #honors #hero-deadlines
{
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    padding: 0 0.9375rem 1.875rem;
  }

  #honors #hero-deadlines::after
{
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 110px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.05;
  }

  #honors #hero-deadlines #hero-deadline-header
{
    background: none;
    font-size: 0.75rem;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: 0.03125rem;
    text-align: center;
    border-top: 1px solid rgba(151, 151, 151, .2);
    padding-top: 20px;
  }

  #honors #hero-deadlines #hero-deadline-content
{
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0.9375rem 1.25rem;
    border: 1px solid #e6e6e6;
    border-bottom: none;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-group
{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-title
{
    font-size: 0.9375rem;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-date
{
    font-size: 0.6875rem;
    letter-spacing: 0.04688rem;
    margin-bottom: 0;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-more
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-more .g-btn
{
    background: url("") no-repeat;
    width: 14px;
    height: 20px;
    text-indent: -9999px;
    border: none;
    padding: 0;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item:last-child
{
    padding-bottom: 15px;
  }

  #honors .awards-list
{
    padding: 0 0 1.875rem;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }

  #honors .awards-list::after
{
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 110px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.05;
  }

  #submit-entry
{
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 0 0;
  }

  #submit-entry #submit-entry-group
{
    text-align: center;
    padding: 0 1.25rem 1.25rem;
  }

  #submit-entry #submit-entry-image
{
    width: 100%;
    position: static;
  }

  #submit-entry #submit-entry-title
{
    max-width: auto;
    font-size: 1.875rem;
  }

  #award-details #hero
{
    background: none;
    margin-bottom: 50px;
  }

  #award-details #hero img
{
    opacity: 1;
  }

  #award-details #hero #hero-cover
{
    position: static;
    margin-top: 20px;
    color: #abb5af;
  }

  #award-details #hero #hero-cover #hero-date
{
    font-size: 0.9375rem;
  }

  #award-details #hero #hero-cover #hero-title
{
    color: #c88b66;
  }

  #award-details #hero #hero-cover #hero-buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  #award-details #hero #hero-cover #hero-buttons a
{
    margin: 0 0.625rem;
  }

  #award-details #overview
{
    margin: 0;
    padding: 0 0.9375rem;
  }

  #award-details #category
{
    display: none;
  }

  #award-details #winners #winners-title
{
    font-size: 1.375rem;
    margin-bottom: 25px;
  }

  #award-details #winners .winners-items .winner-item
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
    margin-bottom: 20px;
  }

  #award-details #winners .winners-items .winner-item:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #award-details #winners .winners-items .winner-item:last-child
{
    margin-right: 0;
  }

  #award-details #winners .winners-items .winner-item:nth-child(NaNn)
{
    margin-right: 0;
    margin-left: auto;
  }

  #award-details #content
{
    margin: 1.875rem 0.9375rem 0;
  }

  #award-details #content #content-box .section
{
    margin-bottom: 30px;
  }

  #award-details #content #content-box .section .g-title
{
    margin-bottom: 10px;
    font-size: 1.25rem;
  }

  #award-details #content #content-box .section .g-title.deadlines-title
{
    margin-bottom: 10px;
  }

  #award-details .g-slider
{
    margin-top: 0;
  }

  #award-details .g-sponsor
{
    margin: 1.875rem 0 0;
    padding: 0 0.9375rem;
  }

  #about .g-subhero
{
    padding: 1.875rem 0.9375rem;
  }

  #about #featured-courses
{
    padding: 1.875rem 0.9375rem;
  }

  #about #featured-courses h2
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #about #featured-courses .subtitle
{
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  #about #different-ways
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #about #different-ways .banners .text
{
    font-size: 5vw;
  }

  #about #certificate
{
    padding: 1.875rem 0.9375rem 3.75rem;
  }

  #about #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #about #drawing-tour
{
    padding-bottom: 100%;
  }

  #about #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #about #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #about #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #about #drawing-tour .title > span
{
    display: inline;
  }

  #about #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #about #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #about #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #about #instagram .instafeed-image
{
    width: 200px;
    height: 200px;
  }

  #about #instagram .instafeed-image .likes
{
    font-size: 0.75rem;
    bottom: 12px;
    left: 12px;
  }

  #about #instagram .instafeed-image .likes::before
{
    font-size: 0.8125rem;
  }

  #about #find-job
{
    display: none;
  }

  #about #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #about #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #about #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #about #sponsors .col:last-child
{
    margin-right: 0;
  }

  #about #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #about .intro
{
    padding: 1.875rem 0.9375rem;
  }

  #about #history
{
    padding: 1.875rem 0.9375rem;
  }

  #about hr.padding
{
    margin: 0 0.9375rem;
  }

  #about #contact
{
    padding: 1.875rem 0.9375rem;
  }

  #about #contact .subtitle
{
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  #chapter-detail #chapter-content
{
    margin: 1.875rem 0 0;
    padding: 0 0.9375rem 3.75rem;
  }

  #chapter-detail #chapter-content h1
{
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
  }

  #chapter-detail #chapter-content article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #chapter-detail #chapter-content article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #chapter-detail #chapter-content article:last-child
{
    margin-right: 0;
  }

  #chapter-detail #chapter-content article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #chapter-detail #our-mission
{
    padding: 1.875rem 0.9375rem;
  }

  #chapter-detail #our-mission #mission
{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  #chapter-detail #our-mission article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1);
    max-width: calc(99.9% * 1);
    width: calc(99.9% * 1);
    margin: 0 0 3.125rem;
  }

  #chapter-detail #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: 0;
  }

  #chapter-detail #our-mission article:last-child
{
    margin-right: 0;
  }

  #chapter-detail #our-mission article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #chapter-detail #our-mission article:last-child
{
    margin: 0;
  }

  #chapter-detail #stories
{
    padding: 3.75rem 0.9375rem;
  }

  #chapter-detail #stories .first article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #chapter-detail #stories .first article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #chapter-detail #stories .first article:last-child
{
    margin-right: 0;
  }

  #chapter-detail #stories .first article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #chapter-detail #stories .second article
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #chapter-detail #stories .second article:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #chapter-detail #stories .second article:last-child
{
    margin-right: 0;
  }

  #chapter-detail #stories .second article:nth-child(1n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #chapter-detail #drawing-tour
{
    padding-bottom: 100%;
  }

  #chapter-detail #drawing-tour > img
{
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }

  #chapter-detail #drawing-tour .subtitle
{
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #chapter-detail #drawing-tour .title
{
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #chapter-detail #drawing-tour .title > span
{
    display: inline;
  }

  #chapter-detail #drawing-tour .date
{
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  #chapter-detail #drawing-tour .row a
{
    padding: 0.875rem;
    display: block;
    width: 60%;
  }

  #chapter-detail #drawing-tour .row a:last-child
{
    margin-top: 15px;
  }

  #chapter-detail #instagram .instafeed-image
{
    width: 200px;
    height: 200px;
  }

  #chapter-detail #instagram .instafeed-image .likes
{
    font-size: 0.75rem;
    bottom: 12px;
    left: 12px;
  }

  #chapter-detail #instagram .instafeed-image .likes::before
{
    font-size: 0.8125rem;
  }

  #chapter-detail #find-job
{
    display: none;
  }

  #chapter-detail #sponsors
{
    padding: 1.25rem 0.9375rem 0;
  }

  #chapter-detail #sponsors .col
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #chapter-detail #sponsors .col:nth-child(1n)
{
    margin-right: 30px;
    margin-left: 0;
  }

  #chapter-detail #sponsors .col:last-child
{
    margin-right: 0;
  }

  #chapter-detail #sponsors .col:nth-child(2n)
{
    margin-right: 0;
    margin-left: auto;
  }

  #chapter-detail .slide
{
    margin: 2.5rem 1.25rem;
  }

  #chapter-detail .slide p
{
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }

  #chapter-detail .slide img
{
    max-height: 280px;
  }
}

@media (min-width: 1345px)
{
  .g-hero
  {
    height: 615px;
    padding: 0;
  }

  #education .g-hero
  {
    height: 525px;
    padding: 0;
  }

  #continuing-education .g-hero,
  #summer-studio .g-hero,
  #professional-intensives .g-hero,
  #workshops .g-hero,
  #drawing-tours .g-hero,
  #new-heights .g-hero,
  #certificate-classical-architecture .g-hero,
  #national-curriculum-conference .g-hero
  {
    height: 450px;
    padding: 0;
  }

  #articles .g-hero
  {
    height: 525px;
    padding-bottom: 0;
  }

  #articles-category .g-hero
  {
    height: 525px;
    padding-bottom: 0;
  }

  #calendar .g-hero
  {
    height: auto;
    padding-bottom: 19.33%;
  }

  #travel .g-hero
  {
    height: 522px;
    padding-bottom: 0;
  }

  #about .g-hero
  {
    height: 400px;
    padding: 0;
  }

  #chapter-detail .g-hero
  {
    height: 460px;
    padding-bottom: 0;
  }
}

@media (max-width: 83.75em)
{
  .g-hero .g-text-left h1
  {
    font-size: 1.875rem;
    line-height: 1.9375rem;
  }

  .g-hero .g-text-left .subtitle
  {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  #about .g-text-left h1
  {
    font-size: 1.75rem;
    line-height: 1.8125rem;
  }
}

@media (max-width: 75em)
{
  .g-hero .g-text-left h1
  {
    font-size: 1.5rem;
    line-height: 1.5625rem;
  }

  .g-hero .g-text-left .subtitle
  {
    font-size: 1rem;
    line-height: 1rem;
  }

  .g-hero .g-text-left .g-btn
  {
    padding: 0.625rem 0.9375rem;
  }

  #about .g-text-left h1
  {
    font-size: 1.375rem;
    line-height: 1.4375rem;
  }
}

@media (max-width: 83.75rem)
{
  .g-hero .g-text-left .g-btn
  {
    margin: 1.25rem 0 0;
    font-size: 0.75rem;
  }
}

@media (max-width: 81.25em)
{
  #calendar #featured-courses .art-wrap .center
  {
    padding: 0 0.9375rem;
  }

  #calendar #featured-courses .art-wrap .center .category
  {
    left: 15px;
  }

  #calendar #featured-courses article .title
  {
    font-size: 1.25rem;
  }

  #event .rich-text article .title
  {
    font-size: 1.25rem;
  }

  #event #other-events .art-wrap .center
  {
    padding: 0 0.9375rem;
  }

  #event #other-events .art-wrap .center .category
  {
    left: 15px;
  }

  #chapter-detail #upcoming-events .art-wrap .center
  {
    padding: 0 0.9375rem;
  }

  #chapter-detail #upcoming-events .art-wrap .center .category
  {
    left: 15px;
  }

  #chapter-detail #upcoming-events article .title
  {
    font-size: 1.25rem;
  }
}

/* ---------- MINI CALENDAR ---------- */

.calendar-hero-text
{
  position: absolute;
   z-index: 2;
   top: 50%;
   left: 0;
   color: white;
   -webkit-transform: translate(0, -50%);
           transform: translate(0, -50%);
   max-width: 60%;
   padding: 5%;
   font-size: 30px;
}

@media (max-width: 56.25em)
{
  .calendar-hero-text
  {
    font-size: 1.5rem;
    max-width: 100%;
  }
}

#infscr-loading img
{
  width: auto;
}

#banner-footer img
{
  display: inline-block;
  max-width: 200px;
}

#calendar #featured-courses article .date
{
  text-transform: none;
}

#minical-sticky
{
  box-shadow: 0px 0px 5px #ddd;
  background-color: #fff;
}

#mini_calendar
{
  padding-top: 10px;
  background-color: #fff; 
}

p.no-upcoming a
{
  color: #444;
  border-bottom: 1px solid #444;
}

p.no-upcoming a:hover
{
  color: black;
  border-bottom: 1px solid black;
}

#mini_calendar table
{
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
}

#minicalendar-filters
{
  margin: 0px 15px;
}

#minicalendar-filters select
{
    display: block;
    margin: 15px 0;
    padding: 10px 0 10px 13px !important;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    background-color: #fff;
    color: #777B80;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#minicalendar-filters select option
{
    padding: 0 4px;
}

#minicalendar-filters select:disabled::-ms-expand
{
    background: #f60;
}

select::-ms-expand
{
    display: none;
}

.free-formembers
{
  font-family: "montserrat";
  padding-left: 13px;
  padding-top: 5px;
  color: #777;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

label.free-formembers > input
{
  display: none;
}

label.free-formembers i
{
  display: inline-block;
  float: right;
  padding: 2px;
  width: 40px;
  height: 20px;
  border-radius: 13px;
  vertical-align: middle;
  -webkit-transition: .25s .09s;
  transition: .25s .09s;
  position: relative;
  background: #d8d9db;
  box-sizing: initial;
}

label.free-formembers i:after
{
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 2px;
  -webkit-transition: .25s;
  transition: .25s;
}

label.free-formembers > input:checked + i
{
  background: #4bd865;
}

label.free-formembers > input:checked + i:after
{
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

label.free-formembers:hover
{
  cursor: pointer;
}

#banner-footer
{
  width: 100%;
  background-color: #f3f7f6;
  text-align: center;
  padding: 20px
}

#banner-footer i
{
  color: #777b80;
  display: inline-block;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}

#banner-footer.cal-banner-mobile i
{
  vertical-align: middle;
  display: block;
} 

#mini_calendar td, #mini_calendar th
{
  padding: 0;
  margin: 0;
  text-align: center;
}

#mini_calendar th
{
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

#mini_calendar .mini_calendar_days th
{
  padding: 20px 0 10px;
  font-family: "montserrat";
  color: #8a8c90;
  font-weight: 700;
}

#mini_calendar th a
{
  color: #e0e0e0;
  font-size: 40px;
}

#mini_calendar th a:hover
{
  color: #000;
}

#mini_calendar td a
{
  display: block;
  color: #fff;
}

#mini_calendar td div, #mini_calendar td.has_events div #mini_calendar td.mini_calendar_pad div
{
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

.mini_calendar_date
{
  font-family: "montserrat";
  font-size: 14px;
  font-weight: 300;
  color: #767b80;
}

#mini_calendar td.has_events div
{
  padding: 0;
}

#mini_calendar td.has_events div a
{
  color: #767b80;
  display: block;
  position: relative;
  padding: 10px
}

#mini_calendar td.has_events div a::after
{
  content: "•";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -13px;
  font-size: 40px;
  color: #d18863;
}

#mini_calendar td.has_events .middot
{
  display: block;
  padding: 6px;
}

#mini_calendar .middot
{
  color: #bcbcbc;
}

#mini_calendar td.has_events div a:hover
{
  background: #f8ceb9;
  color: #000;
  text-decoration: none;
}

#mini_calendar td.today div, #mini_calendar td.today div a
{
  background-color: #fff0e8;
}

#minicalendar-header 
{
  font-family: "trajan";
  font-size: 18px !important;
}

.freq-list input[type=checkbox] 
{
  display: none;
}

.freq-list input[type=checkbox] + label 
{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 5px 0 0;
  border-radius: 4px;
  background: #ebebeb;
  text-align: center;
  font-weight: normal;
}

.freq-list input[type=checkbox]:checked + label 
{
  background: #c8c8c8;
  color: #FFF;
}

.freq-list.freq-list-large input[type=checkbox] + label 
{
  display: block;
  width: 100%;
}

.freq-list.freq-list-large > div div.row 
{
  margin-left: -2px;
  margin-right: -2px;
}

.freq-list.freq-list-large > div div.col-xs-4 
{
  padding-left: 2px;
  padding-right: 2px;
}

@media (max-height: 56em) 
{
  #event #hero-deadlines #hero-deadline-header a
  {
    margin: 1rem 0;
  }

  #event #hero-deadlines #hero-deadline-header
  {
    padding: 0.010rem 0;
  }

  #event #hero-deadlines .hero-deadline-content
  {
    padding: 0.6rem 1.475rem;
  }

  #honors #hero-deadlines #hero-deadline-header
  {
    font-size: 0.875rem;
    padding: 1rem 0;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-title
  {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 2px;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-more .g-btn 
  {
    font-size: 0.775rem;
    padding: 0.675rem 0.825rem;
  }

  #mini_calendar 
  {
    padding-top: 0;
  }

  #mini_calendar td div 
  {
    padding: 10px;
  }

  #mini_calendar td.has_events div a 
  {
    padding:5px;
  }

  #mini_calendar td.has_events div a::after 
  {
    bottom: -12px;
    font-size: 30px;
  }

  #mini_calendar th 
  {
    padding: 0;
    font-size: 12px;
  }

  #mini_calendar .mini_calendar_days th 
  {
    padding: 0 0 5px;
  }

  #minicalendar-header 
  {
    font-size: 16px;
  }

  .mini_calendar_date 
  {
    font-size: 12px;
  }

  #minicalendar-filters select 
  {
    margin: 5px 0;
    padding: 7px 0 8px 7px !important;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px !important;
  }

  .free-formembers 
  {
    padding-left: 7px;
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  #banner-footer 
  {
    padding: 10px;
  }

  #banner-footer i 
  {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #banner-footer img 
  {
    max-width: 100px;
  }
}

#about .our-people .about-items .about-item .about-item-name
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.0325rem;
  line-height: 1.3rem;
}

#about .our-people .about-items .about-item .about-item-name + .about-item-pos
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 1.1875rem;
  font-style:italic;
}

#about .our-people .about-items .about-item .about-item-pos
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 1.1875rem;
  font-style: normal;
}

#about .our-people .about-items .about-item .about-item-name .about-item-pos
{
  font-family: "montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 1.1875rem;
  font-style: italic;
}

#presidents-council .g-page-widget a, #library .g-page-widget a, #special-collections .g-page-widget a 
{
  text-decoration: none;
  text-transform: none;
  color: #444;
  border-bottom: 1px solid #444;
  font-weight: 400;
}

#presidents-council .g-page-widget a:hover, #library .g-page-widget a:hover, #special-collections .g-page-widget a:hover 
{
  color: #000;
  border-bottom: 1px solid #000;
}

#article-content 
{
  min-height: 0;
  min-width: 0;
}

#featured 
{
  overflow: hidden;
}

.inner-slider 
{
  min-height: 0;
  min-width: 0;
  position: relative;
}

.inner-slider .slide 
{
  margin: 0 !important;
}

.slide-caption 
{
  font-family: "montserrat";
  margin-top: 3px !important;
  font-size: 0.8125rem !important;
  line-height: 1.2rem !important;
  font-style: italic;
  letter-spacing: 0px !important;
  font-weight: 600 !important;
  color: #777B80 !important;
}

.video-wrapper 
{
  background-color: #23272b;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#winners-dropdown ul 
{
  list-style: none;
  margin: 0;
}

main#privacy h2 
{
  text-align: center;
  margin: 60px 0 30px;
}

main#privacy ul 
{
  margin: 0 0 30px;
}

main#privacy li 
{
  margin: 0;
}

main#privacy p 
{
  margin-bottom: 20px;
}

main#privacy ol li 
{
  margin-bottom: 20px;
}

a.president-button:hover 
{
  color: #c88b66 !important;
}

#directory-legend 
{
  text-align:center;
  margin: 60px 20px 0;
}

#directory-legend img 
{
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.join-today 
{
  font-family: "trajan";
}

.matching-info 
{
  font-family: "montserrat";
  margin-top: 40px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
}

#video 
{
  background-color: #22262b;
  color: white;
  padding-bottom: 2rem;
}

#video-header 
{
  display: block;
  margin: 0 auto;
  padding: 40px 0 30px;
  text-align: center;
}

#video-header h2 
{
  color: white;
  display: block;
  margin-bottom: 5px;
}

#video-header a 
{
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#video-header a:hover 
{ 
color: #c88b66;
}

#video-container 
{
  margin: 0 0 0 5.625rem;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  background: #1b1f22;
  overflow: hidden;
  /* flex-direction: column; */
  /* flex-wrap: wrap; */
}

.vidblock 
{
  display:none;
}

.vidblock.active 
{
  display: block;
}

#video-footer 
{
  display: block;
  width: 62%;
  margin: 1.5rem 5.625rem 0;
}

#video-footer p 
{
  margin: 5px 0;
}

#video-footer .g-btn 
{
  margin: 10px 0;
}

#video-footer .online-exp 
{
  background: white;
  border-radius: 8px;
  margin-top: 40px;
  display: none;
}

#video-footer .online-exp.active 
{
  display: block;
}

#video-footer .online-exp img 
{
  width: auto;
}

#video-footer .online-exp .BBFormPricingTable 
{
  color: #333;
}

#video-footer .online-exp .BBFormTitle 
{
  color: #333;
}

.cell 
{
  width: 50%;
}

.cell-1 
{
  flex-basis: 100%;
}

.cell-1 iframe 
{
  display: none;
}

.cell-1 iframe.active 
{
  display: block;
}

.cell-2 
{
  overflow-y: scroll;
  padding: 0 5px;
}

.cell-2::-webkit-scrollbar 
{
  -webkit-appearance: none;
  background: #343539;
  width: 7px;
}

.cell-2::-webkit-scrollbar-thumb 
{
  border-radius: 4px;
  background-color: rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
   }

.video-item 
{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 15px 0;
  cursor: pointer;
  -webkit-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}

.video-item::before 
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f0da";
  text-rendering: auto;
  position: absolute;
  opacity: 0;
  left: 4px;
  top: 50%;
  color: #c68b6b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.video-item.active 
{
  padding-left: 20px;
  position: relative;
}

.video-item.active::before 
{
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  content: "\f0da";
  text-rendering: auto;
  position: absolute;
  opacity: 1;
  left: 4px;
  top: 50%;
  color: #c68b6b;
}

.cell-2 .tmb 
{
  max-width: 30%;
  height: auto;
  flex-grow:0;
  flex-shrink:0;
  margin-right: 7px;
}

.video-title 
{
  font-weight: 700;
}

.video-subtitle 
{
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 12px;
  color: #acb5b1;
  letter-spacing: 0.8px;
}

.form-response 
{
  display: none;
}

.form-response.is-visible 
{
  display: block;
}

.form-response p 
{
  color: #c88b66;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}

.popup-container 
{
  overflow: auto;
}

.popup-thumb 
{
  float: left;
}

.popup-thumb img 
{
  display: block;
  vertical-align: top;
  width: 80px;
  height: 80px;
}

.popup-content 
{
  margin-left: 90px
}

.popup-title 
{
  display: block;
  font-family: "montserrat";
  font-weight: 500;
  font-size: 13px;
  max-width: 200px;
  line-height: 122%;
  letter-spacing: 0;
}

.popup-title:hover 
{
  color: black;
}

.popup-date 
{
  display: block;
  font-family: "montserrat";
  color: #c88b66;
  font-size: 0.7125rem;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0.40rem 0 0.0;
}

.popup-excerpt 
{
  display: block;
  font-family: "montserrat";
  font-size: 0.7125rem;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0.40rem 0 0.0;
  max-width: 200px;
}

.twit a 
{
  color: #444;
  border-bottom: 1px solid #333;
}

.twit a:hover 
{
  color: black;
  border-bottom: 1px solid black;
}

.g-text-mobile 
{
  text-align: center;
  padding: 20px;
  display:none;
}

.g-text-mobile h2 
{
  color: #4B4F54;
  font-weight: 700;
  letter-spacing: 0.0425rem;
  font-size: 1rem !important;
  line-height: 1.2rem !important;
  margin-bottom: 0.3125rem;
}

.g-text-mobile p.subtitle 
{
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
  font-style: italic;
  color: #c88b66;
  margin: 0.625rem 0 1.25rem;
}

.show-mobile 
{
  display: none;
}

.hide-mobile 
{
  display: inline-block;
}

.g-page-hero-box-mobile 
{
  display: none;
}

.author-mobile .author p 
{
  margin: 0 !important;
  color: #abb5af !important;
  font-family: "montserrat" !important;
  letter-spacing: 0.03125rem !important;
  font-size: 0.8125rem !important;
  line-height: 1.25rem !important;
}

.author-mobile .author p:last-child 
{
  margin-bottom: 20px !important;
}

.share-title 
{
  font-size: 1.375rem !important;
  margin-bottom: 0.625rem;
  margin-top: 0.9375rem;
}

.social-mobile 
{
  text-align: center;
}

.social-mobile #social-links 
{
  padding: 0 !important;
  display: inline-block !important;
}

.related-mobile 
{
  margin-top: 2.5rem;
}

.related-mobile h2 
{
  margin-bottom: 1.25rem;
  font-size: 1.375rem !important;
}

.related-mobile a 
{
  border: none !important;
  font-size: 1.25rem !important;
  letter-spacing: 0 !important;
}

.related-mobile article 
{
  flex-basis: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

#articles-category #social-buttons 
{
  margin-bottom: 2.5rem;
}

.press-text-mobile, .sponsorship-text-mobile 
{
  display: none;
}

.g-page .g-page-left ul 
{
  margin-left: 0;
}

.view-benefits 
{
  margin-bottom: 30px;
  text-align:center;
}

.addto-cal-small 
{
  margin-top: 4px;
}

.addto-cal-small a 
{
  color: #c88b66;
  border-bottom: 1px solid white;
  font-size: 12px;
}

.addto-cal-small a:hover 
{
  color: black;
  border-bottom: 1px solid black;
}

.event-info-mobile 
{
  text-align: center;
  margin-bottom: 1.25rem;
  font-family: "montserrat";
  font-size: 0.875rem;
}

.event-info-mobile a 
{
  margin-top: 20px;
}

#notfound-container 
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eef0ef;
  justify-content: space-between;
  align-items: center;
}

#notfound-left 
{
  padding: 80px 0 0 80px;
  margin-top: -8%;
}

#notfound-left h1 
{
  font-size: 2.5rem;
}

#notfound-left p 
{
  font-size: 1.375rem;
  line-height: 1.375rem;
  letter-spacing: 0.0325rem;
  font-style: italic;
  color: #955e3b;
  margin: 0.625rem 0 0;
}

#notfound-right 
{
  padding: 40px 80px 0 0;
  text-align: left;
  width: 50%;
}

#notfound-right img 
{
  max-width: 600px;
}

#notfound-buttons 
{
  margin-top: 2.5rem;
}

#notfound-buttons a 
{
    display: block;
    max-width: 220px;
    margin-bottom: 10px;
}

.capitalize 
{
  text-transform: capitalize;
}

.file-tmb 
{
  max-width: 30px;
  margin-right: 7px;
  vertical-align: middle;
}

#content 
{
  position: relative;
  z-index: 0;
}

.file-bold 
{
  font-weight: 700;
  letter-spacing: 0.04rem;
  display: block;
  position: relative;
  padding: 0.3rem 0 0.3rem 2.375rem;
  vertical-align: middle;
}

.file-bold2 
{
  font-weight: 700;
  letter-spacing: 0.04rem;
  display: block;
  position: relative;
  vertical-align: middle;
}

.file-bold::before 
{
  font: normal normal normal 1.25rem/1 FontAwesome;
  display: inline-block;
  content: "\f105";
  font-weight: 700;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c88b66;
  border: 2px solid #c88b66;
  border-radius: 20px;
  width: 17px;
  height: 20px;
  padding: 0 0 0 0.1875rem;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.file-bold:hover 
{
  text-decoration: none !important;
  color: #c88b66;
}

.file-bold:hover:before 
{
  background-color: #c88b66;
  color: white;
}

.tablesorter 
{
  width: 100%;
  text-align: left;
}

.tablesorter th,
.tablesorter thead td 
{
  border-collapse: collapse;
  padding: 4px;
}

.tablesorter tbody td,
.tablesorter tfoot th,
.tablesorter tfoot td 
{
  padding: 4px;
  vertical-align: top;
}

.tablesorter .tablesorter-header:hover 
{
  color: #c88b66;
}

.tablesorter .header,
.tablesorter .tablesorter-header 
{
  /* black (unsorted) double arrow */
  background-image: url("");
  /* white (unsorted) double arrow */
  /* background-image: url(""); */
  /* image */
  /* background-image: url(images/black-unsorted.gif); */
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 25px;
  white-space: normal;
  cursor: pointer;
}

.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc 
{
  color: #c88b66;
  /* black asc arrow */
  background-image: url("");
  /* white asc arrow */
  /* background-image: url(""); */
  /* image */
  /* background-image: url(images/black-asc.gif); */
}

.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc 
{
  color: #c88b66;
  /* black desc arrow */
  background-image: url("");
  /* white desc arrow */
  /* background-image: url(""); */
  /* image */
  /* background-image: url(images/black-desc.gif); */
}

.tablesorter thead .sorter-false 
{
  background-image: none;
  cursor: default;
  padding: 4px;
}

.tablesorter tfoot .tablesorter-headerSortUp,
.tablesorter tfoot .tablesorter-headerSortDown,
.tablesorter tfoot .tablesorter-headerAsc,
.tablesorter tfoot .tablesorter-headerDesc 
{
  /* remove sort arrows from footer */
  background-image: none;
}

#access-code 
{
  margin: 60px 20px;
  text-align: center;
}

#access-code h1 
{
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #c88b66;
  letter-spacing: 0.080rem;
}

#access-code .g-form-input 
{
  text-align: center;
  max-width: 215px;
  display: block;
  margin: 20px auto 30px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 100%;
}

#access-code .error 
{
  margin-top: 20px;
  color: #c88b66;
  font-weight: 600;
  letter-spacing: 1px;
}

#access-code .g-form-input::-webkit-input-placeholder
{
  font-size: 1rem;
  line-height: 200%;
}

#access-code .g-form-input::-moz-placeholder
{
  font-size: 1rem;
  line-height: 200%;
}

#access-code .g-form-input:-moz-placeholder
{
  font-size: 1rem;
  line-height: 200%;
}

#access-code .g-form-input:-ms-input-placeholder
{
  font-size: 1rem;
  line-height: 200%;
}

.search-states
{
  padding-top: 4px;
  padding-bottom: 6px;
}

.search-small 
{
  font-style: italic;
  font-size: 14px;
  padding: 0 1.25rem 1.25rem;
}

.cast-collection-mobile 
{
  display: none;
}

.tbl-show 
{
  display: none;
}

.file-col-show 
{
  display: none;
}

.book-author-mobile 
{
  margin-top: 10px;
}

#compendium .g-form-select 
{
  padding-top: 4px;
}

.margintop 
{
  margin-top: 3rem;
}

.small-text 
{
  font-size: 13px !important;
}

/* ---------- For Laptop ---------- */

@media (max-width: 75em) 
{
  .g-resources-header .g-resource-major-search
  {
    max-width: 100%;
  }

  #resources #job-board, #index #job-board
  {
    flex-wrap: wrap;
    justify-content: center;
  }

  #job-board-text 
  {
    display: block;
    width: 100%;
    text-align:center;
    margin-bottom: 20px;
  }

  #resources #emerging #emerging-content 
  {
    padding-top: 0;
  }

  .g-resources-header .g-resources-header-title 
  {
    font-size: 2rem
  }  

  #special-collections .masonry-popup .masonry-popup-content .masonry-popup-right
  {
    border-left: 1px solid rgba(151, 151, 151, .2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    padding-left: 30px;
    font-family: "montserrat";
    font-size: 0.875rem;
    padding-bottom: 50px;
  }

  #special-collections .masonry-popup .masonry-popup-content
  {
    margin: 1.5rem 30px 0;
  }

  #notfound-buttons 
  {
    margin-top: 1.875rem;
  }  

  #directory #top #top-left
  {
    padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  }

  #directory #top #top-left #top-title
  {
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  aside .margin
  {
    margin: 0 0 0 1.5rem;
  }

  #chapter-detail aside
  {
    min-width: 250px;
    max-width: 450px;
    padding: 3.125rem 1.875rem 0 0;
  }

  #chapter-detail #chapter-content
  {
    margin: 3.125rem 0 0;
    padding: 0 1.25rem 5rem 1.25rem;
  }

  #chapter-detail aside .padding, #chapter-detail aside h2 
  {
    padding: 0 0 0 1.5rem;
  }

  #chapters 
  {
    top: 100px;
  }

  #chapters #map
  {
    height: calc(100vh - 100px);
  }

  #chapters #sidebar
  {
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
    height: calc(100vh - 100px);
  }

  #chapters #sidebar #items
  {
    padding: 1.25rem 0.9375rem 0 0.9375rem;
    margin: 2.5rem 0 0 0;
  }

  #article-story aside h2, #article-story aside #social-links, #article-story aside .author, #article-slideshow aside h2, #article-slideshow aside #social-links, #article-slideshow aside .author, #article-video aside h2, #article-video aside #social-links, #article-video aside .author
  {
    padding: 0 0 0 1.5rem;
  }  

  #article-story aside .title, #article-slideshow aside .title, #article-video aside .title
  {
    font-size: 1.2rem;
    line-height: 1.425rem;
    margin: 0 0 0.5rem;
    max-width: 300px !important;
  }

  #article-story aside .padding, #article-slideshow aside .padding, #article-video aside .padding 
  {
    padding: 0 0 0 1.5rem;
  }

  #article-story aside article, #article-slideshow aside article, #article-video aside article
  {
    margin: 0 0 1rem;
    border-bottom: 1px solid #eee;
  }

  .g-travel-container .g-travel-sidebar
  {
    width: 300px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
    border-right: 1px solid rgba(151, 151, 151, .3);
  }

  .g-travel-container
  {
    margin: 0 20px;
  }

  #donation .g-page
  {
    margin: 2.75rem 20px 1.5rem;
    padding: 0 0 0.875rem;
  }

  #general-purchasing .g-page 
  {
    margin: 8.75rem 20px 1.5rem;
    padding: 0 0 0.875rem;
  }

  .g-page .g-page-right
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    padding-left: 40px;
  }

  #donation .g-news-item .g-news-item-title, #general-purchasing .g-news-item .g-news-item-title 
  {
    font-size: 1.2rem;
  }

  #membership #plans .plan
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  #membership #plans .plan:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  #membership #plans .plan:last-child
  {
    margin-right: 0;
  }

  #membership #plans .plan:nth-child(2n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #video-container 
  {
    margin: 0 0 0 3.75rem;
  }

  #video-footer 
  {
    margin: 1.5rem 3.75rem 0 3.75rem;
  }

  #calendar #featured-courses
  {
    padding: 3.125rem 1.875rem 5rem;
  }

  #calendar aside
  {
    min-width: 300px;
    padding: 3.125rem 0 0 0;
  }

  #calendar aside .cal-placeholder 
  {
    max-width: 270px;
  } 
}

/* ---------- For iPad ---------- */

@media (max-width: 56.25em) 
{
  .g-banner-image
  {
    padding: 0 1.875rem;
  }

  .g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item:first-child
  {
    margin-right: 15px;
    margin-left: 0;
    flex-basis: 49%;
  }

  .g-resources-header .g-resource-major-search .g-resource-major-items .g-resource-major-item:last-child
  {
    margin: 0;
    flex-basis: 49%;
    max-width: 100%;
  }

  .g-resources-header .g-resource-major-search
  {
    max-width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }

  .g-resources-header .g-resource-major-search .g-resource-major-btn 
  {
    display: block;
    margin: 0.9375rem auto 0 10px;
  }

  #compendium .g-wrap
  {
    margin: 0;
    padding: 2rem 1.875rem;
  }

  .tbl-hide 
  {
    display: none;
  }

  .tbl-show 
  {
    display: block;
  }

  #archive #table 
  {
    margin-top: 40px;
  }

  .g-wrap
  {
    margin: 0 30px;
  }

  #resources #job-board #job-form, #index #job-board #job-form
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    flex-wrap: wrap;
  }

  #resources #job-board #job-form .job-item, #index #job-board #job-form .job-item 
  {
    margin: 0 10px 20px;
  }

  #resources #emerging 
  {
    flex-direction: column;
    padding: 2.5rem 1.875rem;
  }

  #resources #emerging #emerging-image
  {
    margin: 0;
    width: 100%;
    order: 2;
    margin-top: 30px;
  }

  #resources #emerging #emerging-content
  {
    width: 100%;
    order: 1;
  }

  #resources #emerging #emerging-content #emerging-text 
  {
    margin-bottom: 20px;
  }

  #resources #academic #academic-left ul 
  {
    margin: 20px 0;
  }  

  #resources #academic #academic-left 
  {
    width: 100%;
  }

  #resources #academic #academic-right 
  {
    width: 100%;
  }

  #resources #container 
  {
    margin: 0 1.875rem;
  }

  #resources .container-t 
  {
    margin: 0 1.875rem;
  }

  #resources #academic 
  {
    flex-direction: column;
    margin: 1.5rem 0;
    padding-bottom: 30px;
  }

  #resources #upcoming-courses
  {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #resources #scholarship 
  {
    margin: 1.875rem;
  }

  #resources #collection
  {
    padding: 1.7rem 1.875rem;
  }

  .g-title 
  {
    font-size: 1.5rem;
  }

  .g-resources-header .g-resources-header-title 
  {
    font-size: 1.5rem;
  } 

  .g-resources-header .g-resources-header-text
  {
    font-size: 1rem;
    letter-spacing: 0.0125rem;
  }

  .g-resources-header
  {
    padding: 2rem 1.25rem 1.875rem;
  }

  #notfound-left 
  {
    padding: 0 0 0 40px;
    margin-top: 0;
  }

  #notfound-right 
  {
    padding: 20px 40px 0 0;
    text-align: left;
    width: 100% !important;
  }

  #notfound-left h1 
  {
    font-size: 2rem;
  }

  .view-benefits 
  {
    font-size: 1.5rem;
  }  

  #general-purchasing .g-page 
  {
    flex-direction: column;
  }

  #general-purchasing .g-page-left 
  {
    margin-right: 0;
  }

  #general-purchasing .g-page-right 
  {
    margin-top: 60px;
  }

 .g-benefits .g-benefits-header
  {
    padding: 1.2rem 1.25rem;
  }

  #travel-tour .g-event 
  {
    flex-direction: column;
  }

  #travel-tour .g-event-buttons 
  {
    flex: 1;
    margin-bottom: 5px;
  }

  .g-travel-container .g-travel-content .g-travel-meetinfo .g-travel-meetinfo-left .g-travel-meetinfo-item .g-travel-meetinfo-item-digits 
  {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }

  #about #history h2 
  {
    margin-bottom: 1.5rem;
  }

  #about h2 
  {
    font-size: 1.5rem;
  }

  .sponsorship-text 
  {
    display: none;
  }

  .sponsorship-text-mobile 
  {
    display: block;
    padding: 1.25rem;
    text-align: center;
  }

  #sponsor .g-page
  {
    margin-top: 1.25rem;
  }

  .sponsorship-text-mobile .g-page-hero-title 
  {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
    color: #4B4F54;
    font-family: "trajan";
  }

  .sponsorship-text-mobile .g-page-hero-text 
  {
    font-style: italic;
  }

  #event #scholarships h2, #event #whatyoulearn h2, #event h2 
  {
    font-size: 1.375rem;
  }  

  #event #scholarships .rich-text, #event #whatyoulearn .rich-text 
  {
    padding-bottom: 0;
  }

  #event #whatyoulearn .rich-text 
  {
    padding-left: 0;
  }  

  #event #featured .rich-text 
  {
    margin: 2rem 0 0;
  }

  .g-person-social 
  {
    margin-top: 30px;
  }

  .g-book-desc-content 
  {
    text-align: center;
  }

  .g-book-desc-text 
  {
    text-align: justify;
  }

  .g-book-desc-order 
  {
    justify-content: center !important;
  }

  #book-description 
  {
    padding-top: 0;
  }

  .g-book-desc .g-book-desc-content .g-book-desc-price 
  {
    margin-right: 5px;
  }
  
  .g-book-desc .g-book-desc-content .g-book-desc-meta 
  {
    margin-left: 5px;
  }

  .g-book-desc
  {
    margin: 5rem 1.25rem 2rem;
    display: block;
  }

  .g-book-desc .g-book-desc-thumbnail 
  {
    margin-bottom: 20px;
  }

  #other-carousel .slick-dots 
  {
    bottom:-50px;
  }

  #book-description #top 
  {
    margin-bottom: 0 !important;
  }

  #book-description #top .g-book-desc 
  {
    flex-direction: column;
  }  

  #honors #hero-deadlines 
  {
    width: 100%;
  }  

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-more .g-btn 
  {
    width: 50%;
  }

  #honors #hero-deadlines.pinned
  {
    top: 0 !important;
  }

  #directory-low #content #works .work-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/3 - (6px - 6px * 1/3));
    max-width: calc(99.9% * 1/3 - (6px - 6px * 1/3));
    width: calc(99.9% * 1/3 - (6px - 6px * 1/3));
    margin-bottom: 6px;
  }

  #directory-low #content #works .work-item:nth-child(1n)
  {
    margin-right: 6px;
    margin-left: 0;
  }

  #directory-low #content #works .work-item:last-child
  {
    margin-right: 0;
  }

  #directory-low #content #works .work-item:nth-child(3n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #directory-low #content #contacts 
  {
    margin-top: 1.875rem;
  }

  #directory-low #content #works
  {
    margin-top: 2.5rem;
  }

  .g-person 
  {
    flex-direction: column;
  }

  .g-person .g-person-left
  {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .g-person .g-person-right.newMobile
  {
    width:  100% !important;
    flex-basis:  100% !important;
  }

  .g-person .g-person-right-fly.newMobile 
  {
    top: 0 !important;
    width: 100% !important;
    height: 250px !important;
    position: relative !important;
  }

  .g-person .g-person-right-fly.newMobile img
  {
    position: relative !important;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block !important;
  }

  .g-person .g-person-right-fly.newMobile .member-slider-caption 
  {
    display:  none !important;
  }

  .g-person .g-person-section-left
  {
    padding: 1.25rem;
    text-align:center;
  }

  .g-person-logo 
  {
    margin: 0 auto;
  }

  .g-person .g-person-about-text p 
  {
    text-align: justify;
  }

  .g-person .g-person-section-left .g-person-logo
  {
    margin-bottom: 2rem;
  }

  .g-person .g-person-section-left .g-person-company 
  {
    margin-bottom: 0;
  }

  #directory #filter #filter-box .filter-item#filter-buttons .g-btn
  {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #directory #top-featured 
  {
    margin-top: 1.25rem;
  }

  #directory #top
  {
    flex-direction: column;
  }

  #directory #top #top-left 
  {
    order: 1;
    padding: 1.5rem 1.25rem;
    text-align: center
  }

  #directory #top #top-right 
  {
    order: 0;
  }

  #directory #top #top-left #top-text 
  {
    font-weight: 400;
  }

  #chapter-detail #chapter-awards .title
  {
    display: block;
    font-size: 1.5rem !important;
    margin: 0.625rem 0 1rem !important;
  }

  #chapter-detail #chapter-awards
  {
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #eaeaea;
  }

  #chapter-detail #featured 
  {
    flex-direction: column;
  }

  #chapter-detail aside
  {
    min-width: 0px;
    max-width: 100%;
    padding: 0 1.875rem 1.5rem 0;
  }

  #chapter-detail #chapter-content
  {
    margin: 2.5rem 0 0;
    padding: 0 1.25rem 1rem 1.25rem;
  }

  #event #hero-deadlines #hero-deadline-header a
  {
    margin: 1rem 0;
  }

  #event #hero-deadlines #hero-deadline-header
  {
    padding: 0.010rem 0;
  }

  #event #hero-deadlines .hero-deadline-content
  {
    padding: 0.6rem 1.475rem;
  }

  #honors #hero-deadlines #hero-deadline-header
  {
    font-size: 0.875rem;
    padding: 1rem 0;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-title
  {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 2px;
  }

  #honors #hero-deadlines #hero-deadline-content .hero-deadline-item .hero-deadline-more .g-btn 
  {
    font-size: 0.775rem;
    padding: 0.675rem 0.825rem;
  }

  #mini_calendar 
  {
    padding-top: 0;
  }

  #mini_calendar td div 
  {
    padding: 10px;
  }

  #mini_calendar td.has_events div a 
  {
    padding:5px;
  }

  #mini_calendar td.has_events div a::after 
  {
    bottom: -12px;
    font-size: 30px;
  }

  #mini_calendar th 
  {
    padding: 0;
    font-size: 12px;
  }

  #mini_calendar .mini_calendar_days th 
  {
    padding: 0 0 5px;
  }

  #minicalendar-header 
  {
    font-size: 16px;
  }

  .mini_calendar_date 
  {
    font-size: 12px;
  }

  #minicalendar-filters select 
  {
    margin: 5px 0;
    padding: 7px 0 8px 7px !important;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px !important;
  }

  .free-formembers 
  {
    padding-left: 7px;
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  #banner-footer 
  {
    padding: 10px;
  }

  #banner-footer i 
  {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #banner-footer img 
  {
    max-width: 100px;
  }

  #chapters 
  {
    top: 60px;
  }

  #chapters #map
  {
    height: calc(100vh - 60px);
  }

  #chapters #sidebar
  {
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    height: calc(100vh - 60px);
    overflow-y: scroll; /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch;
  }

  #chapters #sidebar #items
  {
    padding: 1.25rem 0.9375rem 0 0.9375rem;
    margin: 2rem 0 0 0;
  }

  #chapters #sidebar #items .chapters-item .chapters-item-title 
  {
    font-size: 1.125rem;
  }

  #chapters #sidebar #items .chapters-item .chapters-item-more a
  {
    font-family: "montserrat";
    font-size: 0.8125rem;
  }

  #social-buttons a 
  {
    display: block !important;
    max-width: 240px !important;
    margin-bottom: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .education-mobile 
  {
    margin: 0 1.25rem;
  }

  .education-mobile .g-btn 
  {
    width: 100%;
  }

  #continuing-education #article-content,
  #summer-studio #article-content,
  #professional-intensives #article-content,
  #workshops #article-content,
  #drawing-tours #article-content,
  #new-heights #article-content,
  #certificate-classical-architecture #article-content,
  #national-curriculum-conference #article-content
  {
    margin: 2.5rem 0 0;
    padding: 0 1.25rem 1rem;
  }

  .g-tabs .g-tabs-nav .g-tabs-nav-item
  {
    letter-spacing: 0;
    margin-right: 30px;
    padding-bottom: 3px;
  }

  .g-tabs .g-tabs-nav 
  {
    margin-bottom: 30px;
  }

  #about .our-people
  {
    padding: 3.75rem 15px;
  }

  #about .about-item
  {
    width: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 49% !important;
            flex: 0 0 49% !important;
    margin-bottom: 15px !important;
  }

  #about .intro
  {
    padding: 0 0.9375rem;
  }

  .g-travel-container .g-travel-sidebar
  {
    width: 200px;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }

  .g-travel-container .g-travel-content
  {
    padding: 1.5rem 0 0;
  }

  .g-travel-container .g-travel-sidebar .g-travel-nav .g-travel-nav-item .g-travel-nav-item-heading 
  {
    padding-right: 10px;
    font-size: 1rem;
  }

  .g-travel-container .g-travel-content .g-travel-content-title 
  {
    font-size: 1.5rem;
  }

  #education .g-subhero
  {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
  }

  #education .g-subhero 
  {
    flex-direction: column;
    text-align: center;
  }

  #education .g-subhero .left 
  {
    font-size: 1.25rem;
  }

  #education .g-subhero .right 
  {
    margin-top: 15px;
  }

  #education .g-subhero .right a 
  {
    font-size: 0.875rem;
    padding: 0 0 0 2rem;
  }

  .this-margin 
  {
    margin-top: 20px;
  }

  #general-purchasing .g-page
  {
    margin: 5.75rem 15px 1.5rem;
    padding: 0 0 0.875rem;
  }

  .g-form-row 
  {
    flex-wrap: wrap;
  }

  .g-form-label
  {
    margin-bottom: 5px;
  }

  #about #contact article
  {
    margin-bottom: 20px;
    flex-grow: 0 !important;
    flex-shrink: 0 !important !important;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2)) !important;
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2)) !important;
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2)) !important;
  }

  #about #contact article:nth-child(1n)
  {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }

  #about #contact article:last-child
  {
    margin-right: 0 !important;
  }

  #about #contact article:nth-child(2n)
  {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .g-form-item
  {
    margin-bottom: 10px;
    flex-grow: 0 !important;
    flex-shrink: 0 !important !important;
    flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2)) !important;
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2)) !important;
   width: calc(99.9% * 1/2 - (30px - 30px * 1/2)) !important;
  }

  .g-form-item:nth-child(1n)
  {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }

  .g-form-item:last-child
  {
    margin-right: 0 !important;
  }

  .g-form-item:nth-child(2n)
  {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .g-page 
  {
    flex-direction: column;
  }

  .g-page .g-page-right
  {
    display: block;
    padding-left: 0;
    border: none;
  }

  #general-purchasing .g-page .g-page-right 
  {
    display: block;
  }

  #special-collections .g-page .g-page-right 
  {
    display: block;
    padding: 0;
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  #special-collections #container
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 1.875rem;
  }

  #special-collections .g-page 
  {
    flex-direction: column;
    padding: 0 1.875rem;
  }

  .g-faq .g-collapse
  {
    max-width: 95%;
    margin: 0 auto;
  }

  .g-collapse .g-collapse-item
  {
    padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  }

  .g-collapse .g-collapse-item::after
  {
    left: 20px;
  }

  #plans-more
  {
    padding: 1.875rem 1rem 1.875rem 1.5rem;
  }

  .g-page-hero 
  {
    height: 250px;
  }

  header nav #top-menu > li.active > a 
  {
    background-color: #4c4f55;
  }

  #video-container 
  {
    margin: 0 0.9375rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  #video-footer 
  {
    margin: 0;
    padding: 1.25rem 0.9375rem;
    width: 100%;
  }

  .cell 
  {
    width: 100%;
  }

  .cell-1 
  {
    order: 2;
  }

  .cell-2 
  {
    order: 1;
    height: 200px !important;
  }

  .g-text-mobile 
  {
    display: block;
  }

  #index #featured 
  {
    flex-direction: column;
  }

  aside h3.date
  {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.125rem;
    margin: 0;
    padding: 0;
  }

  aside .title 
  {
    max-width: 100%;
    line-height: 1.3rem;
    margin: 0;
  }

  aside 
  {
    padding: 2rem 1.25rem;
  }

  aside article
  {
    margin: 0 0 1rem;
  }

  aside h2, aside .padding
  {
    padding: 0;
  }

  aside h2 
  {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin: 0 0 1.4rem;
  }

  aside h2 span 
  {
    display: inline-block;
  }

  .show-mobile 
  {
    display: block;
  }

  .hide-mobile 
  {
    display: none;
  }

  #calendar #featured-courses
  {
    padding: 1rem 0.9375rem 5rem;
  }
}

.professional-subnav 
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  background: #fff;
  position: fixed;
  line-height: 48px;
  top: 100px;
  z-index: 5;
  -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .15);
          box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .15);
}

.professional-subnav.active
{
  top: 60px;
}

.professional-backtolist
{
  text-transform: uppercase;
  color: #abb5af;
  font-family: "montserrat";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.0625rem;
  vertical-align: center;
}

.professional-backtolist i
{
  padding-right: 13px;
  font-size: 16px;
  vertical-align: center;
}

.professional-backtolist:hover
{
  color: #4b4f54;
}

.professional-membership-directory
{
  font-family: "trajan";
  color: #c88b66;
  letter-spacing: 2.8px;
}

/* ---------- For iPhone ---------- */

@media (max-width: 40em) 
{
  .g-banner-image
  {
  padding: 0 0.9375rem;
  }

  .g-library .g-library-content .g-library-search 
  {
    padding-left: 15px;
    padding-right: 15px;
  }

  .file-col-hide 
  {
    display: none;
  }

  #compendium .g-form-select 
  {
    padding-top: 3px;
  }

  .g-resources-header .g-resource-major-search .g-resource-major-btn 
  {
    display: block;
    margin: 0.9375rem auto 0;
  }

  .g-resources-header .g-resource-major-search 
  {
    margin: 1.2rem auto 0;
  }

  .tablesorter .header, .tablesorter .tablesorter-header 
  {
    background: none;
  }

  #compendium .g-wrap
  {
    margin: 0;
    padding: 2rem 0.9375rem;
  }

  .file-bold 
  {
    padding-left: 0;
  }

  .file-bold::before 
  {
    display: none;
  }

  #compendium .g-table .g-table thead th, #archive .g-table .g-table thead th 
  {
    padding-left: 0;
  }

  #compendium .g-table tbody tr td, #archive .g-table tbody tr td 
  {
    padding-left: 0;
  }

  #archive #table 
  {
    margin-top: 20px;
  }

  .g-wrap
  {
    margin: 0 15px;
  }

  .g-resources-search .g-resources-search-field.small-round input
  {
    width: 100%;
  }

  .g-resources-search 
  {
    margin-top: 20px;
  }

  #special-collections #container
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0.9375rem;
  }

  #special-collections .g-page 
  {
    flex-direction: column;
    padding: 0 0.9375rem;
  }

  .cast-collection-desktop 
  {
    display: none;
  }

  .cast-collection-mobile 
  {
    display: block;
  }

  #resources #featured-books 
  {
    margin-bottom: 0;
    padding-bottom: 0;
  }  

  #resources #scholarship 
  {
    margin: 1.875rem 0.9375rem 3rem;
  }

  #resources #job-board #job-form .job-item, #index #job-board #job-form .job-item 
  {
    width: 100%;
    text-align: center;
  }

  #resources #job-board #job-form .job-item input[type="text"], #index #job-board #job-form .job-item input[type="text"] 
  {
    width: 100%;
  }

  #resources #emerging 
  {
    padding: 2rem 0.9375rem;
  }  

  #resources #container 
  {
    margin: 0 0.9375rem;
  }

  #resources .container-t 
  {
    margin: 0 0.9375rem;
  }

  #resources .resources-header
  {
    flex-direction: column;
    margin-bottom: 15px;
  }

  #resources .resources-header .resources-header-all
  {
    padding: 10px 0 0;
  }

  #resources #collection
  {
    padding: 1.5rem 0.9375rem;
  }

  .g-resources-header .g-resources-header-title 
  {
    font-size: 1.4rem;
  } 

  .g-resources-header
  {
    padding: 1.5rem 0.9375rem;
  }

  .g-resources-header.newstyle
  {
    padding: 2rem 0.9375rem 1.3rem;
  }

  #special-collections .masonry-popup .masonry-popup-content 
  {
    flex-direction: column;
  }

  #special-collections .masonry-popup .masonry-popup-content .masonry-popup-right
  {
    border:none;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    font-family: "montserrat";
    font-size: 0.875rem;
  }

  #special-collections #container .grid-sizer, #special-collections #container .masonry-item 
  {
    width: 49%;
  }

  #notfound-container 
  {
    flex-direction: column;
  }

  #notfound-left 
  {
    padding: 0;
  }

  #notfound-right 
  {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  #notfound-right img 
  {
    width: 100%;
  }

  #notfound-container 
  {
    text-align: center;
    padding-top: 1.5rem;
  }

  #notfound-left h1 
  {
    font-size: 1.375rem;
  }

  #notfound-left p 
  {
    font-size: 1.2rem;
  }

  #notfound-buttons 
  {
    margin-top: 1.2rem;
  }

  #notfound-buttons a 
  {
    margin-left: auto;
    margin-right: auto;
  }

  #general-purchasing .g-page
  {
    margin: 4.75rem 15px 1.5rem;
  } 

  .view-benefits 
  {
    font-size: 1.2rem;
  }    

  .g-travel-container .g-travel-content .g-travel-content-title, .g-title.deadlines-title, #travel-tour h2
  {
    font-size: 1.375rem;
  }

  #travel-tour .g-event .g-event-right 
  {
    min-width: 0;
  }

  #travel-tour .g-event-buttons 
  {
    margin-top: 10px;
  }

  .sponsorship-text-mobile .g-page-hero-title 
  { 
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  #sponsor .g-title
  {
    font-size: 1.5rem;
  }

  .press-text 
  {
    display: none !important;
  }

  .press-text-mobile 
  {
    display: block;
    padding: 1.25rem 1.25rem 0;
    text-align: center;
  }

  .press-text-mobile p 
  {
    line-height: 1.5rem;
  }

  .press-text-mobile h2 
  {
    font-size: 1.5rem;
  }

  #event .rich-text .subtitle 
  {
    font-size: 0.875rem;
  }

  .g-book-desc .g-book-desc-content .g-book-desc-meta a 
  {
    width: 49%;
  }

  .g-book-desc .g-book-desc-content .g-book-desc-text
  {
    margin-bottom: 1.25rem;
  }

  .g-book-desc .g-book-desc-content .g-book-desc-title 
  {
    font-size: 1.5rem;
  }

  #book-description #other #other-title 
  {
    font-size: 1.5rem;
  }

  .g-book-desc .g-book-desc-content .g-book-desc-order 
  {
    flex-direction: column;
  }

  .g-book-desc .g-book-desc-content .g-book-desc-price 
  {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .g-book-desc .g-book-desc-thumbnail img 
  {
    width: 100%
  }

  #book-description #other
  {
    margin-top: 25px;
    padding: 0 15px 60px;
    overflow: hidden;
  }

  #book-description #details 
  {
    flex-direction: column;
  }

  #book-description #details .book-details
  {
    margin-bottom: 10px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #book-description #details .book-details:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  #book-description #details .book-details:last-child
  {
    margin-right: 0;
  }

  #book-description #details .book-details:nth-child(2n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #award-details #winners 
  {
    margin-bottom: 3.75rem;
  }

  .g-person .g-person-section-left .g-person-name, #directory-low #content #info #info-name
  {
    font-size: 1.5rem;
  }

  .g-person .g-title 
  {
    font-size: 1.5rem;
  }

  .g-person .g-person-section-left
  {
    padding: 1.25rem 0.9375rem;
  }  

  #directory-legend 
  {
    text-align:center;
    margin: 1.875rem 0.9375rem 0;
    line-height: 1.5rem;
  }

  #directory #list
  {
    margin: 1.5rem 15px;
  }

  #directory #filter
  {
    padding: 1.5rem 15px;
  }

  #directory #list .list-section .list-items 
  {
    margin: 0;
  }

  #directory #list .list-section .list-items .list-item
  {
    letter-spacing: normal;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    float: none;
    text-align: left;
    vertical-align: bottom; /* align row's columns top or baseline */
    box-sizing: border-box;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    font-family: "montserrat";
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #777b80;
    width: 100%;
  }

  #directory #top #top-left #top-text 
  {
    font-size: 0.875rem;
    line-height: 1.2rem;
  }

  #directory #top #top-left 
  {
    order: 1;
    padding: 1rem 0.9375rem 1rem;
  }

  #directory #top #top-left #top-title
  {
    font-size: 1.375rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  #chapter-detail #chapter-info a
  {
    font-size: 0.875rem;
    display: block;
    margin: 0 0 1.25rem;
    letter-spacing: 0;
  }

  #chapter-detail #chapter-content
  {
    margin: 1.5rem 0 0;
    padding: 0 1.25rem 1rem 1.25rem;
  }

  #chapter-detail aside h2 
  {
    margin: 0 0 1rem;
  }

  #chapter-detail #chapter-content h1
  {
    font-size: 1.375rem;
    line-height: 1.4rem;
    margin: 0 0 1rem;
  }

  #chapter-detail h2 
  {
    font-size: 1.375rem;
  }

  #chapters #map 
  {
    display: none;
  }

  #chapters #sidebar #zipcode 
  {
    display: none;
  }

  #chapters 
  {
    display: block;
    width: 100%;
  }

  #chapters #sidebar
  {
    display: block;
    width: 100%;
    height: auto;
  }

  #chapters #sidebar #items
  {
    padding: 1.25rem 0.9375rem 0 0.9375rem;
    margin: 0rem 0 0 0;
  }

  .education-mobile 
  {
    margin: 0 0.9375rem;
  }

  .education-mobile .g-btn 
  {
    width: 100%;
  }

  #continuing-education #article-content,
  #summer-studio #article-content,
  #professional-intensives #article-content,
  #workshops #article-content,
  #drawing-tours #article-content,
  #new-heights #article-content,
  #certificate-classical-architecture #article-content,
  #national-curriculum-conference #article-content
  {
    margin: 2.5rem 0 0;
    padding: 0 0.9375rem 1rem;
  }

  .g-tabs .g-tabs-nav 
  {
  flex-direction: column;
  text-align: center;
  }

  .g-tabs .g-tabs-nav .g-tabs-nav-item
  {
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 0;
  padding-bottom: 3px;
  display: inline-block !important;
  margin-bottom: 10px;
  }

  .g-tabs .g-tabs-nav .g-tabs-nav-item.is-active
  {
    color: #c88b66;
  }

  .g-tabs .g-tabs-nav .g-tabs-nav-item.is-active::after
  {
    height: 0;
  }

  #about .about-item
  {
    margin-bottom: 10px !important;
  }

  #education #certificate p.desc
  {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    letter-spacing: 0.0325rem;
    margin: 0.5rem 0 0.8rem;
  }

  #education #certificate h3
  {
    font-size: 1.2rem;
    margin-top: 0.9375rem;
    letter-spacing: 0;
  }

  .g-travel-container .g-travel-sidebar 
  {
    display: none;
  }

  .g-travel-container
  {
    margin: 0 15px;
  }

  #articles .g-hero .g-text-center
  {
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    max-width: 100%;
    padding: 3.125rem 5.625rem 2.8125rem;
  }

  #articles .g-hero .g-text-center h1
  {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1rem;
    font-weight: 700
  }

  #articles .g-hero .g-text-center .subtitle
  {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }

  #articles .g-hero .g-text-center .g-btn
  {
    padding: 0.375rem 1.0625rem;
    font-size: 0.6875rem;
  }

  #this-row 
  {
    flex-direction: column;
  }

  #general-purchasing .g-radio.mont 
  {
    margin-bottom: 10px;
  }

  #donation .g-page
  {
    margin: 2.75rem 15px 1.5rem;
    padding: 0 0 0.875rem;
  }

  .payment-block 
  {
    margin-top: 30px;
  }

  #donation .g-title, #general-purchasing .g-title 
  {
    font-size: 20px;
  }

  .g-form-purchase 
  {
    text-align: center;
  }

  .g-form-box 
  {
    margin-bottom: 0;
  }

  .comment-box 
  {
    margin-top: 30px;
  }

  #about #contact article
  {
    margin-bottom: 10px;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1)) !important;
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1)) !important;
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1)) !important;
  }

  #about #contact article:nth-child(1n)
  {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }

  #about #contact article:last-child
  {
    margin-right: 0 !important;
  }

  #about #contact article:nth-child(2n)
  {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .g-form-item
  {
    margin-bottom: 10px;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1)) !important;
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1)) !important;
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1)) !important;
  }

  .g-form-item:nth-child(1n)
  {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }

  .g-form-item:last-child
  {
    margin-right: 0 !important;
  }

  .g-form-item:nth-child(2n)
  {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .g-form-col2 .g-form-col2-item
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  .g-form-col2 .g-form-col2-item:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  .g-form-col2 .g-form-col2-item:last-child
  {
    margin-right: 0;
  }

  .g-form-col2 .g-form-col2-item:nth-child(1n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  .g-form-plans 
  {
    flex-direction: column;
  }

  .g-form-plans .g-form-plan
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  .g-form-plans .g-form-plan:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  .g-form-plans .g-form-plan:last-child
  {
    margin-right: 0;
    margin-top: 10px;
  }

  .g-form-plans .g-form-plan:nth-child(1n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #donation .g-page #donation-radios-wrap .g-radio
  {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-family: "montserrat";
    color: #777b80;
    font-weight: 300;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }

  .g-page .g-page-left
  {
    margin-right: 0;
  }

  .g-page-hero-box-mobile 
  {
    display: block;
    padding: 20px 20px 0;
    text-align: center;
  }

  .g-page-hero-box-mobile .g-page-hero-title 
  {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
    color: #c88b66;
    font-family: "trajan";
  }

  #membership #plans 
  {
    margin: 1.75rem 15px 0;
  }

  .plan-join .g-btn 
  {
    width: 100%;
  }

  #plans-more 
  {
    flex-direction: column;
  }  

  #plans-more-text 
  {
    margin-bottom: 20px;
  }

  .g-page-hero 
  {
    height: 150px;
  }

  #donation .g-page-hero 
  {
    height: 200px;
  }

  #donation .g-page-hero .g-page-hero-title 
  {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  #donation .g-page-hero .g-page-hero-text 
  {
    max-width: 100%;
    font-size: 0.8125rem;
    line-height: 150%;
    font-weight: 400;
  }

  #membership .g-page-hero-box 
  {
    display: none;
  }

  #membership #plans .plan .plan-header
  {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.09375rem;
    padding: 1.25rem 1.25rem 0;
    border-radius: 2px 2px 0 0;
    min-height: 62px;
  }

  #membership #plans .plan
  {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }

  #membership #plans .plan:nth-child(1n)
  {
    margin-right: 30px;
    margin-left: 0;
  }

  #membership #plans .plan:last-child
  {
    margin-right: 0;
  }

  #membership #plans .plan:nth-child(1n)
  {
    margin-right: 0;
    margin-left: auto;
  }

  #featured-courses .art-wrap, #chapter-detail #upcoming-events .art-wrap
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-direction: column;
  }

  #calendar #featured-courses article .date
  {
    font-size: 2rem;
    line-height: 2rem;
  }

  #calendar #featured-courses .art-wrap .center .category, #chapter-detail #upcoming-events .art-wrap .center .category 
  {
    position: relative;
    bottom: auto;
    left: 0;
  }

  #calendar #featured-courses .art-wrap .left, #chapter-detail #upcoming-events .art-wrap .left 
  {
    width: 100%;
  }

  #calendar #featured-courses .art-wrap .right, #chapter-detail #upcoming-events .art-wrap .right 
  {
    padding: 0.3125rem 0.9375rem;
    text-align: center;
  }

  #calendar #featured-courses .art-wrap .center .category, #chapter-detail #upcoming-events .art-wrap .center .category 
  {
    font-size: 11px;
  }

  #calendar #featured-courses .art-wrap img, #chapter-detail #upcoming-events .art-wrap img
  {
    width: 100%;
    max-height: 100%; 
    display: block;
    margin-left: 0; 
  }

  .calendar-hero-text 
  {
    font-size: 1.125rem;
  }

  #calendar .g-hero 
  {
    height: 100px;
  }
  
  #calendar .g-hero img 
  {
    height: auto;
    min-height: 100px;
  }
}
