body {
  color: #202020;
  font-family: "Neue Helvetica W01","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.accessible {
  padding: 10px;
  position: absolute;
  left: -9999em;
  background: #fff; }
  .accessible ul {
    text-align: right; }
    .accessible ul li {
      margin: 0 0 0 .5em;
      display: inline; }
  .accessible.show {
    position: relative;
    left: 0; }

.wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (min-width: 576px) {
    .wrap {
      width: 540px; } }
  @media (min-width: 768px) {
    .wrap {
      width: 750px; } }
  @media (min-width: 992px) {
    .wrap {
      width: 970px; } }
  @media (min-width: 1200px) {
    .wrap {
      width: 1170px; } }

#content-wrapper {
  background: #333333; }

#column-wrapper {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 768px) {
  #left-col {
    width: 25%;
    float: left;
    padding-right: 20px; } }

#right-col {
  margin-top: 20px; }
  @media (min-width: 768px) {
    #right-col {
      width: 75%;
      float: right;
      margin-top: 0; } }

#left-col,
#right-col {
  box-sizing: border-box; }

#header {
  background: #000; }
  #header .wrap {
    padding: 20px;
    position: relative;
    line-height: 140%; }
  #header #logo {
    float: left; }
    #header #logo a {
      color: #fff;
      font-size: 2em;
      text-decoration: none;
      font-weight: 900;
      vertical-align: middle;
      position: relative;
      line-height: normal;
      display: table; }
      #header #logo a span {
        vertical-align: middle;
        display: table-cell; }
      @media (max-width: 767px) {
        #header #logo a {
          font-size: 1.2em; } }
    #header #logo img {
      width: 80px;
      height: auto;
      margin-right: 30px;
      display: table-cell; }
      @media (max-width: 767px) {
        #header #logo img {
          width: 50px;
          margin-right: 10px; } }

@media (min-width: 768px) {
  #hdr-right {
    position: absolute;
    top: -90px;
    right: 0; } }

#colo-search {
  box-sizing: border-box;
  color: #fff;
  font-size: 11px;
  padding: 10px; }
  @media (min-width: 768px) {
    #colo-search {
      width: 200px;
      background: #333333;
      border-radius: 5px;
      padding: 0; } }
  #colo-search #culinks {
    padding: 5px 10px 10px;
    font-weight: 600; }
    @media (max-width: 767px) {
      #colo-search #culinks {
        display: none; } }
  #colo-search form {
    margin: 0 10px;
    padding-bottom: 10px;
    position: relative; }
    @media (max-width: 767px) {
      #colo-search form {
        margin: 0;
        padding: 0; } }
    #colo-search form input[type=text] {
      padding: 0 45px 0 5px;
      font-family: inherit;
      height: 24px;
      width: 100%;
      box-sizing: border-box;
      line-height: normal;
      background: #999;
      color: #fff; }
      @media (max-width: 767px) {
        #colo-search form input[type=text] {
          height: 35px; } }
    #colo-search form button.submit {
      width: 24px;
      height: 24px;
      background: none;
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 0px;
      color: #fff;
      background: #CFB87C; }
      @media (max-width: 767px) {
        #colo-search form button.submit {
          height: 35px;
          width: 35px; } }
    #colo-search form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    #colo-search form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    #colo-search form :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    #colo-search form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  #colo-search a {
    color: #fff;
    text-decoration: none; }

#navigation {
  background: #fff; }
  #navigation .wrap {
    position: relative; }
  @media (min-width: 768px) {
    #navigation ul li {
      float: left;
      border-right: 1px solid #d7d7d7; } }
  #navigation ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0 8px;
    line-height: 40px;
    font-weight: 600;
    transition: background-color 0.25s ease,border-color 0.25s ease,color 0.25s ease;
    font-size: 15px; }
    @media (max-width: 991px) and (min-width: 768px) {
      #navigation ul li a {
        font-size: 13px;
        padding: 0 6px; } }
    #navigation ul li a:hover, #navigation ul li a:focus {
      color: #fff;
      background: #000; }

.mobile-menu-toggle {
  display: none; }
  .mobile-menu-toggle a {
    background: #fff;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    display: block;
    transition: background-color 250ms;
    font-weight: 700;
    color: #000;
    font-size: 1.2rem; }
  @media (max-width: 767px) {
    .mobile-menu-toggle {
      display: block; } }

#cl-menu ul.nav li a {
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  color: #333;
  transition: background .1s; }
  #cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
    background: #E7E7E7; }

#cl-menu ul.nav li.active > a,
#cl-menu ul.nav li.active > .toggle-wrap > a, #cl-menu ul.nav li.self > a,
#cl-menu ul.nav li.self > .toggle-wrap > a {
  background: #f2f2f2; }

#cl-menu ul.nav li.self > a,
#cl-menu ul.nav li.self > .toggle-wrap > a {
  font-weight: 600; }

#cl-menu ul.nav ul.nav {
  padding-left: 10px; }

#cl-menu > ul.nav > li {
  border-top: 1px solid #ddd; }
  #cl-menu > ul.nav > li:last-of-type {
    border-bottom: 1px solid #ddd; }

#cl-menu.togglenav li > .toggle-wrap {
  position: relative; }

#cl-menu.togglenav li.isparent > .toggle-wrap > a {
  padding-right: 30px; }

#cl-menu.togglenav li.isparent button {
  display: inline-block;
  font-size: 0em;
  background: none;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 16px;
  cursor: pointer; }
  #cl-menu.togglenav li.isparent button span {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0; }
    #cl-menu.togglenav li.isparent button span:after {
      content: "\f0fe";
      font-family: FontAwesome;
      display: block;
      color: #CFB87C;
      font-size: 1rem; }
  #cl-menu.togglenav li.isparent button.open span:after {
    content: "\f146"; }

#cl-menu.togglenav li.isparent:not(.active):not(.self) > ul.nav {
  display: none; }

#sidebar-nav-mobile {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: #000;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 1em; }
  #sidebar-nav-mobile:before {
    content: "\f0c9";
    font-family: FontAwesome;
    margin-right: 10px; }
  @media (min-width: 768px) {
    #sidebar-nav-mobile {
      display: none; } }

#content.has-contact .onthispage {
  display: inline-block;
  width: 50%; }

.onthispage {
  margin: 20px 0;
  border: 1px solid #ddd; }
  .onthispage .otp-title {
    font-weight: 400;
    background: #000;
    padding: 10px 15px;
    color: #fff; }
  .onthispage ul {
    padding: 15px; }
    .onthispage ul li {
      margin: 0 0 0.5em; }
      .onthispage ul li:last-child {
        margin: 0; }
      .onthispage ul li a {
        text-decoration: none;
        color: inherit; }
        .onthispage ul li a:hover, .onthispage ul li a:focus {
          text-decoration: underline; }
      .onthispage ul li ul {
        margin: 0;
        list-style: none; }
    .onthispage ul ul {
      padding: 10px 0 0 15px; }
  #content .onthispage ul {
    margin-bottom: 0; }
    #content .onthispage ul ul {
      margin: 0; }

#sidebaredit,
.onthispageedit {
  text-decoration: none; }

#breadcrumb {
  background: #e7e7e7; }
  #breadcrumb ul {
    float: left;
    width: 75%;
    padding: 9px 0; }
    #breadcrumb ul:before, #breadcrumb ul:after {
      content: " ";
      display: table; }
    #breadcrumb ul:after {
      clear: both; }
    #breadcrumb ul li {
      float: left;
      font-size: 12px;
      color: #333;
      line-height: 1.4; }
      #breadcrumb ul li a {
        text-decoration: none;
        color: #333; }
        #breadcrumb ul li a:hover, #breadcrumb ul li a:focus {
          text-decoration: underline; }
    #breadcrumb ul .crumbsep {
      padding: 0 0.25em; }

#footer {
  padding: 20px;
  background: #000;
  text-align: center; }

#footer p {
  color: #fff;
  line-height: 140%;
  font-size: 0.9em; }

#footer a {
  color: #cfb87c;
  text-decoration: none;
  transition: all 150ms; }

#footer a:hover {
  color: #fff; }

#footer strong {
  font-weight: 500; }

#social,
#footer #info,
#footer #bottom {
  margin-bottom: 1.5em; }

#footer #bottom a {
  font-weight: 600; }

#social ul {
  text-align: center; }

#social li {
  margin: 0 10px 10px 0;
  display: inline-block;
  zoom: 1; }

#social li .socicon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-family: "si" !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff !important; }

.soc-icon-last {
  margin: 0 !important; }

.soc-twitter {
  background-color: #4da7de; }

.soc-twitter:before {
  content: 'a'; }

.soc-facebook {
  background-color: #3e5b98; }

.soc-facebook:before {
  content: 'b'; }

.soc-googleplus {
  background-color: #d93e2d; }

.soc-googleplus:before {
  content: 'c'; }

.soc-pinterest {
  background-color: #c92619; }

.soc-pinterest:before {
  content: 'd'; }

.soc-linkedin {
  background-color: #3371b7; }

.soc-linkedin:before {
  content: 'j'; }

.soc-youtube {
  background-color: #e02a20; }

.soc-youtube:before {
  content: 'r'; }

.soc-instagram {
  background-color: #9c7c6e; }

.soc-instagram:before {
  content: 'x'; }

#social li a:hover .socicon,
#social li a:focus .socicon,
#social li a:active .socicon {
  background-color: #666 !important; }

#cat-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 260px; }
  #cat-header .wrap {
    position: relative; }
  #cat-header h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    display: block;
    padding: 15px;
    color: #363636;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1; }
    @media (max-width: 767px) {
      #cat-header h1 {
        margin: 0 15px;
        font-size: 32px; } }

.tab_content {
  padding-top: 10px; }

#content {
  line-height: 1.5; }
  #content #contact-box {
    margin: 0 0 15px 15px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    background: #efefef;
    padding: 10px 10px 0; }
    @media (min-width: 768px) {
      #content #contact-box {
        float: right;
        width: 37%; } }
    #content #contact-box h2 {
      font-size: 1em;
      margin-bottom: 5px; }
      #content #contact-box h2.box-title {
        font-size: 1.15em; }
    #content #contact-box ul {
      margin: 0 0 0 18px;
      padding: 0; }
      #content #contact-box ul li {
        margin: 0; }
        #content #contact-box ul li a {
          font-size: 0.9rem; }
      #content #contact-box ul + h2 {
        margin-top: 10px; }
      #content #contact-box ul:last-of-type {
        margin-bottom: 15px; }
  #content a {
    text-decoration: none;
    color: #337ab7; }
    #content a:hover, #content a:focus {
      color: #23527c;
      text-decoration: underline; }
  #content h1.page-title,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    line-height: 1.2;
    margin: 0 0 10px 0; }
  #content h1.page-title {
    font-weight: 900;
    font-size: 2.2em;
    padding-bottom: 20px; }
  #content h2 {
    font-weight: 900;
    font-size: 1.6em; }
  #content h3 {
    font-weight: 900;
    font-size: 1.4em; }
  #content h4 {
    font-weight: 900;
    font-size: 1.2em; }
  #content h5 {
    font-weight: 600;
    font-size: 1.13em; }
  #content h6 {
    font-weight: 600;
    font-size: 1em; }
  #content p,
  #content dl,
  #content ul,
  #content ol,
  #content table,
  #content blockquote {
    margin-bottom: 1.25em; }
  #content p.introtext {
    font-size: 1.3em;
    font-weight: 300; }
  #content p.noindent {
    margin: 0;
    padding: 0; }
  #content p.hangindent {
    padding-left: 25px;
    text-indent: -25px; }
  #content ul {
    margin-left: 25px; }
    #content ul:not([type]) {
      list-style: disc; }
    #content ul li {
      margin: 0 0 0.5em; }
      #content ul li br {
        margin: 0 0 0.5em 0; }
      #content ul li ul {
        font-size: 1em;
        margin-bottom: 0;
        margin-top: 0.5em; }
        #content ul li ul:not([type]) {
          list-style: circle; }
      #content ul li p,
      #content ul li table {
        font-size: 1em; }
    #content ul.tightlist {
      list-style: none;
      margin: 0 0 1em 0; }
      #content ul.tightlist li {
        margin: 0; }
      #content ul.tightlist ul {
        list-style: none;
        margin: 0 0 0 25px; }
        #content ul.tightlist ul li:first-child {
          margin-top: 0; }
    #content ul[type="circle"] {
      list-style: circle; }
    #content ul[type="disc"] {
      list-style: disc; }
    #content ul[type="square"] {
      list-style: square; }
  #content ol {
    margin-left: 30px; }
    #content ol:not([type]) {
      list-style: decimal; }
    #content ol li {
      margin-top: 0.5em; }
    #content ol ol {
      margin-top: 0.5em;
      margin-bottom: 0; }
      #content ol ol:not([type]) {
        list-style: lower-alpha; }
      #content ol ol li {
        margin: 0 0 0.5em; }
      #content ol ol ol:not([type]) {
        list-style: lower-roman; }
    #content ol[type="i"] {
      list-style: lower-roman; }
    #content ol[type="I"] {
      list-style: upper-roman; }
    #content ol[type="a"] {
      list-style: lower-alpha; }
    #content ol[type="A"] {
      list-style: upper-alpha; }
    #content ol[type="1"] {
      list-style: decimal; }
  #content ul li br,
  #content ol li br {
    content: '';
    display: block;
    margin: 10px 0; }
  #content sup,
  #content sub {
    font-size: 0.8em;
    line-height: 1; }
  #content sup {
    vertical-align: super; }
  #content sub {
    vertical-align: sub; }
  #content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }
  #content blockquote {
    border-left: 5px solid #ccc;
    padding: 0 0 0 .5em;
    font-style: italic; }
    #content blockquote p {
      line-height: 1.5; }
    #content blockquote cite {
      display: block;
      font-size: 0.75em; }
      #content blockquote cite:before {
        content: "\2014 \0020"; }
      #content blockquote cite a {
        color: #ccc; }
  #content .cola {
    width: 48%;
    float: left; }
  #content .colb {
    width: 48%;
    float: right; }
  @media (max-width: 575px) {
    #content .cola,
    #content .colb {
      width: auto;
      float: none; } }
  #content table {
    font-size: .9rem;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none; }
    #content table a {
      color: #2d699e; }
    #content table th,
    #content table td {
      padding: 0.5rem;
      border-top: 1px solid #ccc;
      text-align: left;
      vertical-align: top; }
    #content table th {
      font-weight: bold;
      background: #000;
      color: #fff; }
    #content table td img {
      vertical-align: top; }
    #content table td p,
    #content table td li {
      margin: 0;
      font-size: 1em; }
    #content table tr.areaheader td, #content table tr.areaheader,
    #content table tr.areasubheader td, #content table tr.areasubheader,
    #content table tr.listsum td,
    #content table tr.plangridtotal td,
    #content table tr.plangridsum td {
      font-weight: bold; }
    #content table tr.areasubheader,
    #content table tr.areasubheader td {
      font-style: italic;
      color: #555; }
    #content table tr.odd {
      background: #f9f9f9; }
    #content table tr.orclass td {
      padding-top: 0;
      border-top: none; }
      #content table tr.orclass td.codecol {
        padding-left: 2em; }
    #content table tr td.hourscol,
    #content table tr th.hourscol {
      text-align: right;
      width: 10%;
      white-space: nowrap; }
    #content table.hiddencourselist {
      display: none; }
    #content table.sc_courselist td[colspan="2"] + td.hourscol {
      width: 75px;
      white-space: nowrap; }
    #content table .plangridterm th {
      background: #eee;
      color: #333;
      padding: 0.3em 0.7em;
      font-size: 14px; }
    #content table.sorttable tr.odd,
    #content table.sorttable tr.even {
      background: none; }
    #content table.sorttable tr:nth-child(2n) {
      background: #f5f5f5; }
    #content table.sc_footnotes {
      border: 0; }
      #content table.sc_footnotes td {
        padding: 0 0 0.75em 0;
        border: 0; }
        #content table.sc_footnotes td.symcol {
          width: 15px; }
        #content table.sc_footnotes td ul {
          margin-top: 7px;
          margin-bottom: 7px; }
        #content table.sc_footnotes td li {
          font-size: 1em; }
  #content .courseblock {
    margin-bottom: 35px; }
  #content.has-tabs .tab_content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px; }
  #content #tabs ul {
    margin: 0;
    border-bottom: 1px solid #ddd; }
    #content #tabs ul li {
      float: left;
      list-style-type: none;
      border-top: 3px solid #e8e8e8;
      margin: 0;
      margin-bottom: -1px; }
      #content #tabs ul li a, #content #tabs ul li button {
        color: #666;
        padding: 10px 15px;
        background: #e8e8e8;
        display: block;
        text-decoration: none;
        border: 1px solid transparent;
        border-top: none; }
      #content #tabs ul li.active, #content #tabs ul li.active-sub {
        border-top: 3px solid #CFB87C; }
        #content #tabs ul li.active a, #content #tabs ul li.active button, #content #tabs ul li.active-sub a, #content #tabs ul li.active-sub button {
          color: #555;
          background: #fff;
          border-color: #ddd;
          border-bottom-color: transparent; }
      #content #tabs ul li:not(.active) a:hover,
      #content #tabs ul li:not(.active) a:focus,
      #content #tabs ul li:not(.active) button:hover,
      #content #tabs ul li:not(.active) button:focus {
        background: #eee; }
      #content #tabs ul li.tab-overflow {
        position: relative; }
        #content #tabs ul li.tab-overflow > button {
          position: relative;
          padding-right: 32px; }
          #content #tabs ul li.tab-overflow > button:after {
            content: '\f0d7';
            font-family: FontAwesome;
            font-weight: normal;
            line-height: 0;
            width: 14px;
            display: block;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 7px; }
        #content #tabs ul li.tab-overflow ul {
          border: none;
          background: none;
          margin: 0;
          padding: 0;
          position: fixed;
          z-index: 50;
          right: 105%;
          top: calc(100% - 1px);
          white-space: nowrap; }
          #content #tabs ul li.tab-overflow ul a {
            border: none;
            border-bottom: .5px solid #efefef;
            border-left: 3px solid #CFB87C;
            text-align: right; }
        #content #tabs ul li.tab-overflow.tab-solo button {
          color: #fff; }
        #content #tabs ul li.tab-overflow.tab-solo ul,
        #content #tabs ul li.tab-overflow.tab-solo ul a {
          text-align: left; }
        #content #tabs ul li.tab-overflow li {
          float: none;
          border: none;
          margin: 0;
          padding: 0; }
        #content #tabs ul li.tab-overflow.open ul {
          position: absolute;
          right: 0; }
  #content ul.letternav {
    margin: 0 0 1em 0;
    list-style: none; }
    #content ul.letternav li {
      text-transform: uppercase;
      font-weight: bold;
      float: left;
      margin: 0 1px 1px 0; }
      #content ul.letternav li a, #content ul.letternav li.inactive {
        padding: .25em .6em;
        color: #333;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 1em;
        float: left;
        border: none;
        background: #000; }
      #content ul.letternav li.inactive {
        background: #eee; }
      #content ul.letternav li a {
        color: #fff;
        text-decoration: none;
        border: none; }
        #content ul.letternav li a:hover, #content ul.letternav li a:active, #content ul.letternav li a:focus {
          background: #333333; }
  #content img.imgleft {
    padding: 0 10px 10px 0;
    float: left; }
  #content img.imgright {
    padding: 0 0 10px 10px;
    float: right; }
  #content img.align-left {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #content img.align-left {
        float: left;
        margin-right: 20px;
        max-width: 100%;
        width: 430px; } }
  #content .archive-message,
  #content .shared-message {
    background: #fafafa; }
    #content .archive-message p,
    #content .shared-message p {
      padding: 1rem;
      border: 1px solid #ccc;
      border-radius: 3px; }
  #content .gcs-pagination {
    text-align: left; }
    #content .gcs-pagination a,
    #content .gcs-pagination .current {
      padding: 5px 12px;
      font-size: 0.75em;
      color: #333;
      text-decoration: none;
      background-color: #f5f5f5;
      background-image: none;
      background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
      border: 1px solid #bbbbbb;
      display: inline-block;
      border-radius: 4px; }
    #content .gcs-pagination .current {
      color: #000;
      background-color: #dfdfdf;
      background-image: none; }
  #content .gsc-url {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%; }
  #content .gsc-total {
    margin: 0 0 1em 0;
    font-style: italic; }
  #content .gcs-result h3 {
    margin-bottom: 0; }
  #content .toggle-wrap {
    margin-bottom: 20px; }
  #content .toggle-content {
    padding: 10px 0 0 10px; }
    #content .toggle-content .toggle-wrap {
      border: none; }
  #content .toggle {
    margin: 0;
    padding: 0; }
    #content .toggle button {
      background: none;
      color: inherit;
      cursor: pointer;
      text-align: left;
      background: #eee;
      width: 100%;
      padding: 10px;
      border-radius: 3px; }
      #content .toggle button:before {
        content: "\f055";
        font-family: FontAwesome;
        margin-right: 12px;
        font-size: .6em;
        position: relative;
        top: -3px;
        width: 15px;
        display: inline-block;
        color: #000;
        font-weight: normal; }
    #content .toggle.expanded button:before {
      content: "\f056"; }
    #content .toggle + [aria-hidden] {
      display: none; }
    #content .toggle + [aria-hidden="false"] {
      display: block; }
  #content .fslaunch {
    margin: 1rem 0; }
  #content a.fslaunch-btn {
    padding: 10px;
    color: #FFF;
    font-size: .75rem;
    background: #333333;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none; }
    #content a.fslaunch-btn:hover, #content a.fslaunch-btn:focus {
      background: #000; }
  #content a.fslaunch-btn:before {
    margin: 0 10px 0 0;
    font-family: FontAwesome;
    content: '\f002'; }

a#totop {
  display: block;
  opacity: 0;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #000;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  z-index: 999;
  line-height: 1.5;
  text-decoration: none; }
  a#totop:after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 1.2em;
    text-indent: 0;
    text-align: center;
    color: white;
    display: block;
    position: absolute;
    bottom: 9px;
    right: 12px; }
  a#totop.show {
    opacity: 1; }

a#print-btn {
  float: right;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  line-height: 32px; }
  @media (max-width: 767px) {
    a#print-btn {
      display: none; } }
  a#print-btn:before {
    margin-right: 10px;
    content: "\f02f";
    font-family: FontAwesome;
    display: inline-block; }

#print-dialog {
  padding: 0;
  width: 350px;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1.5;
  font-family: inherit !important; }
  @media (max-width: 768px) {
    #print-dialog {
      width: 90%; } }
  #print-dialog.screen {
    font-size: 100%; }
  #print-dialog.noscript {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    padding: 10px;
    font-size: 1.5em;
    border-bottom: 1px solid #ccc; }
  #print-dialog .print-body {
    padding: 20px 10px; }
  #print-dialog .print-option {
    padding: 0 0 10px 0; }
    #print-dialog .print-option a {
      font-weight: 600;
      color: #000; }
    #print-dialog .print-option p {
      margin: 0; }
  #print-dialog .buttons {
    padding: 10px;
    background: #333333; }
  #print-dialog .cancel a {
    padding: 5px 12px;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    float: right;
    border: 1px solid #ebebeb;
    background-color: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    #print-dialog .cancel a:hover, #print-dialog .cancel a:focus {
      background: #e6e6e6; }

html.no-js .accessible {
  position: relative;
  left: 0; }

html.no-js #print-dialog {
  display: block;
  position: relative; }

html.no-js #totop {
  opacity: 1; }

.tab_content {
  outline: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body.homepage h1 {
  display: none !important; }

body.homepage #content h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 35px;
  font-weight: 900; }

body.homepage #content section {
  padding: 105px 0; }

body.homepage #content a.btn {
  padding: 15px 50px;
  background-color: #CFB87C;
  color: black;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto; }

body.homepage #content section:nth-child(3n + 1) {
  background: #fff; }

body.homepage #content section:nth-child(3n + 2) {
  background: #333333; }
  body.homepage #content section:nth-child(3n + 2) h2 {
    color: #fff; }

body.homepage #content section:nth-child(3n + 3) {
  background: #EFF0F0; }

body.homepage #content section#discover p {
  text-align: center;
  margin-bottom: 0; }

body.homepage #content section#catalogs a.lfeditable {
  color: #fff !important; }

body.homepage #content section#catalogs ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body.homepage #content section#catalogs li {
  margin: 0;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (min-width: 992px) {
    body.homepage #content section#catalogs li {
      float: left;
      width: 25%;
      padding: 0 10px; } }
  body.homepage #content section#catalogs li a {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 150px;
    position: relative;
    background: #111; }
    body.homepage #content section#catalogs li a:hover span.title {
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px; }
  body.homepage #content section#catalogs li span {
    display: block; }
  body.homepage #content section#catalogs li span.title {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 63px 10px;
    transition: all 400ms;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    text-align: center;
    z-index: 1; }
  body.homepage #content section#catalogs li span.image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

body.homepage #content section#main-content p {
  font-size: 1.1rem; }

body.homepage #content section#hp-search #search {
  width: 585px;
  margin: 0 auto; }
  body.homepage #content section#hp-search #search form {
    position: relative; }
  body.homepage #content section#hp-search #search input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #777;
    border-radius: 50px;
    padding: 8px 15px;
    padding-left: 35px;
    font-size: 18px;
    line-height: normal; }
  body.homepage #content section#hp-search #search button {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    font-size: 20px;
    color: #474747;
    text-align: center;
    width: 40px;
    padding-top: 5px; }

/*# sourceMappingURL=styles.css.map */