@font-face {
font-family: 'regular-font';
src: url('../fonts/regular-font.woff2') format('woff2'),
url('../fonts/regular-font.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'bold-font';
src: url('../fonts/bold-font.woff2') format('woff2'),
url('../fonts/bold-font.woff') format('woff');
font-weight: normal;
font-style: normal;                    
}

.transparent-bg { background: transparent;}
.white { color: #ffffff;}
.white-bg { background: #ffffff;}
.dark-bg { background: #434343;}
.dark { color: #434343;} 
.mid { color: #bebebe;}
.light-bg { background: #e7e7e7;}
.light { color: #e7e7e7;}
.light-bb { border-bottom: 1px solid #e7e7e7;}
.blue-bg { background: #3f7c94;}    /* 63,124,148*/
.blue { color: #3f7c94;}
.dark-bb { border-bottom: 1px solid #e7e7e7;}
.dark-tb { border-top: 1px solid #e7e7e7;}
.orange-bg { background: #f58128;}


html { 
padding: 0;
margin: 0;
}

body {
margin: 0;
padding: 0;
font-family: regular-font, Arial, Helvetica, sans-serif;
font-size: 16px; 
color: #434343;
overflow-y: auto;
overflow-x: hidden;
}

.page {
    margin-top: 90px;   
    overflow-x: hidden;
    background-image: url(../images/body1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
}                      

a {
    color: #434343;
    display: block;
    margin: 10px 0;
}

.header {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 98px;
z-index: 999;
background-color: #ffffff;  
text-align: center;     
}

.content {
    position: relative;
    display: inline-block;
    width: 900px;
    text-align: left;
    margin: 40px 20px;
}

.header .content {
    margin-top: 30px;
    height: 50px;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;    
    width: 330px;
    height: 33;
}

.navigator {
    position: absolute;
    top: 5px;
    right: 0;    
}

.navigator span {
    padding: 0 5px;
    font-size: 15px;
    cursor: pointer;
}

.navigator span:hover {
    color: #3f7c94;
}

.navigator span.selected {
    color: #3f7c94;
}

.language {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.language span {
    padding-right: 10px;
    font-size: 14px;
    text-transform: uppercase; 
    cursor: pointer;
    font-weight: bolder;
}

.language span:hover {
    color: #3f7c94;
}

.language span.selected {
    color: #3f7c94;
}

.strip {
width: 100%;
text-align: center;    
}

.footer {
position: relative;
height: 195px;
background-color: #434343;
text-align: center;
}

.intro {
    width: 700px;
    margin-right: 140px;
    padding: 120px 0 120px 0;
}   

.jumbo {
    margin: 50px 0;
}

h1.huge {    
    font-family: bold-font;
    font-size: 90px;   
    line-height: 81px;     
}

.inverted {
    color: #ffffff;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #e7e7e7;
    margin: 5px 0 8px -10px;
    padding: 0;
}

.heading {
    font-family: bold-font;
    font-size: 20px; 
    margin: 20px 0; 
    line-height: 23px;      
}

.punch {
    font-size: 24px;
    line-height: 28px;
    background-color: #43434343;  
    padding: 10px;
}

.heading.punch {
    font-size: 28px;
    line-height: 32px;
}

.bulletin {
    position: fixed;
    right: 0;
    top: 40%;    
    direction: rtl;
    z-index: 999;
}

.bulletin ul {
    text-align: right;
    list-style-position: outside;    
    list-style: none;
    margin: 0;
    padding: 10px;
}

.bulletin li {
    color: #bebebe;    
    cursor: pointer;
    font-size: 24px;
    height: 28px;    
}

.bulletin li:before {
  content: "\25A1";
}

.bulletin li:hover:before {
  content: "\25A0";
}

.bulletin li.selected:before {
  content: "\25A0";
}

.bulletin span {
    text-align: right;
    margin: 0 10px 0 0;   
    display: none; 
    font-size: 15px;
}

h2.title {
    font-size: 80px;
    line-height: 76px;
    font-family: bold-font;
    display: block;
    width: 500px;
}

@media only screen and (max-device-width: 480px) {
     h2.title.mob {
         font-size: 76px; !important;
     }
}

.panel-logo {
    width: 77px;
    height: 62px;
    margin-bottom: 20px; 
}

.section {
    margin: 40px 0 30px 0;
}

.list {
    list-style: none;  
    margin: 0 0 80px 0px;
}

.list.compact {
    margin: 0 0 40px 50px;
}

.list li {
    margin: 20px;
}

.title {
     font-size: 20px;
     font-family: bold-font;
     line-height: 26px;
     display: block;
}

.sub-title {
      font-family: bold-font;
      font-size: 16px;
      line-height: 22px;
      display: block;
      margin-top: 20px;
      width: 800px;
}

.heading {
    
    
}

.sub-heading {
      font-family: bold-font;
      font-size: 16px;
      line-height: 22px;
      display: block;
      width: 800px;
}

.text {
  line-height: 22px;
  font-size: 19px;
}

.narrow {
    display: block;
    width: 555px;
}                  

.full-strip {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;   
    text-align: left;
    min-width: 900px;
}
                        
.article {
    position: relative;
    overflow: hidden;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    text-align: center;
}

.full-strip.three .article {
    width: 33.33%;
}

.full-strip.four .article {
    width: 25%;
}

.article::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;        
}

.article:hover::before {
    background: rgba(63, 124, 148, .7);
}

.article.dark:hover::before {
    background: rgba(0, 0, 0, .7);
}

.article-media {
    display: inline-block;
    width: 100%;
    height: auto;
}

.article-overlay {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;    
    opacity: 0;
    color: white;
    
  -webkit-transition: opacity .45s ease-out;
       -moz-transition: opacity .45s ease-out;
    
}

.article:hover .article-overlay {        
    opacity: 1;

  -webkit-transition: opacity .45s ease-in;
       -moz-transition: opacity .45s ease-in;
            
}

.overlay-title {    
    font-size: 24px;
    display: block;
}

.overlay-content {
    font-size: 16px;
    display: block;
}

.links img:hover {
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.2); 
         box-shadow: 1px 2px 3px rgba(0,0,0,0.2);    
}

.toggle-panel {
    
 display: none;
 padding: 200px 0;
 margin: 0;
 background: no-repeat center center fixed; 
 -webkit-background-size: cover;
         background-size: cover;
 overflow-y: hidden;
 overflow-x: hidden;                              
  
}   

.toggle-panel img {
    display: block;    
} 

.toggle {
    cursor: pointer;
}

.sub-header {    
    font-family: bold-font;
    font-size: 20px;
    display: block;
    text-align: center;
}

.sub-section {
    margin: 30px 0 30px 0;
}

.quotes {                       
    margin-bottom: 40px;
}

.quote {
    margin: 20px 0 20px 40px;
}

.quote span {
    font-size: 16px;
    margin: 5px 0;
    display: block; 
    line-height: 24px;   
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.button {
    display: inline-block;
    background-color: #f58128;
    color: #ffffff;
    padding: 20px 40px;  
    margin: 4px 2px;  
    cursor: pointer;    
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.button.hide {
    background-color: #3f7c94;
    margin: 10px 0 0 0;
}

.link {
    margin: 30px 0;
}

.link span {
    display: block; 
    margin: 10px 0;
}

.big-text {
     font-size: 25px;
     font-family: bold-font;
     line-height: 40px;
}

.col.quartet {
    margin: 80px 0;
  overflow-x: hidden;  
  height: 200px;
}

.bigger-text {
     font-size: 48px;
     font-family: bold-font;
     line-height: 42px;
     margin-bottom: 30px;
}

.quartet div {
    display: inline-block;
    width: 25%;
    float: left;
}

.quartet div span {
    display: block;
    color: #ffffff;
}     

.mid-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2px;
    width: 160px;
}

.input-form {
    display: inline-block;
    margin: 0 20px 20px 0;    
}

.input-form input {
    display: block;  
    width: 400px;
    font-size: 18px;
    padding: 5px;  
    margin: 2px;
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    border: 1px solid #434343;
}

.input-form textarea {
    display: block;    
    width: 400px;
    font-size: 18px;
    padding: 5px; 
    margin: 2px; 
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    border: 1px solid #434343;
}

.contact-details {
    display: inline-block;
    vertical-align: top;    
    margin-left: 10px;
}

.contact-details span {
    display: block;
    margin: 5px 0;
}

.tall {
    line-height: 30px;
}

.footer .content {
    margin-top: 60px;
    height: 50px;
    text-align: left;
    width: 900px;
}

.footer div {    
    display: inline-block;    
    vertical-align: top;
}

.social {
    margin-left: 80px;
}

.media {
    margin-left: 80px;
}

.media span {
    text-decoration: underline;
    cursor: pointer;
}

.footer span {
    display: block;
    line-height: 20px;
    color: #ffffff;
}

.legal {
    margin-left: 80px;
}


.legal a {    
    margin: 0;
    display: block;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
}

.social span {
    margin: 0 0 10px 10px;
    color: #ffffff;
}

.social img {
    cursor: pointer;
}    

.media-strip {
    margin: 0;
    padding: 0;
    font-size: 0;   
    text-align: left;
    min-width: 900px;
    height: 345px;
    overflow: hidden;
    display: none;
}

.media-image {  
    position: relative;
    display: inline-block;   
    cursor: pointer;
}

.media-image .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: visibility 0.2s, opacity 0.2s linear;
}

.media-image:hover .overlay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.media-panel {   
 padding: 200px 0;
 margin: 0;
 background: no-repeat center center fixed; 
 -webkit-background-size: cover;
         background-size: cover;
 overflow-y: hidden;
 overflow-x: hidden;     
 text-align: center;   
 display: none; 
}

.media-panel .content {
    width: 940px;
}

.credits {
    margin-bottom: 20px;
}

.credits span {
    color: #ffffff;
    display: block;        
}

.credits a {
    color: #ffffff;
    margin-bottom: 20px;        
}

.media-set {
    margin: 40px 0;
}

.media-set img {
    margin: 2px;
}

.image-preview {
    text-align: center;
    margin-top: 20px;
}    

.image-preview img {
  -webkit-box-shadow: 2px 4px 6px rgba(0,0,0,0.4); 
         box-shadow: 2px 4px 6px rgba(0,0,0,0.4);  
  cursor: pointer;
}

.thank-you span {
    color: red;
}

.result {
    display: inline-block;
    margin-left: 20px;
}

.legal {
    display: block;
}

a.cov {
    font-size: 42px;
    text-decoration: none;    
    display: block;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    background-color: red;
    color: white;    
    padding: 20px 10px;
    cursor: pointer;  
    font-weight: bold;
  -webkit-box-shadow: 2px 4px 6px rgba(0,0,0,0.4); 
         box-shadow: 2px 4px 6px rgba(0,0,0,0.4);         
}

.read-only.cov {
    padding: 20px;
    max-width: 800px;
    margin: auto auto;
}

.read-only.cov h1 {
    color: #3f7c94;
}

.read-only.cov h2 {
    padding-top: 20px;
    color: #3f7c94;
}

.read-only.cov h4 {
    color: #3f7c94;
}

.read-only.cov h5 {
    margin-block-end: -10px;
}

.logo.cov {
    position: relative;
}

.read-only.cov img {
    display: block;
    margin-top: 5px;
}

img.cov {    
    width: 100%;
}
                                                                                                              
@media only screen and (min-width: 992px) { a.cov { font-size: 20px; } } 


