﻿/* responsive images */
.home-responsive {
    overflow: hidden;
    padding-bottom: 42.75% !important;
    position: relative;
    height: 0;
}

.mobile-responsive {
    overflow: hidden;
    padding-bottom: 84.82% !important;
    position: relative;
    height: 0;
}

.inner-responsive {
    overflow: hidden;
    padding-bottom: 17.25% !important;
    position: relative;
    height: 0;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 64.8% !important;
    position: relative;
    height: 0;
}

.graph-responsive {
    overflow: hidden;
    padding-bottom: 56.17% !important;
    position: relative;
    height: 0;
}

.overview-responsive {
    overflow: hidden;
    padding-bottom: 32.10% !important;
    position: relative;
    height: 0;
}


.all-responsive {
    overflow: hidden;
    position: relative;
    height: 0;
}

    /*.all-responsive img,*/ .all-responsive iframe, .all-responsive object, .all-responsive embed, #responsive-section, .all-responsive .responsive-section {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border: none;
    }

/* The check label */
.check-label {
  display: block;
  position: relative;
  padding-right: 14px;
  margin-bottom: 10px;
  padding-top: 4px;
  cursor: pointer;
  font-size: 0;
  float: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid;
  border-color: black;
  color: black;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check-label:hover input ~ .check-mark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked ~ .check-mark {
  background-color: white;
}

/* Create the.check-mark/indicator (hidden when not checked) */
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the.check-mark when checked */
.check-label input:checked ~ .check-mark:after {
  display: block;
}

/* Style the.check-mark/indicator */
.check-label .check-mark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-primary-story {
    background: #0F636E;
    border: none;
    color: white;
    font-weight: bold;
}

.btn-module-story {
    background: #0f636e;
    border: none;
    color: white;
    font-weight: bold;
}

.btn-left-story {
    background: #0f636e;
    border: none;
    color: white;
    font-weight: bold;
    text-align: left !important;
    white-space: normal !important;
    word-wrap: break-word;
    width: 100%;
    border-radius: 0px !important;
    margin-bottom: 2px !important;
}

.btn-primary-story .person
{
        background-image: url("../Images/person.png?version=2");
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size:100% 100%;
        position: relative;
        top: 4px;
        margin-right: 4px;
}

.btn-primary-story .person:hover, .btn-primary-story:hover .person,
.btn-primary-story .person:focus, .btn-primary-story:focus .person
{
        background-image: url("../Images/person-hover.png");
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size:100% 100%;
        position: relative;
        top: 4px;
        margin-right: 4px;
}

.btn-primary-story .share
{
        background-image: url("../Images/share.jpg?version=2");
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size:100% 100%;
        position: relative;
        top: 4px;
        margin-right: 4px;
}

.btn-primary-story .share:hover, .btn-primary-story:hover .share,
.btn-primary-story .share:focus, .btn-primary-story:focus .share
{
        background-image: url("../Images/share-hover.jpg");
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size:100% 100%;
        position: relative;
        top: 4px;
        margin-right: 4px;
}


.btn-left-story-active {
    border-left-width: 4px !important;
    border-left-color: orange !important;
    border-left-style: solid !important;
}

.btn-primary-story:hover, .btn-left-story:hover, .btn-module-story:hover,
.btn-primary-story:focus, .btn-left-story:focus, .btn-module-story:focus
{
    background: #1ab476;
}

.btn-story {
    display: inline-block;
    padding: 6px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn-story img {
        height: 18px;
    }

.clear
{
	clear: both;	
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-left-sm {
    float: left;
}

.f-right-sm {
    float: right;
}

@media (min-width: 992px) {
    .f-left-md {
        float: left;
    }

    .f-right-md {
        float: right;
    }
}

@media (min-width: 1200px) {
    .f-left-lg {
        float: left;
    }

    .f-right-lg {
        float: right;
    }
}

@media screen and (max-width: 1020px), screen and (max-device-width: 1020px) {
    .header .menuIcon, .ies .header .menuIcon, .header_container.fixed .header .menuIcon {
        height: 1em;
    }
}

.row-no-gutters [class*="col-"] {
    padding-right: 5px !important;
    padding-left: 0px !important;
}

.centerjustify {
    text-align: center;
}

.MainContent
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    color: #101010;
}

.MainContent p
{
    margin: 0 0 10px;
}

.certificate-inner
{
    width: 1100px;
    height: auto;
    border-top: 50px;
    border-bottom: 50px;
    border-left: 0;
    border-right: 0;
    border-color: #fbb03b;
    color: #576f7f;
    background-color: white;
    border-style: solid;
    padding: 0 40px 40px 40px;
    line-height: 50px;
    text-align: center;
    vertical-align: bottom;
    font-family: serif;

}
.certificate-inner h1
{
    font-size: 36px;
    color: #576f7f;
    font-weight: bolder;
    margin-bottom: 30px;
}

.certificate-inner p
{
    font-size: 28px;
    color: black;
    font-weight: bold;
    margin-bottom: 30px;
}

.certificate-inner h3
{
    font-size: 18px;
    color: black;
    line-height: 1.2em;
}

.certificate-outer
{
    width: 1100px;
    height: auto;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

img { max-width: 100%; height: auto }
