@charset "UTF-8";
  html {
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-size: 14px;
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-weight: normal;
color: #333;
background-color: #04a4bb; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
textarea, input[type=text], button, input[type=submit] { outline: none; -webkit-appearance: none; border-radius: 0; }
a, a:focus, a:active {
outline: 0 none !important;
}
a {
color: inherit;
text-decoration: none;
font-weight: 600;
}
a:hover {
text-decoration: underline;
}
.clearfloat { clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.container { margin-left: auto;
margin-right: auto;
width: 85%;
}
.container.restricted {
max-width: 1440px;
margin-left: auto;
margin-right: auto;
width: 90%;
}
.container.wide {
max-width: none;
margin-left: auto;
margin-right: auto;
width: 93%;
}
.padded {
padding: 80px 100px;
}
.container.narrow {
width: 50%;
}
.alignleft, .alignleft img, .pull_left {
float:left;
}
.alignright, .alignright img, .pull_right {
float:right;
}
img.alignleft {
margin-right: 20px;
margin-bottom: 5px;
height: auto;
}
.post_container img.alignleft, .post_container img.alignright {
width: 280px;
height: auto;
}
.alignleft p.wp-caption-text {
background: #eee;
font-size: 10px;
line-height:  normal;
padding: 10px;
margin-top: 0;
margin-right: 15px;
}
.alignright p.wp-caption-text {
background: #eee;
font-size: 10px;
line-height:  normal;
padding: 10px;
margin-top: 0;
margin-left: 10px;
}
img.alignright {
margin-left: 20px;
margin-bottom: 2px;
height: auto;
}
img.aligncenter {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;	
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
hr {
border: none;
border-top: 4px dotted rgba(0,0,0,0.3);
margin: 40px 0px 40px 0px;
padding: 0px;
height: 1px;
}
.content_area ul {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 0;
padding-left: 18px;
list-style-type: none;
}
.content_area ul.alm-listing {
margin: 0;
padding: 0;
}
.content_area ul li {
margin: 9px 0px;
}
.content_area ul li:before {    
font-family: "Font Awesome 5 Free"; 
content: '\f054';
margin:0 10px 0 -18px;
color: #04a4bb;
font-weight:  900;
} .inline {
display: inline-block;
margin-right: 35px;
vertical-align: top;
}
.quarter {
width: 25%;
display: inline-block;
vertical-align: top;
}
.threequarters {
width: 75%;
display: inline-block;
vertical-align: top;
}
.third {
width: 33.333%;
display: inline-block;
vertical-align: top;
}
.twothirds {
width: 66.666%;
display: inline-block;
vertical-align: top;
}
.half {
width: 50%;
display: inline-block;
vertical-align: top;
}
.forty {
width: 40%;
display: inline-block;
vertical-align: top;
}
.twenty {
width: 20%;
display: inline-block;
vertical-align: top;
}
.ten {
width: 10%;
display: inline-block;
vertical-align: top;
}
.sixty {
width: 60%;
display: inline-block;
vertical-align: top;
}
.eighty {
width: 80%;
display: inline-block;
vertical-align: top;
}
.ninety {
width: 90%;
display: inline-block;
vertical-align: top;
}
.fullwidth {
width: 100%;
display: block;
}
.bottomalign {
vertical-align: bottom;
}
.sticky, .Sticky {
position: -webkit-sticky;
position: sticky;
} ul.columns-1, ul.columns-2, ul.columns-3, ul.columns-4, ul.columns-5, ul.columns-6 {
margin: 0;
padding: 0;
list-style-type: none;
}
.columns-1 .column {
width: 100%;
margin-right: 0%;
display: block;
vertical-align: top;
}
.columns-6 .column {
width: 15%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
.columns-5 .column {
width: 18.4%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
.columns-4 .column {
width: 23.5%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
.columns-3 .column {
width: 30.5%;
margin-right: 4.25%;
display: inline-block;
vertical-align: top;
}
.columns-3.tight .column {
width: 32%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
.columns-2 .column {
width: 48%;
margin-right: 4%;
display: inline-block;
vertical-align: top;
}
.columns-6 .column:nth-child(6n+6) {
margin-right: 0px;
}
.columns-5 .column:nth-child(5n+5) {
margin-right: 0px;
}
.columns-4 .column:nth-child(4n+4) {
margin-right: 0px;
}
.columns-3 .column:nth-child(3n+3) {
margin-right: 0px;
}
.columns-2 .column:nth-child(2n+2) {
margin-right: 0px;
} .text-left {
text-align: left;
}
.text-justify {
text-align: justify;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.aligncontainer {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
} .buttoncontainer {
margin: 35px 0;
}
.buttoncontainer.notop {
margin-top: 0;
}
.buttoncontainer.nobottom {
margin-bottom: 0;
}
.gform_footer {
text-align: center;
}
.bigbutton, a.bigbutton, input.bigbutton, .gform_button[type=submit]  {
font-family: 'Poppins', Arial, sans-serif;
padding: 13px 20px 13px 20px; 
display: inline-block;
font-size: 16px;
margin: 0px 5px;
margin-bottom: 5px;
font-weight: 400;
margin-top: 10px;
text-align: center;
line-height: 20px;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
text-transform: uppercase;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.bigbutton:hover, a.bigbutton:hover {
text-decoration: none;
cursor: pointer;
cursor: hand;
}
.bigbutton.back:before, a.bigbutton.back:before {
font-family: "Font Awesome 5 Free"; 
content: '\f0d9';
font-weight: 900;
margin-right: 10px;
font-size: 20px;
vertical-align: top;
}
.bigbutton.first, a.bigbutton.first, input.bigbutton.first {
margin-left: 0px;
}
.bigbutton.last, a.bigbutton.last, input.bigbutton.last {
margin-right: 0px;
}
.bigbutton.solid, a.bigbutton.solid, .gform_button[type=submit]  {
border: 3px solid #1f1f29;
background: #1f1f29;
color: #ffffff;
}
.bigbutton.solid:hover, a.bigbutton.solid:hover, .gform_button[type=submit]:hover {
border: 3px solid #373740;
background: #373740;
color: #ffffff;
cursor: pointer;
cursor: hand;
}
.bigbutton.solid.blue, a.bigbutton.solid.blue, .subscribe .gform_button[type=submit] {
border: 3px solid #04a4bb;
background: #04a4bb;
color: #ffffff;
}
.bigbutton.solid.blue:hover, a.bigbutton.solid.blue:hover , .subscribe .gform_button[type=submit]:hover{
border: 3px solid #066877;
background: #066877;
color: #ffffff;
}
.bigbutton.hollow.blue, a.bigbutton.hollow.blue {
border: 3px solid #04a4bb;
background-color: transparent;
color: #04a4bb;
}
.bigbutton.hollow.blue:hover, a.bigbutton.hollow.blue:hover {
border: 3px solid #04a4bb;
background-color: rgba(4,164,187,0.1);
color: #04a4bb;
}
.bigbutton.solid.white, a.bigbutton.solid.white {
border: 3px solid #fff;
background: #fff;
color: #50366b;
}
.bigbutton.solid.white:hover, a.bigbutton.solid.white:hover {
border: 3px solid rgba(255,255,255,0);
background: rgba(255,255,255,0.8);
color: #1f1f29;
}
.bigbutton.solid.white.bluetext, a.bigbutton.solid.white.bluetext {
color: #04a4bb;
} h1, h2, h3, h4 {
font-family: "Poppins", Arial, Helvetica, sans-serif;
}
h1 {
font-size: 40px;
font-weight: 200;
}
h2 {
font-weight: 300;
font-size: 18px;
line-height: 30px;
}
p {
line-height: 24px;
text-align: justify;
}
.purplebg {
background: #1f1f29;
color: #fff;
}
.bluebg {
background: #04a4bb;
color: #fff;
}
.whitebg {
background-color: #fff;
color: #444;
}
.greybg {
background: #ececec;
}
.blue {
color: #04a4bb;
}
.section {
padding: 80px 0;
}
.divider {
margin: 50px 0;
display: block; 
}
.divider:before {
font-family: "Font Awesome 5 Free"; 
content: '\f072';
font-weight: 900;
font-size: 30px;
vertical-align: top;
color: #04a4bb;
display: inline-block;
transform: rotate(-90deg);
} .headercontainer {
position: fixed;
top:0px;
padding: 60px 0px 70px 0;
color: #fff;
z-index: 999;
width: 100%;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
border-bottom: 1px solid rgba(255,255,255,0);
}
.headercontainer.active {
background-color: #1f1f29;
padding: 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.headercontainer .logoholder {
padding-top: 10px;
}
.headercontainer.active .logoholder {
padding-top: 17px;
}
.headercontainer .logoholder img {
width: 190px;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.headercontainer.active .logoholder img {
width: 150px;
} .royal {
height: 85vh;
min-height: 700px;
background-color: #1f1f29;
position: relative;
z-index: 1;
color: #fff;
}
.royal .indexslidercontainer {
position: absolute;
z-index: 1;
width: 100%;
height: 85vh;
min-height: 700px;
overflow: hidden;
}
.royal .indexslidercontainer .image_slide {
width: 100%;
height: 85vh;
min-height: 700px;
background-size: cover;
background-position: center center;
}
.videocontainer {
position: absolute;
z-index: 1;
width: 100%;
height: 85vh;
overflow: hidden;
}
#myVideo {
position: relative;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
text-align:  center;
}
.royal .slide {
position: relative;
width: 100%;
height: 85vh;
min-height: 700px;
}
.royal .slide .slide_image {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 1;
background-size: cover;
background-position: center center;
}
.royal .slide_overlay_purple {
position: absolute;
width: 100%;
height: 100%;
z-index: 15;
left: 0;
top: 0;
background: rgba(31,31,41,0.8);
}
.royal .royal_slider {
z-index: 10;
position: absolute;
min-height: 700px;
height: 100%;
width: 100%;
}
.royal .royal_content {
z-index: 25;
position: absolute;
width: 100%;
top: calc(50% - 84px);
left: 0px;
}
.royal .royal_content h1 {
font-size: 50px;	
margin: 0;
padding: 0;
font-family: "Poppins", Arial, Helvetica, sans-serif;
} .welcome {
scroll-margin-top: 60px;
}
.welcome .leftside {
margin-top: 10px;
border-top: 1px solid #04a4bb;
padding-top: 50px;
margin-right: 50px;
}
.welcome .leftside h1 {
margin-top: 0;
}
.welcome .rightside {
margin-left: 50px;
}
.welcome .rightside h2 {
font-size: 18px;
line-height: 35px;
color: #04a4bb;
text-align: justify;
margin-top: 0;
}
.welcome .rightside p {
line-height: 30px;
margin: 30px 0;
}
.welcome .rightside p:last-of-type {
margin-bottom: 0px;
} .info_section {
background-attachment:fixed;
background-position: center center;
background-size: cover;
padding: 100px 0;
}
.info_section_container {
background-color: #fff;
padding: 80px 100px;
width: calc(55% - 200px);
margin: 50px auto;
}
.info_section_container h1 {
margin-top: 0;
}
.info_section p {text-align:  center;} .about {
position: relative;
scroll-margin-top: 160px;
}
.about h1 {
margin-top: 0;
}
.about .backgroundcontainer {
background-size: cover;
position: absolute;
background-position: top center;
left: 40%;
width: 60%;
height: 100%;
top: 0;
} .news {
position: relative;
scroll-margin-top: 160px;
}
.news h1 {
margin-top: 0;
}
.news .newscontainer {
}
.news .newscontainer .newsitem {
border-bottom: 2px solid #ccc;
margin-bottom: 40px;
padding-bottom: 40px;
padding-top: 10px;
}
.news .newscontainer .newsitem:last-of-type {
margin-bottom: 0px;
}
.news .newscontainer .newsitem .title {
font-size: 15px;
}
.datediv {
color: #04a4bb;
font-size: 12px;
margin-bottom: 20px;
} .subscribe {
background-image: url(//quaero.aero/wp-content/themes/FF_theme/images_interface/subscribebg.jpg);
background-size: cover;
background-position: center center;
color: #fff;
position: relative;
}
.subscribe .subscribecontainer {
padding: 50px 0;
z-index: 5;
position: relative;
}
.subscribe .subscribecontainer p {
text-align: left;
}
.subscribe .overlay {
background-color: rgba(31,31,41,0.7);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.subscribecontainer .subscribeform {
margin-left: 70px;
}
.subscribecontainer .subscribeform .gform_wrapper .top_label .gfield_label {
color: rgba(255,255,255,0.7);
}
.subscribecontainer .subscribeform .gform_wrapper input[type=submit] {
min-width: 200px;
} .footer {
color: #fff;
padding: 60px 0;
line-height: 20px;
background-color: #1f1f29;
}
.footer .footermenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.footer .footermenu ul li {
display: inline-block;
margin-left: 15px;
}
.footer .inline {
margin-right: 55px;
}
.footer .details {
margin-top: 8px;
}
.footer .secondlevel {
margin-top: 40px;
}
.footer .secondlevel .inline {
margin-right: 20px;	
}
.footer .secondlevel .half:nth-child(2) {
vertical-align: bottom;
font-size: 11px;
}
.footer .ff {
display: inline-block;
vertical-align: top;
}
.footer .ff a {
text-decoration: none;
opacity: 0.7;
font-weight: 400;
webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-font-smoothing: antialiased;
}
.footer .ff a:hover {
opacity: 1;
}
.footer .ff img {
width: 20px;
height: 20px;
margin-bottom: 2px;
vertical-align: middle;
margin-left: 5px;
display: inline-block;
} .modal.active {
display: block;
}
.full_user_profile {
position: relative;
padding:40px;
border-left: 1px solid #eee;
margin-left: 45%;
padding-left: 40px;
}
.full_user_profile a.closebutt {
width: 50px;
height: 50px;
line-height: 45px;
position: absolute;
right: 0;
top: 0;
background-color: #04a4bb;
padding: 10px;
color: #fff;
font-size: 28px;
text-align: center;
}
.full_user_profile a.closebutt:hover {
background-color: #066877;	
}
.full_user_profile h1 {
line-height: normal;
margin: 0;
padding: 0;
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-size: 26px;
}
.full_user_profile h2 {
font-size: 16px;
line-height: 24px;
margin: 25px 0;
}
.full_user_profile p {
text-align: justify;
font-size: 13px;
margin: 25px 0;
line-height: 22px;
}
.full_user_profile .profile_footer {
font-size: 14px;
line-height: 22px;
}
.user_image {
position: absolute;
top: 50px;
left: 50px;
width: calc(45% - 100px);
height: calc(100% - 100px );
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.user_image_profile {
position: absolute;
top: 0;
left: 0;
width: 45%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.user_image .user_image_holder {
}
.hidden {
display: none;
}
.full_user_profile .corporate_member {
background-color: #b38e5e;
padding: 5px 8px 6px 8px;;
margin: 20px 0px 0px 0px;
display: inline-block;
color: #fff;
font-size: 12px;
text-transform: uppercase;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.full_user_profile .corporate_member:before {
position: relative;
font-family: "Font Awesome 5 Free"; 
content: '\f005';
font-size: 14px;
font-weight: 900;
color: #fff;
margin-right: 8px;
}
.adcontainer {
background-color: #eee;
}
.adcontainer.margined {
margin: 60px 0;;	
}
.mobilemenubar, .mobile_image {
display: none;
}
.mobilead .adcontainer {
display: none;
}
.adcontainer.desktop {
display: block;
} .gform_wrapper {
margin: 0
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
font-family: Arial, sans-serif;
font-size: 15px;
color: #04a4bb;
border: 1px solid #333;
padding: 13px;
margin-right: 10px;
line-height: 16px;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
}
body .gform_wrapper select {
line-height: 16px;
font-family: Arial, sans-serif;
font-size: 15px;
color:#04a4bb;
padding: 13px !important;
min-width: 0px;
width: 100% !important;
margin: 0px;
-webkit-appearance: none;
-moz-appearance: none;
border: 1px solid #333;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: rgba(255,255,255,1) url(//quaero.aero/wp-content/themes/FF_theme/images_interface/downarrow_purple.png) no-repeat right center;
}
body .gform_wrapper textarea {
padding: 15px;
margin-bottom: 8px;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper textarea:focus {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border: 1px solid #04a4bb;
}
body .gform_wrapper li.checkboxes {
padding-top: 20px;
}
body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
font-size: 1em;
}
body .gform_wrapper .textarea.large {
height: 100px;
}
body .gform_wrapper .top_label .gfield_label {
color: #333;
font-size: 13px;
font-weight: 400;
height: 0;
}
body .gform_wrapper .gfield_required {
color: #C30 !important;
}
.gform_confirmation_message {
background-color: #0C9843;
border: 1px solid #0C9843;
margin: 30px auto 0;
margin-top: 0;
font-size: 15px;
font-weight: 300;
padding: 20px;
width: calc(100% - 40px);
text-align: center;
color: #fff;
}
.gform_confirmation_message:before {
font-family: "Font Awesome 5 Free"; 
content: '\f00c';
margin:0 10px 0 0px;
color: #fff !important;
font-weight:  900;
font-size: 17px
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin-top: 0
}
body .gform_wrapper li.gfield.gfield_error {
border-top: none !important;
padding-top: 0 !important;
background-color: transparent;
vertical-align: top !important;
border-bottom: none !important;
}
body .gform_wrapper li.gfield.gf_left_third.gfield_error:not(.topspaced), body .gform_wrapper li.gfield.gf_middle_third.gfield_error:not(.topspaced), body .gform_wrapper li.gfield.gf_right_third.gfield_error:not(.topspaced) {
width: calc(33.4% - 16px) !important;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper li.gfield_error textarea {
border-color: rgba(207,47,31,1.00) !important }
body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
width: calc(25% - 16px) !important;
margin-right: 16px !important;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio {
color: rgba(207,47,31,1.00);
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
margin-top: 8px!important
}
.gform_wrapper .field_description_below .gfield_description {
padding-top: 8px!important;
color: #CF2F1F !important;
}
.gform_wrapper .field_description_below .gfield_description:before {
font-family: dashicons;
content: "\f342";
margin-right: 3px;
vertical-align: middle;
font-size: 10px;
font-weight: 400;
color: #CF2F1F!important;
}
body .gform_wrapper div.validation_error {
background-color: #CF2F1F;
border: 1px solid #CF2F1F !important;
font-family: "Arial", sans-serif;
font-weight: 400!important;
font-size: 13px;
padding: 20px;
width: calc(100% - 42px - 16px) !important;
margin-bottom: 10px;
margin-top: 0px;
color:  #fff !important;
box-sizing: content-box !important;
}
body .gform_wrapper div.validation_error:before {
font-family: "Font Awesome 5 Free"; 
content: '\f071';
margin:0 10px 0 0px;
font-weight:  900;
font-size: 17px
}
body .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
font-size: 1em;
}
body .gform_wrapper .ginput_recaptcha {
margin-left: auto;
margin-right: auto;
width: 304px
}
body .gform_wrapper .captcha_validation,
body .gform_wrapper .gform_footer {
text-align: left;
}
body .gform_wrapper .gform_footer input[type=submit] {
font-size: 16px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
cursor: pointer; cursor: hand;
}
@media screen and (max-width: 1440px) {
.container {
width: 90%;
}
}
@media screen and (max-width: 1400px) {
.about .forty, .about .sixty, .about .backgroundcontainer {
display: block;
width: 100%;
position: relative;
}
.about .backgroundcontainer {
left: 0;
height: 85vh;
}
}
@media screen and (max-width: 1024px) {
body {
background-color: #1f1f29;
}
.royal, .royal .royal_slider {
min-height: 0;
height: 75vh;
}
.royal .indexslidercontainer, .royal .slide {
min-height: 0;
height: 75vh;
}
.royal .indexslidercontainer .image_slide {
min-height: 0;
height: 75vh;;
}
.headercontainer .logoholder img {
width: 150px;
}
.royal .royal_content {
padding-top: 60px; }
.royal .royal_content h1 {
font-size: 42px;
}
.videocontainer {
height: 100%;
}
h1 {
font-size: 30px;
}
.welcome .rightside h2, h2 {
font-size: 16px;
line-height: 25px;
}
.info_section {
background-attachment:scroll;
}
.info_section_container {
padding: 80px 100px;
width: calc(75% - 200px);
}
.news .padded {
padding: 60px;
}
.news p {
font-size: 13px;
line-height: 20px;
}
.news .newsitem:nth-child(2) {
display: none;
}
.footer {
font-size: 12px;
}
.footer .secondlevel .text-right .inline {
margin-right: 0px;
display: block;
}
.footer .secondlevel .ff {
margin-top: 6px;
}
}
@media screen and (max-width: 800px) {
.royal {
margin-top: 0;
}
.welcome .twothirds {
width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
}
.welcome .third {
width: 100%;
display: block;
}
.welcome .leftside {
margin-right: 0px;
}
.welcome .rightside {
margin-left: 0px;
}
.info_section_container {
padding: 80px 70px;
width: calc(75% - 200px);
}
.about .backgroundcontainer {
height: 30vh;
}
.news .forty, .news .sixty, .subscribe .third, .subscribe .twothirds {
display: block;
width: 100%;
}
.subscribecontainer .subscribeform {
margin-left: 0px;
}
.full_user_profile h1 {
font-size: 18px;
width: 90%;
}
.full_user_profile h2 {
font-size: 14px;
line-height: 20px;
} .headercontainer {
display: none;
}
.mobilemenubar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5000;
height: 95px;
display: block;
border-bottom: 1px solid rgba(255,255,255,0.1);
background-color: #1f1f29;
}
.mobilemenubar .rightbutton {
position: absolute;
right: 0;
top: 0;
padding-right: 15px;
padding-top: 15px;
z-index: 999;
}
.mobilemenubar .rightbutton .icon {
border: 2px solid #04a4bb;
color: #fff;
display: inline-block;
font-size: 26px;
text-align: center;
line-height: 60px;
width: 60px;
height: 60px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.mobilemenubar .container {
width: 100%;
}
.mobilemenubar .logocontainer {
line-height: 95px;
width: 100%;
display: inline-block;
margin-left: 0px;
padding: 0;
vertical-align: top;
text-align: center;
position: absolute;
top: 0px;
left: 0px;
z-index: 997;
}
.mobilemenubar .logocontainer img {
vertical-align: middle;
width: 180px;
margin-top: 0px;
}
#mobilemenu .menucontainer.mburger {
vertical-align: top;
font-size: 25px;
text-align: center;	
height: 95px;
line-height: 95px;
width: 95px;
color: #fff;
--mb-bar-height: 3px;
--mb-button-size: 95px;
--mb-bar-width: 0.4;
z-index: 999;
border-right: 1px solid rgba(255,255,255,0.05);
}	
.mm-menu {
--mm-color-background: #066877 !important;
--mm-listitem-size: 95px;
--mm-color-text: #fff !important;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
--mm-color-button: #fff;
--mm-color-border: rgba(255,255,255,0.1);
}
}
@media screen and (max-width: 600px) {
.container {
width: 86%;
}
.mobilemenubar .logocontainer img {
vertical-align: middle;
width: 140px;
margin-top: 0px;
}
.royal .royal_content {
padding-top: 0px;
}
.info_section {
padding-top: 0px;
padding-bottom: 0px;
background-image: url() !important;
}
.info_section_container {
padding: 80px 10%;
width: calc(100% - 20%);
margin-bottom: 0px;
margin-top: 0px;
}
.mobile_image {
display: block;
height: 50vh;
background-size: cover;
background-position: center center;
}
table td {
display: block;
width: 100% !important;
} body .gform_wrapper div.validation_error {
width: calc(100% - 42px) !important;
box-sizing: content-box !important;
}
body .gform_wrapper li.gfield.gf_left_third.gfield_error:not(.topspaced), body .gform_wrapper li.gfield.gf_middle_third.gfield_error:not(.topspaced), body .gform_wrapper li.gfield.gf_right_third.gfield_error:not(.topspaced) {
width: calc(100%) !important;
} .bigbutton, a.bigbutton, input.bigbutton, .gform_button[type=submit]  {
width: calc(100% - 50px);
margin-left: 0px;
mergin-right: 0px;
margin-top: 5px;
}
.royal, .royal .royal_slider {
min-height: 0px;
height: calc(75vh);
}
.royal {
margin-top: 0px;
}
.royal .bigbutton {
width: auto;
}
.padded, .news .padded {
padding: 40px;
}
.corporatememberslider .twothirds, .corporatememberslider .third {
width:  100%;
display: block;
}
.footer .half {
display: block;
width: 100%;
text-align: center;
}
.footer .inline {
display: block;
margin-right: 0px;
}
.footer .text-right, .corporatememberslider .text-right {
text-align: center !important;
}
.footer .footermenu {
margin: 30px 0px 30px 0;
}
.footer .footermenu ul li {
display: block;
margin-left: 0px;
margin-top: 5px;
}
.footer .details, .footer .logo_container {
display: none;
}
.footer .secondlevel .inline {
margin-right: 0px;
}
.footer .ff {
margin-top: 15px;
}
.user_image, .user_image_profile {
position: relative;
width: 100%;
height: 340px;
display: block;
}
.user_image {
top: 0;
margin-right: 50px;
width: calc(100% - 100px);
height: 240px;
}
.full_user_profile {
position: relative;
padding: 40px;
padding-left: 40px;
margin-left: 0%;
}
#simplemodal-container {
height: 90vh !important;
}
}