@import url('/all-template/lib/font-awesome/css/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", Arial, Helvetica, sans-serif, "Helvetica Neue";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

.block {
  display: block !important;
}

.hide,
.none {
  display: none;
}

.blind {
  font-size: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
}

.bordered {
  border: 1px solid;
  border-color: rgba(0, 0, 0, .2);
}

.spacing {
  padding-top: 20px;
}

.modal-open {
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right
}

.screen-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .screen-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}

.wrap {
  position: relative;
  margin: 0 auto;
  width: 1170px;
}

@media screen and (max-width: 1170px) {
  .wrap {
    padding: 0 15px;
    width: auto;
  }
}


/* Grid
----------------------------------------------------------------------------------------*/

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-2,
.col-2,
.col-3,
.col-3-1,
.col-4,
.col-4-1,
.col-4-2,
.col-5,
.col-5-1,
.col-6 {
  float: left;
  position: relative;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 75%;
}

.col-3-1 {
  width: 33.3%;
}

.col-4 {
  width: 25%;
}

.col-4-1 {
  width: 30%
}

.col-4-2 {
  width: 10%
}

.col-5 {
  width: 40%
}

.col-5-1 {
  width: 60%
}

.col-6 {
  width: 16.66666666%;
}


/* Header
----------------------------------------------------------------------------------------*/

header {
  background: #1d181f;
  border-bottom: 4px solid #36424a;
  clear: both;
}

.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: inherit;
}

.topnav ul li {
  float: left;
}

.navbar ul li a {
  position: relative;
  display: inline-block;
  padding: 25px 15px;
  color: #f2f2f2;
  font-size: 1.063em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0.8px;
  background: transparent url('/site/images/common/menu-vertical-bar.png') no-repeat center left;
}

.navbar ul li a>i.fa {
  line-height: 19px;
}

.navbar ul li a.global-logo {
  width: 317px;
  background-image: url('/site/images/common/logo-587x111.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.navbar ul li a.army-logo {
  margin-top: 5px;
  height: 60px;
  width: 56px;
  background: url('/site/images/common/us-army-227x279.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.navbar li.dropdown {
  display: inline-block;
}

.navbar .dropdown-content {
  display: none;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ffc423;
  z-index: 100;
}

.navbar .dropdown-content .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.navbar li.dropdown .dropdown-content a {
  display: block;
  padding: 10px 25px 10px 16px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.000em;
  letter-spacing: normal;
  text-align: left;
  text-transform: capitalize;
}

.navbar li.dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.navbar li.dropdown:hover .dropdown-content {
  display: block;
}

.navbar li.dropdown:hover a.droptitle {
  padding-top: 23px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #f9f9f9;
  border-top: 2px solid #ffc423;
}

.navbar .dropdown:hover .dropbtn {
  background-color: transparent;
}

.navbar .dropdown .dropbtn,
.navbar ul li.icon {
  display: none;
}

.navbar ul li.icon .container {
  position: absolute;
  top: 5px;
  right: 15px;
  display: inline-block;
  cursor: pointer;
}

.navbar ul li.icon .container.change {
  right: 0;
}

.navbar ul li.icon .bar1,
.navbar ul li.icon .bar2,
.navbar ul li.icon .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fec325;
  margin: 6px 0;
  transition: 0.4s;
}

.navbar ul li.icon .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.navbar ul li.icon .change .bar2 {
  opacity: 0;
}

.navbar ul li.icon .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

@media screen and (max-width: 991px) {
  .navbar ul li a {
    padding: 15px;
    background: none;
  }
  .navbar ul li:nth-child(2),
  .navbar ul li.dropdown {
    display: none;
  }
  .navbar ul li a.global-logo {
    width: 220px;
  }
  .navbar ul li.icon {
    float: right;
    display: inline-block;
  }
  .navbar .dropdown .dropbtn:after {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
    z-index: 1;
  }
  .navbar .dropdown .dropbtn.active:after {
    content: '\f068';
    color: #fec325;
  }
  .navbar li.dropdown:hover a.droptitle {
    padding-top: 15px;
    color: #fec325;
    background-color: transparent;
    ;
    border-top: 0;
  }
  .navbar li.dropdown:hover a.dropbtn:after {
    color: #fec325;
  }
  #mobile-search-form {
    position: relative;
    padding: 6px;
  }
  #mobile-search-form:after {
    position: absolute;
    top: 14px;
    left: 15px;
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    color: #ccc;
    z-index: 1;
  }
  #mobile-search-form input[type=text] {
    padding: 8px 20px 8px 45px;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
  }
}

@media screen and (max-width: 991px) {
  .navbar ul.responsive {
    position: relative;
  }
  .navbar ul.responsive ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar ul.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar ul.responsive li {
    float: none;
    display: inline;
  }
  .navbar ul.responsive ul > li:last-child {
    display: none;
  }
  .navbar ul.responsive li:not(:first-child) a {
    display: block;
    text-align: left;
  }
  .navbar ul.responsive li a.droptitle {
    float: left;
    /*width: calc(100% - 50px);*/
  }
  .navbar ul.responsive li a.dropbtn {
    float: right;
    display: inline;
  }
  .navbar ul.responsive .dropdown .dropdown-content {
    display: none;
    overflow: hidden;
    transition: 0.6s ease-in-out;
  }
  .navbar ul.responsive .dropdown-content.show {
    display: block;
    position: relative;
    min-width: 100%;
    background-color: transparent;
    ;
    box-shadow: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .navbar ul.responsive ul li:nth-child(6) .dropdown-content.show {
    border-bottom: 0;
  }
  .navbar ul.responsive .dropdown-content.show a {
    color: #fff;
  }
  .navbar li.dropdown .dropdown-content.show a:hover {
    background-color: transparent;
    ;
  }
}


/* The Modal (background) */

.window-search .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */

.window-search .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1160px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}


/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}


/* The Close Button */

.window-search .Search-closeBtn {
  color: white;
  float: right;
  font-size: 35px;
}

.window-search .Search-closeBtn:hover,
.window-search .Search-closeBtn:focus {
  color: #fec325;
  text-decoration: none;
  cursor: pointer;
}

.window-search .modal-header {
  padding: 25px;
  background-color: #1a1a1a;
  color: white;
}

.window-search .modal-body {
  position: relative;
  padding: 2px 25px 30px 25px;
  background-color: #1a1a1a;
  color: white;
}

#modal-search-form:after {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 25px;
  color: #ccc;
  top: 10px;
  left: 35px;
  z-index: 1;
}

.window-search input[type=text] {
  width: 100%;
  border: 2px solid #ccc;
  font-size: 16px;
  background-color: white;
  padding: 8px 20px 8px 50px;
  transition: width 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out;
}

.window-search input[type=text]:focus {
  border: 2px solid #ffc423;
}


/*Contents
----------------------------------------------------------------------------------------*/


/*default Image effect*/

.default-img-hover {
  position: relative;
  overflow: hidden;
  background: rgb(3, 0, 0);
  transition: -webkit-filter 0.25s ease, opacity 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

.default-img-hover:hover img {
  -webkit-filter: grayscale(65%);
  opacity: 0.7;
}

.default-img-hover:before {
  content: "";
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 100%;
  top: 0;
  height: 4px;
  background: #ffc423;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.default-img-hover:hover:before {
  right: 0;
}


/*featured links*/

.featured-links {
  padding: 20px 0 0;
}

.featured-links h4 {
  margin: 30px 0 30px;
  font-size: 1.5em;
  text-transform: uppercase;
}

.featured-links h4:after {
  background: #fec325;
  content: '';
  display: block;
  height: 5px;
  margin: 20px 0 0;
  width: 60px;
}

.featured-links ul li a {
  color: #57584f;
  display: inline-block;
  padding: 7px 0;
  font-weight: bold;
  text-decoration: none;
}


/*Responsive table*/

table.responsive-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.responsive-table th,
.responsive-table td {
  border: none;
  text-align: left;
  padding: 8px;
}

.responsive-table tr:nth-child(even) {
  background-color: #f2f2f2
}

.responsive-table tr th:first-child {
  width: 35%;
}


/*dividers*/

.vertical-left-border {
  border-left: 1px rgba(222, 222, 222, 0.81) solid;
}

.dot-space {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.section.divider {
  border-top: 1px solid rgba(34, 36, 38, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}


/*Alert Box*/

.alert-box {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 0.8;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert-box.success {
  background-color: #4CAF50;
}

.alert-box.info {
  background-color: #2196F3;
}

.alert-box.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 15px;
  color: white;
  float: right;
  font-size: 35px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}


/*Alert Container - main top*/

.alert-container {
  background-color: #DC143C;
  display: none;
}

.alert-container .alert {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  background-size: contain;
  background-repeat: no-repeat;
}

.alert-container .alert.warning {
  background-image: url('/site/images/main/alert-md.png');
}

.alert-container .text {
  margin-left: 150px;
}

.alert-container .text i,
.alert-container .text strong {
  padding-right: 10px;
}

.alert-container .text span {
  cursor: pointer;
}

.alert-container .closebtn:hover {
  color: #fec325;
}

@media screen and (max-width: 991px) {
  .alert-container .alert.warning {
    background-image: none;
  }
  .alert-container .text {
    margin-left: 0;
  }
}


/*Alert Modal - main top*/

.alert-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 40px;
}

.alert-modal .modal-content {
  background-color: #fefefe;
  margin: 3% auto;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}

.alert-modal .modal-content > h3 {
  margin-right: 40px;
}

.alert-modal .modal-container {
  padding: 16px;
  position: relative;
  background-color: #f1f1f1;
  text-align: left;
}

.alert-modal .modal-container:last-child {
  text-align: right;
}

.alert-modal .imgcontainer {
  text-align: center;
  margin: 12px 0;
}

.alert-modal .imgcontainer > img {
  width: 80%;
}

.alert-modal .alert-closeBtn {
  position: absolute;
  right: 20px;
  top: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 35px;
  font-weight: bold;
}

.alert-modal .alert-closeBtn:hover,
.alert-modal .alert-closeBtn:focus {
  color: #fec325;
  cursor: pointer;
}

#alert-modal .btn a {
  padding: 6px 20px;
}


/*Default Button*/

.btn {
  margin: 0 0 20px;
  text-align: center;
}

.btn:last-child {
  margin: 0;
}

.btn > div {
  background: #fec325;
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  position: relative;
}

.btn a,
.btn input[type="button"],
.btn input[type="submit"] {
  background-color: transparent;
  border-width: 0;
  display: block;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  min-width: 100%;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.btn span {
  background: #030000;
  position: absolute;
  transition: all .15s ease;
}

.btn span:nth-child(1) {
  left: 50%;
}

.btn span:nth-child(3) {
  height: 0;
  right: 0;
  top: 0;
  width: 1px;
}

.btn span:nth-child(4) {
  height: 0;
  left: 0;
  top: 0;
  width: 1px;
}

.btn span:nth-child(5) {
  left: 0;
}

.btn span:last-child {
  left: 100%;
}

.btn span:nth-child(1),
.btn span:nth-child(2) {
  transition-delay: .3s;
}

.btn span:nth-child(1),
.btn span:nth-child(2) {
  top: 0;
}

.btn span:nth-child(1),
.btn span:nth-child(5),
.btn span:last-child {
  height: 1px;
  width: 0;
}

.btn span:nth-child(2) {
  left: 50%;
  height: 1px;
  width: 0;
}

.btn span:nth-child(3),
.btn span:nth-child(4) {
  transition-delay: .15s;
}

.btn span:last-child,
.btn span:nth-child(5) {
  bottom: 0;
  bottom: -1px;
  top: auto;
}

.btn > div:hover span:nth-child(1) {
  left: 0;
}

.btn > div:hover span:last-child {
  left: 50%;
}

.btn > div:hover span:nth-child(1),
.btn > div:hover span:nth-child(2) {
  transition-delay: 0s;
}

.btn > div:hover span:nth-child(3),
.btn > div:hover span:nth-child(4) {
  height: 100%;
  transition-delay: .15s;
}

.btn > div:hover span:last-child,
.btn > div:hover span:nth-child(5) {
  transition-delay: .3s;
}

.btn > div:hover span:last-child,
.btn > div:hover span:nth-child(1),
.btn > div:hover span:nth-child(2),
.btn > div:hover span:nth-child(5) {
  width: 50%;
}

.btn > div:hover span:last-child,
.btn > div:hover span:nth-child(5) {
  transition-delay: .3s;
}

.btn > div:hover span:last-child {
  left: 50%;
}


/*buttons*/

.btnLarge {
  width: 100%;
  padding: 13px 19px;
  text-align: left;
  font-family: "Open Sans", Arial, Helvetica, sans-serif, 'Helvetica Neue';
  line-height: 17px;
  color: #336699;
  background-color: white;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 10px;
}

.btnLarge .title {
  margin-bottom: 5px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: inherit;
}

.btnLarge .description {
  margin-bottom: 5px;
}

.btnMedium {
  width: 175px;
  margin-top: 10px;
  padding: 7px 19px;
  line-height: 17px;
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  background-color: transparent;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btnMedium:hover {
  border: 1px solid #448bc6;
  background-color: #448bc6;
  cursor: pointer;
}

.action-btn {
  margin-top: 20px;
}

.action-btn a {
  display: block;
  width: 14em;
  margin-bottom: 2%;
  padding: 1em 0;
  background-color: #1784c7;
  border-radius: .25em;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.action-btn a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.action-btn a>i {
  padding-right: 0.5em;
}

.btn-alert {
  float: left;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: left;
}

.btn-light-green {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.btn-light-green strong {
  margin: 0 5px;
}

.btn-red {
  color: #ffffff;
  background-color: #DC143C;
}


/*Accordian Blue*/

.accordian-blue li.trigger {
  position: relative;
  padding: 15px 15px 15px 48px;
  background-color: #e4eaec;
  border-top: 1px solid #d5dee2;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #36424a;
  cursor: pointer;
}

.accordian-blue li.trigger span:before {
  position: absolute;
  top: 17px;
  left: 15px;
  height: 20px;
  width: 20px;
  background-color: #36424a;
  background-image: url('/site/images/common/angle.png');
  background-size: 20px;
  background-position: 0px 0px;
  content: "";
}

.accordian-blue li.trigger span.active:before {
  background-color: #ffc423;
  background-position: 100px 100px;
}

.accordian-blue li.trigger span.active {
  color: #ffc423;
}

.accordian-blue li.target {
  background-color: #e4eaec;
  padding: 0 15px 20px 23px;
  display: none;
}

.accordian-blue li.target a {
  color: #00557f;
}

.accordian-blue li.target a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.accordian-blue li .sndTitle {
  padding-top: 10px;
  padding-left: 11px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.accordian-blue li .bulletList,
.mainSection .article-list .bulletList {
  padding: 5px 0 5px 1.8em;
  background-repeat: no-repeat;
  background-position: 10px 11px;
  background-color: transparent;
  overflow: hidden;
  background-image: url('/site/images/common/bullet-large.png');
}


/*Youtube*/

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-bottom: 58.5%;
}

.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


/*blockquote*/

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 5px;
  padding: 0.6em 10px;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  display: inline;
  color: #ccc;
  content: open-quote;
  font-size: 50px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-left: 10px;
}

blockquote cite:before {
  padding-right: 5px;
  content: "\2014 \2009";
}


/*asterisk*/

.asterisk-red:after {
  display: inline-block;
  content: "\f069";
  margin: 0 3px;
  vertical-align: 0.4em;
  color: #FF4500;
  font-family: FontAwesome;
  font-size: 0.2em;
}


/*Footer
----------------------------------------------------------------------------------------*/

footer {
  width: 100%;
  min-height: 300px;
  background: #1d181f;
}

.infolist {
  margin: 30px 0 20px 0;
}

.infolist p {
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

.infolist ul {
  margin: 15px 0;
}

.infolist ul>li>a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.infolist .social p {
  margin-bottom: 5px;
}

.infolist .social a {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.infolist .social .fa-circle {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.infolist .social .fa-circle.facebook {
  color: #3b5998;
}

.infolist .social .fa-circle.twitter {
  color: #00aced;
}

.infolist .social .fa-circle.youtube {
  color: #bb0000;
}

.infolist .social .fa-circle.flickr {
  color: #ff0084;
}

.infolist .social .fa-circle.instagram {
  color: #125688;
}

.infolist ul>li>a:hover {
  color: #336699;
}

.infolist .social a:hover .fa-circle {
  color: rgba(255, 255, 255, 0.6);
}

.infolist.c4 figure img.qr-code {
  display: block;
  margin-top: 10px;
  height: 80px;
  width: 80px;
}

.copyright {
  clear: both;
  width: 100%;
}

.copyright .divider {
  border-top: 1px dashed rgba(34, 36, 38, .20);
  border-bottom: 1px dashed rgba(255, 255, 255, .15);
}

.copyright ul {
  margin: 10px 0;
  text-align: center;
}

.copyright ul>li {
  display: inline-block;
  padding: 0 15px;
  line-height: 11px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright ul>li:last-child {
  border-right: 0;
}

.copyright ul>li>a,
.copyright ul>li>p {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15px;
}

.copyright ul>li>a {
  color: #336699;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.copyright ul>li>a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.copyright ul>li>p {
  color: rgba(255, 255, 255, 0.6);
}

.copyright p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  line-height: 15px;
}

.copyright .disclaimer {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  footer {
    min-height: 640px;
  }
  footer .wrap {
    padding: 0;
  }
  .infolist {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
  .infolist {
    margin-top: 20px;
  }
  .infolist ul {
    margin: 0;
    padding-top: 8px;
  }
  .infolist ul>li {
    border-bottom: 1px solid #282725;
    vertical-align: middle;
    background-image: url('/site/images/common/icon-chevron-40x40.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right center;
  }
  .infolist ul>li>a {
    line-height: 23px;
  }
  .infolist.c4 .footer-logo {
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100px;
  }
  .copyright {
    padding: 0 15px;
  }
  .copyright ul>li {
    display: block;
    border: 0;
    line-height: 20px;
  }
  .copyright .disclaimer {
    padding: 0 0 20px 0;
  }
}


/*Error Page
----------------------------------------------------------------------------------------*/

.error-content {
  display: block;
  margin-top: 100px;
  margin-bottom: 400px;
  padding: 15px;
  text-align: center;
}

.error-content .error-header {
  font: 900 10em Roboto, sans-serif;
}

.error-content .page-not-found {
  margin: 20px 0;
  font: 900 2em Roboto, sans-serif;
  text-transform: uppercase;
}

.error-content .back-to-home {
  display: block;
  margin: 40px auto;
  padding: 10px;
  width: 15em;
  border: 1px solid #999;
  font: 900 1em Roboto, sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.error-content .back-to-home:hover {
  border: 1px solid #ffc423;
}


/*Search Page
----------------------------------------------------------------------------------------*/

#searchResult {
  margin-top: 0;
}

#searchResult .landingContent {
  display: block;
  margin-top: 0;
}

#searchResult .gsc-control-cse {
  padding: 0
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-family: "Open Sans", Arial, Helvetica, sans-serif, "Helvetica Neue" !important;
  font-size: 14px !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #337ab7 !important;
  text-decoration: none !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #337ab7 !important;
  text-decoration: none !important;
}

.gs-result .gs-title:hover,
.gs-result .gs-title:hover *,
.gs-result .gs-title:focus,
.gs-result .gs-title:focus * {
  color: #23527c !important;
}


/* Grid
----------------------------------------------------------------------------------------*/

.newsWidth {
  width: 33.3%;
}

.featuresWidth,
.footerWidth {
  width: 25%;
}

@media screen and (max-width: 1170px) {
  .newsWidth {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .newsWidth {
    width: 100%;
  }
}


/*Contents
----------------------------------------------------------------------------------------*/

.contents {
  display: inline-block;
  margin-top: 50px;
  height: 100%;
  width: 100%;
}

.slideshow .slideshow_caption_container,
.main-contents {
  position: relative;
  margin: 0 auto;
}


/*Slideshow
----------------------------------------------------------------------------------------*/

.slideshow {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #36424a;
  border-bottom: 4px solid #36424a;
}

/*slider
----------------------------------------------------------------------------------------*/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper .bx-viewport {
  position: relative;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -7px;
  width: 100%;
}

.bxslider li {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 733px !important;
  line-height: 733px !important;
  display: none;
}

.bxslider li .overlay {
  background-color: transparent;
  background-image: -moz-linear-gradient(to bottom, transparent 0%,rgba(0,0,0,0.85) 85%);
  background-image: -webkit-linear-gradient(to bottomp, transparent 0%,rgba(0,0,0,0.85) 85%);
  background-image: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,0.85) 85%);
  display: block;
  width: 100%;
  height: 100%;
}

.bxslider .container {
  position: static;
}

.bxslider .caption {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 5%;
}

.bxslider .caption h3 {
  color: #ffc423;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  height: 30px;
  line-height: 100%;
  white-space: nowrap;
  text-align: center;
}

.bxslider .caption h3 span {
  position: relative;
  padding: 0;
}

.bxslider .caption h3 span:before {
  content: ' ';
  display: block;
  height: 1px;
  background: #ffc423;
  width: 300%;
  position: absolute;
  top: 10px;
  left: 110%;
  max-width: 200px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.bxslider .caption h3 span:after {
  content: ' ';
  display: block;
  height: 1px;
  background: #ffc423;
  width: 300%;
  position: absolute;
  top: 10px;
  right: 110%;
  max-width: 200px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.bxslider .caption h1 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -1px;
  font-style: normal;
  margin: 0 auto 5px;
  max-width: 800px;
  text-align: center;
}

.bxslider .caption p {
  color: #e6e9ef;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans", sans-serif;
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
}

.bxslider .caption a {
  color: #ffc423;
  text-transform: capitalize;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding: 20px 0;
}

.bx-wrapper .bx-pager.bx-default-pager {
  z-index: 999;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 999;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffc423;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/site/images/main/angle.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/site/images/main/angle.png) no-repeat -25px 0;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 -43px;
}

.bx-wrapper .bx-next:hover {
  background-position: -25px -43px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  outline: 0;
  width: 25px;
  height: 43px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

@media (min-width:769px) and (max-width: 1440px) {
  .bxslider li {
    height: 515px !important;
    line-height: 515px !important;
  }
}


@media (min-width:481px) and (max-width: 768px) {
  .bxslider li {
    height: 466px !important;
    line-height: 466px !important;
  }
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    display: none;
  }
  .bxslider .caption h3 {
    font-size: 14px;
    height: 30px;
  }
  .bxslider .caption h1 {
    font-size: 2em;
    line-height: 1.2em;
  }
  .bxslider .caption p {
    font-size: 1em;
    line-height: 1.3em;
  }
}

@media (max-width:480px) {
  .bxslider li {
    height: 386px !important;
    line-height: 386px !important;
  }
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    display: none;
  }
  .bxslider .caption h3 {
    font-size: 14px;
    height: 30px;
  }
  .bxslider .caption h1 {
    font-size: 1.9em;
    line-height: 1.15em;
  }
  .bxslider .caption p {
    font-size: 1em;
    line-height: 1.2em;
  }
}


/*World Clock
----------------------------------------------------------------------------------------*/

.worldClock {
  background-color: #2c3136;
}

.worldClock ul {
  overflow: hidden;
  height: 100%;
}

.worldClock ul>li {
  text-align: center;
  padding: 4px 0 8px 0;
}

.worldClock ul>li>h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #336699;
  margin: 0;
}

.worldClock ul>li>p {
  /*margin-top: 5px;*/
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .worldClock .col-6 {
    width: 33.33333333%;
  }
  .worldClock ul>li:nth-child(4),
  .worldClock ul>li:nth-child(5),
  .worldClock ul>li:nth-child(6) {
    padding-top: 0;
  }
}


/*Latest news / Featured events
----------------------------------------------------------------------------------------*/

.main-contents {
  margin-bottom: -300px;
}

.main-contents:after {
  content: "";
  display: block;
  height: 300px;
}

.features-events .item_unit{
  margin-bottom: 40px;
}
.features .row {
  margin-top: 15px;
}

.features h3 {
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 20px;
  width: 100%;
  background: #36424a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  z-index: 99;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.features a:hover h3 {
  color: #ffc423;
}

.features .box-link {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
}

.features .bg-Img {
  position: relative;
  width: 100%;
  height: 260px;
  border: 1px solid #e7e7e8;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.features-events .desc {
  padding: 0 0 15px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.features-events .box {
  padding: 15px 20px;
  font-size: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  -o-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
}

.features-events .box .btn a {
  line-height: 19px;
}

.item_unit.assignment_item_unit p {
  line-height: 19px;
}


.latest-news,
.features-events {
  margin-top: 50px;
  font-size: 0;
}

.features-events {
  margin-bottom: 50px;
}

@media (min-width:993px) {
  .latest-news,
  .features-events {
    margin-top: 50px;
  }
}

h2.section_title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.latest-news .item_list,
.features-events .item_list {
  position: relative;
  line-height: 0;
}

.latest-news .item_list {
  margin-top: 15px;
  margin-right: -50px;
}

.features-events .item_list {
  margin-right: -20px;
}

.latest-news .item_list .item_unit,
.features-events .item_list .item_unit {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.latest-news .item_list .item_unit {
  padding-right: 50px;
}

.features-events .item_list .item_unit {
  padding-right: 20px;
}

.latest-news .item_list .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #030000;
  height: 0;
  padding: 66.25% 0 0;
  position: relative;
  z-index: 0;
  zoom: 1;
}

.latest-news .item_list .image img {
  bottom: -2000px;
  margin: auto;
  position: absolute;
  top: -2000px;
  width: 100%;
  transition: -webkit-filter .25s ease, opacity .25s ease, filter .25s ease, opacity .25s ease;
}

.latest-news .item_list h3.title {
  /*margin-top: 25px;*/
  margin-top: 10px;
  text-align: center;
}

.latest-news .item_list h3.title a {
  /*font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #1b1a19;*/
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #36424a;
}

.latest-news .item_list h3.title a:hover {
  color: #36424a;
}

.latest-news .item_list .content {
  margin-bottom: 40px;
}

.latest-news .item_list .content .date {
  /*display: block !important;*/
  display: none !important;
  margin: -9px 0 0 !important;
  position: relative !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.latest-news .item_list .content .date span {
  font-size: 13px;
  font-weight: 700;
  color: black;
  background-color: #fec325 !important;
  padding: 11px 30px !important;
}

.features_desc {
  min-height: 60px;
  border: 1px solid #e7e7e8;
  border-radius: 0 0 5px 5px;
  padding: 5px 15px;
}

.features-events .item_list h3.title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #1b1a19;
  text-transform: uppercase;
}

.features_desc .desc {
  font-size: 15px;
  letter-spacing: -0.35px;
  font-weight: normal;
  line-height: 18px;
  color: #1b1a19;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .main-contents {
    margin-bottom: -640px;
  }
  .main-contents:after {
    content: "";
    display: block;
    height: 640px;
  }
  .features .col-4 {
    width: 50%;
    margin-bottom: 20px;
  }
  .features p {
    bottom: 60px;
  }
  .features .bg-Img {
    background-position: 80% 30%;
  }
  h2.section_title {
    font-size: 26px;
  }
  .latest-news .item_list {
    margin-right: -20px;
  }
  .latest-news .item_list .item_unit {
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .features .col-4 {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .latest-news {
    margin-top: 40px;
  }
  .latest-news .item_list {
    margin-right: 0;
  }
  .latest-news .item_list .item_unit {
    padding-right: 0;
  }
  .latest-news h2.section_title,
  {
    font-size: 25px;
  }
}


/*assignment of choice
----------------------------------------------------------------------------------------*/

.assignment-choice {
  margin: 0 0 50px;
  font-size: 0;
}

.assignment-choice .item_list {
  margin-right: -20px;
}

.assignment_item_unit {
  //float: left;
  //padding-right: 20px;
  //vertical-align: top;
  width: 50%;
}

.assignment_item_unit ul {
  padding: 15px 20px;
  font-size: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  -o-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
}

.assignment_item_unit .desc {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}

.assignment_item_unit h2.section_title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 9px;
}

.assignment_item_unit p {
  padding: 0 0 15px;
  font-size: 14px;
  font-weight: 400;
}

.assignment_item_unit .btn {
  text-align: left;
}

.assignment_item_unit .video {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}

.assigment .col-3 {
  padding: 20px 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  -o-box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
  box-shadow: 0px 0px 5px 0px rgba(178, 188, 200, 1);
}


/* Add Promotion CSS on 15/10/2015 */

.promoBox {
  //float: left;
  position: relative;
  //padding-right: 20px;
  width: 25%;
  //vertical-align: top;
  min-height: 210px;
}

.promoBox .videoBox ul {
  min-height: 50px;
}

.promoBox .videoBox ul li {
  display: inline-block;
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
}

.promoBox .videoBox ul li.title {
  padding: 10px;
  width: 100%;
  border-bottom: 2px solid #ffc423;
  background: #f3f3f3;
}

.promoBox .videoBox ul li.title h4 {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.promoBox .videoBox ul li.title h4 a {
  font-weight: bold;
  color: #666666;
}

.promoBox .videoBox ul li.title h4 a:hover {
  color: #333333;
}

.promoBox .videoBox ul li.title h5 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  color: #333333;
}

.promoBox .videoBox ul li.subSection {
  padding: 5px;
  width: 25%;
  background: #f3f3f3;
}

.promoBox .videoBox ul li.active.subSection {
  background: #333333;
}

.promoBox .videoBox ul li.subSection h4 {
  font-size: 12px;
  line-height: 13px;
  color: #666666;
  text-align: center;
}

.promoBox .videoBox ul li.subSection a {
  color: #666666;
}

.promoBox .videoBox ul li.subSection a:hover {
  color: #333333;
}

.promoBox .videoBox ul li.active.subSection a {
  color: #ffffff;
}

.promoBox .videoBox ul li.active.subSection a:hover {
  color: #666666;
}

.promoBox .tag {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.promoBox .tag:hover {
  background: rgba(255, 196, 35, 0.89);
}

.promoBox .tag p {
  padding: 5px 12px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}

.promoBox .tag p > a {
  color: #ffffff;
}

.promoBox .imageBox {
  position: relative;
  width: 100%;
  height: 70px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.promoBox .overlay {
  position: absolute;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #ffc423;
  z-index: 100;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.promoBox .imageBox a.blue.overlay {
  right: 0;
  top: 0;
  width: 50%;
  padding: 15px;
  background: rgba(10, 88, 140, 0.75);
}

.promoBox .imageBox a.blue.overlay:hover,
.promoBox .imageBox a.blue-right.overlay:hover {
  background: rgba(10, 88, 140, 1);
}

.promoBox .imageBox a.green.overlay {
  left: 0;
  top: 0;
  width: 50%;
  padding: 17px;
  background: rgba(54, 66, 74, 0.75);
}

.promoBox .imageBox a.green.overlay:hover {
  background: rgba(54, 66, 74, 1);
}

.promoBox .imageBox a.white-left.overlay {
  left: 0;
  top: 0;
  width: 50%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
}

.promoBox .imageBox a.white-right.overlay {
  right: 0;
  top: 0;
  width: 50%;
  padding: 17px;
  /*padding: 35px 15px;*/
  background-color: rgba(100, 0, 50, 0.5);
}

.promoBox .imageBox a.white-left.overlay:hover,
.promoBox .imageBox a.white-right.overlay:hover {
  background-color: rgba(100, 0, 50, 1);
}

@media screen and (max-width: 1170px) {
  .assignment_item_unit {
    width: 50%;
  }
  .assignment_item_unit ul {
    padding: 20px 20px;
  }
  .promoBox {
    width: 50%;
  }
  .promoBox .videoBox ul li.subSection {
    padding: 12px 5px;
  }
}

@media screen and (max-width: 768px) {
  .assignment-choice {
    margin-top: 10px;
  }
  .assignment_item_unit {
    width: 50%;
  }
  .assignment_item_unit ul {
    padding: 10px 15px;
  }
  .assignment_item_unit .desc {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .assignment-choice {
    margin-bottom: 40px;
  }
  .assignment-choice .item_list {
    margin-right: 0;
  }
  .assignment_item_unit {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .assignment_item_unit p {
    padding: 0 0 15px 0;
  }
  .promoBox {
    width: 100%;
    //margin-top: 20px;
    padding-right: 0;
  }
}
