﻿/* BRAND */
/*@import url(https://fonts.googleapis.com/css?family=Roboto|Fjalla+One|EB+Garamond|Rhodium+Libre);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Fjalla+One|EB+Garamond|Rhodium+Libre);
/* dark grey */
/* corporate grey */
/* corporate red */
/* corporate green */
/* corporate green */
/* corporate yellow */
/* grey */
/* light grey */
/* darker grey */
/* darker grey */
/* charcoal grey */
/* blue/grey */
/* white */
/* black */
/* ----------------------------- */
::selection {
  background: rgba(235, 146, 29, 0.25); }

body {
  font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  background-color: #fff;
  background-image: url(../../Images/pg-bkgd-corp.svg);
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  font-size: 14px; }

h1, h2, h3, h4, h5 {
  font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333; }

h1 {
  font-size: 35px;
  color: #425968;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around; }
  h1 span {
    background: repeating-linear-gradient(0deg, #fff, #fff 5px, #425968 6px, #425968 7px);
    /*repeating-linear-gradient( -90deg, $color-white, $color-white 5px, $brand-primary-color 6px, $brand-primary-color 7px );*/
    display: block;
    flex: 5 0 auto;
    height: 10px;
    margin-top: 10px; }
  h1 span.lbl {
    background: none;
    display: block;
    padding: 0 0.4em;
    flex: 0.5 0 auto;
    height: auto;
    margin-top: 0; }

h2 {
  font-size: 24.5px;
  font-weight: inherit;
  color: #AC0033; }

.dashboard h2 {
  text-align: center; }

h3 {
  font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 17.5px;
  margin-bottom: 5.6px;
  line-height: 1.4;
  color: #00A19B;
  border-bottom: 4px double #f5f5f5; }

a, a:link, a:visited {
  color: #425968; }

a:active, a:focus, a:hover {
  color: #AC0033; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  padding: 0.75em 0.75em 0.5em;
  border: solid 1px #8DC63F;
  color: #333; }

a.button, a.button:link, button, .btn.btn-default {
  display: inline-block;
  padding: 0.75em 0.75em 0.5em;
  font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
  font-size: inherit;
  color: #333;
  background: none;
  border: solid 1px #8DC63F;
  border-radius: 3.5px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border 0.3s;
  min-width: 70px; }

a.button:active, a.button:hover, button:active, button:hover, .btn.btn-default:active, .btn.btn-default:hover, .btn.btn-default:focus {
  background: #8DC63F;
  border-color: #8DC63F;
  color: #fff; }

a:focus, button:focus {
  /*outline-color: $primary-color;*/
  outline: 0; }

ul {
  list-style-type: circle; }

legend {
  color: #425968; }

.nav {
  background-color: rgba(56, 88, 108, 0);
  /* rgb value for primary color */
  /* Change this in order to change the Dropdown symbol */ }
  .nav ul li {
    transition: all 0.3s; }
  .nav ul li:hover, .nav ul li:hover ul {
    background: rgba(105, 148, 47, 0.95); }
  .nav a {
    display: block;
    padding: 0 0;
    color: #fff;
    font-size: 15.75px;
    text-decoration: none;
    font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
    /*min-width: $base-size * 10;*/
    text-align: left;
    background: none;
    /*border-bottom: solid 1px rgba($brand-primary-color,0.25);*/
    transition: background-color 0.3s, border 0.3s; }
  .nav a:hover {
    background: none; }
  .nav li:hover a {
    color: #fff;
    background: none;
    /*border-bottom: solid 1px #8195a1;*/ }
  .nav ul ul li a {
    font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12.25px;
    color: #fff;
    padding: 10.5px 21px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    min-width: 170px; }
  .nav ul ul li:first-child {
    border-top-right-radius: 7px; }
  .nav ul ul li:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; }
    .nav ul ul li:last-child a {
      border-bottom: solid 1px rgba(255, 255, 255, 0); }
  .nav li > a:after {
    border: none;
    font-family: "fontAwesome";
    content: '\f107';
    margin-left: 14px; }
  .nav ul ul li > a:after {
    font-family: "fontAwesome";
    content: '\f105';
    margin-left: 14px; }
  .nav li > a:only-child:after {
    content: '';
    display: none; }

div.user-menu button {
  border: none;
  border-radius: 0;
  font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
  padding-top: 6px;
  margin-right: 1em; }

div.user ul li:hover, div.user ul li:hover ul {
  background: rgba(181, 9, 56, 0.9) !important; }

div.user a {
  /*display:block;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding:$brand-base-size * 1.3125 0 $brand-base-size * 1.125 0;*/
  padding: 0 0.5rem;
  height: 65px;
  color: #fff;
  /*font-size: $brand-base-size * 0.9;*/
  text-decoration: none;
  /*font-family: $brand-compliment-font;*/
  min-width: 140px;
  text-align: center;
  text-transform: none;
  /*background:none !important;*/
  /*border-bottom:solid 1px rgba(255,255,255,0.25);*/
  transition: background-color 0.3s, border 0.3s; }

div.user ul li a {
  text-transform: uppercase; }

div.user ul li ul li a {
  text-transform: none;
  height: auto; }

div.user li:hover a {
  color: #fff;
  background: none;
  /*border-bottom:solid 1px #C95567;*/ }

section.mast {
  background-color: #425968;
  /*&:hover {
        background-color: rgba($color-white,1);
    }*/ }
  section.mast div.inner figure {
    color: #8DC63F;
    font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
    margin: 0 0 0 16.8px;
    padding-top: 0.6em;
    display: inline-block;
    /*width:300px;
            height:100%;*/
    /*img {
                width:80%;
                height:80%;
            }*/ }
    section.mast div.inner figure span {
      margin-left: 26.25px;
      padding-top: 1px; }
    section.mast div.inner figure a, section.mast div.inner figure a:link, section.mast div.inner figure a:active, section.mast div.inner figure a:focus, section.mast div.inner figure a:hover {
      color: #fff; }

section.wrap {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column; }
  section.wrap div.inner p.divider {
    color: #ededed; }

section.dashboardNote {
  background: rgba(237, 170, 0, 0.25);
  padding: 1em;
  margin: 1.5em 0;
  color: #333;
  border-top: 1px solid #EDAA00;
  border-bottom: 1px solid #EDAA00; }

section.dashboard a, section.dashboard a:link, section.dashboard button {
  margin: auto 17.5px; }

section.dashboard article .body .class-block a:link, section.dashboard article .body .class-block a:visited {
  border: dashed 1px transparent;
  border-radius: 14px; }

section.dashboard article .body .class-block a:active, section.dashboard article .body .class-block a:focus, section.dashboard article .body .class-block a:hover {
  color: #425968;
  border: dashed 1px #AC0033; }

section.dashboard article .body .class-block p.divider {
  font-size: 9.1px;
  color: #dedede; }

section.dashboard article .body .class-block.no-link a {
  background: none !important;
  font-weight: bold;
  font-size: 14px;
  padding: 8.4px !important;
  /*&:after {
                    font-family: FontAwesome;
                    content: "\f061";
                    display: inline-block;
                    font-weight: normal;
                    text-align: center;
                    position: relative;
                    opacity: 1;
                    background: none;
                    font-size: 130%;
                    margin-top: 5px;
                    width:auto;
                    margin-left:10px;
                }*/ }
  section.dashboard article .body .class-block.no-link a:before {
    font-family: FontAwesome;
    content: "\f276";
    margin-right: 10px;
    display: inline-block;
    font-weight: normal; }

section.dashboard article.curriculums h3 {
  margin-top: 0; }

section.dashboard article.spacer {
  width: 2px !important;
  margin: 0 3%;
  background: linear-gradient(to bottom, white 0%, white 20%, #ededed 20%, #ededed 90%, white 95%, white 95%); }

section.dashboard article.training div.divider {
  padding: 1em 0;
  font-size: 10.5px;
  color: #dedede; }

section.dashboard article.training div.item p {
  margin: 2.8px auto; }

section.dashboard article.training div.item p.date {
  font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 18.2px;
  color: #425968;
  letter-spacing: 2px; }

section.dashboard article.training div.item p.title {
  font-size: 15.4px; }

section.dashboard article.training div.item p.details {
  font-size: 90%; }

section.news {
  background: #fff; }
  section.news .news-bites .news-frame {
    font-size: 12.6px; }
    section.news .news-bites .news-frame div {
      display: flex;
      flex-flow: row wrap;
      /*padding: 0 $base-size;*/
      flex: 1 0 auto; }
      section.news .news-bites .news-frame div button {
        margin-top: 7px;
        font-size: 10.5px;
        display: block; }
    section.news .news-bites .news-frame div > div {
      /*width: 22%;*/
      border: solid 1px #ededed;
      margin: 0.5em;
      border-radius: 5.6px;
      display: flex;
      flex-flow: row wrap;
      flex: 1 0 auto;
      width: 20%;
      transition: all 1s ease-in-out; }
    section.news .news-bites .news-frame p {
      margin-bottom: 0; }
    section.news .news-bites .news-frame p.date {
      text-align: center;
      width: 56px;
      padding: 17.5px 14px 10.5px 14px;
      text-transform: uppercase;
      font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
      color: #425968;
      font-size: 14px;
      line-height: 1.1;
      /*border-bottom:solid 1px $color-grey;*/
      background: #ededed;
      display: flex;
      flex-flow: column nowrap;
      letter-spacing: 0px; }
      section.news .news-bites .news-frame p.date span {
        display: block;
        font-size: 28px;
        letter-spacing: normal;
        font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif; }
    section.news .news-bites .news-frame p.mark {
      margin: 26.25px 12.6px 0 15.4px;
      color: #425968;
      background: none;
      padding: 0;
      display: none; }
    section.news .news-bites .news-frame p.bite {
      line-height: 1.2;
      margin: 14px;
      flex: 1 0 0em;
      padding: 0 0.6em;
      font-style: italic;
      font-size: 14px;
      display: flex;
      flex-direction: column; }
      section.news .news-bites .news-frame p.bite span {
        flex: 1 0 auto;
        margin-bottom: 1em; }
  section.news .scroll {
    color: #425968; }
    section.news .scroll button {
      border: none;
      margin: 0;
      padding: 0; }
    section.news .scroll button:hover {
      background: none;
      color: #AC0033; }
  section.news .left {
    margin: 39px 0.8em 0 0; }
  section.news .right {
    margin: 39px 0.8em 0 0.8em; }

section.swing article div.body p.title {
  font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.3em;
  color: #AC0033;
  text-align: center;
  text-transform: uppercase; }

section.swing article div.body button {
  border: none;
  color: #ababab;
  width: 32%;
  padding: 0;
  margin: 14px auto;
  font-size: 19.6px;
  text-transform: uppercase; }
  section.swing article div.body button i {
    display: block;
    margin-bottom: 28px;
    background: none; }

section.swing article div.body button:active, section.swing article div.body button:focus, section.swing article div.body button:hover {
  background: #ededed;
  color: #425968; }

footer {
  background-color: #425968;
  margin: 0 auto; }
  footer ul, footer ol {
    list-style-type: none; }
    footer ul li a, footer ul li a:link, footer ul li a:visited, footer ol li a, footer ol li a:link, footer ol li a:visited {
      color: #fff;
      display: block;
      padding: 0.8em 0;
      /*border-bottom: dotted 1px $color-grey-footer;*/
      transition: color 0.3s;
      text-decoration: none; }
    footer ul li a:active, footer ul li a:focus, footer ul li a:hover, footer ol li a:active, footer ol li a:focus, footer ol li a:hover {
      color: #ededed;
      /*border-bottom: dotted 1px $color-grey-footer;*/ }
    footer ul :last-child a, footer ol :last-child a {
      border: none !important; }
  footer aside.copy {
    text-align: center;
    /*background: #333;*/
    padding: 2em 0 1.8em 0;
    color: #fff;
    font-size: 12.25px; }
    footer aside.copy a, footer aside.copy a:link, footer aside.copy a:visited {
      /*border-right: solid 1px $color-white;*/
      color: #fff;
      display: inline-block;
      cursor: pointer;
      margin: auto 3.5px;
      padding: 0 9.184px 0 0; }
      footer aside.copy a:last-child, footer aside.copy a:link:last-child, footer aside.copy a:visited:last-child {
        border: none; }
    footer aside.copy a:active, footer aside.copy a:focus, footer aside.copy a:hover {
      text-decoration: underline; }
    footer aside.copy span {
      flex: 1 1 33%; }
      footer aside.copy span .spacer {
        display: none; }
      footer aside.copy span:first-child {
        padding-left: 2em;
        text-align: left; }
      footer aside.copy span:last-child {
        padding-right: 2em;
        text-align: right; }

.progress-radial {
  position: relative;
  display: block;
  margin: auto;
  /*transform: translate(-50%, 50%);*/ }

.progress-radial-track {
  fill: #fafafa; }

.progress-radial-bar {
  fill: #cccccc; }

.param-inputs input {
  font-family: "Myriad Pro", "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
  color: #425968; }

.param-inputs input[type="checkbox"]:after, .param-inputs .checkbox input[type="checkbox"]:after, .param-inputs .checkbox-inline input[type="checkbox"]:after {
  border: 2px solid #dedede;
  background: #fff;
  margin-top: -5px; }

.param-inputs input[type="checkbox"]:checked:after, .param-inputs .checkbox input[type="checkbox"]:checked:after, .param-inputs .checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #AC0033;
  border-color: #AC0033; }

.param-inputs input[type="checkbox"]:focus:after, .param-inputs .checkbox input[type="checkbox"]:focus:after, .param-inputs .checkbox-inline input[type="checkbox"]:focus:after {
  border-color: #8DC63F; }

.param-inputs input:focus, .param-inputs textarea:focus {
  border-color: #8DC63F; }

.param-inputs input[type=file]:focus, .param-inputs input[type=checkbox]:focus, .param-inputs select:focus {
  -webkit-box-shadow: inset 0 -2px 0 #AC0033;
  -moz-box-shadow: inset 0 -2px 0 #AC0033;
  box-shadow: inset 0 -2px 0 #AC0033; }

/* MOBILE MENU */
.content-wrap {
  background-color: #fff; }

.menu-wrap a {
  color: #fff; }

.menu-wrap a:hover,
.menu-wrap a:focus {
  color: #8DC63F;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* Overlay */
.content::before {
  background: rgba(0, 0, 0, 0.3); }

.menu-button {
  color: #fff;
  border: solid 1px #fff; }

.menu-button::before {
  background: linear-gradient(transparent 11%, #fff 11%, #fff 26%, transparent 26%, transparent 45%, #fff 45%, #fff 55%, transparent 55%, transparent 74%, #fff 74%, #fff 89%, transparent 89%); }

.menu-button:hover::before {
  background: linear-gradient(transparent 11%, #fff 11%, #fff 26%, transparent 26%, transparent 45%, #fff 45%, #fff 55%, transparent 55%, transparent 74%, #fff 74%, #fff 89%, transparent 89%); }

/* Menu */
.menu-wrap {
  background: #303030; }

.menu-top .profile {
  color: #fff; }

.icon-list {
  background-color: #8DC63F; }

.icon-list a:focus, .icon-list a:hover {
  color: #303030; }

.menu-side a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #ababab; }

.menu-side ul ul li a {
  color: #dedede; }

.btn-group button.multiselect.dropdown-toggle.btn.btn-default:focus, .btn-group button.multiselect.dropdown-toggle.btn.btn-default:hover {
  color: #333; }
