/* Common CSS */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    line-height: 1.15; /* 1 */
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.float-left{
    float: left;
}

.float-right{
    float: right
}

.clearfix:after{
    content: " ";
    display: block;
    clear: both;
}

.fixed-top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

/* Typography */

body{font-size: 1.25rem; color: #000; font-weight: normal;}

h1, h2, h3, h4, h5, h6{
	font-family: var(--primary-font-h1);
    margin-bottom: 15px;
}
p{
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6{
    line-height: 1.4;
    font-weight: 700;
}

h1{
    font-size: 4rem;
}

h2{
    font-size: 2.25rem;
}

h3{
    font-size: 1.5rem;
}

h4{
    font-size: 1.25rem;
}

h5{
    font-size: 1.125rem;
}

h6{
    font-size: 1rem;
}

ul li{
    list-style-type: none;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a{
    text-decoration: none;
    cursor: pointer;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
    text-decoration: underline;
}

a:active {
	text-decoration: none;
}


/* Grid System CSS */
.container{
    max-width: 1788px;
    margin: auto;
}

.container-fluid{
    max-width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12{
    float: left;
}

.col-1{
    width: 8.33%
}

.col-2{
    width: 16.67%
}

.col-3{
    width: 25%
}

.col-4{
    width: 33.33%
}

.col-5{
    width: 41.67%
}

.col-6{
    width: 50%
}

.col-7{
    width: 58.33%
}

.col-8{
    width: 66.67%
}

.col-9{
    width: 75%
}

.col-10{
    width: 83.33%
}

.col-11{
    width: 91.67%
}

.col-12{
    width: 100%
}

/* Form Fields */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea,
select {
	width: 100%;
	height: 55px;
	padding: 0 10px;
	border-radius: 5px;
	border: 0;
	box-shadow: 0px 1px 2px 0px #000;
}
.wpcf7-form-control-wrap select {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

textarea {
    height: 200px; 
    padding: 10px 10px;
}

/* Scylla Banner */
.scylla-banner {
    background: #134660;
    background-image: -moz-linear-gradient(135.94deg, #134660 0%, #005a7e 37.15%, #1c738b 54.98%, #55a6a6 100%);
    background-image: -webkit-linear-gradient(135.94deg, #134660 0%,#005a7e 37.15%,#1c738b 54.98%,#55a6a6 100%);
    background-image: linear-gradient(135.94deg, #134660 0%,#005a7e 37.15%,#1c738b 54.98%,#55a6a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134660', endColorstr='#55a6a6',GradientType=1 );
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    width: 100%;
    display: table;
}

.scylla-container {
    display: table;
    max-width: 1400px;
    margin: auto;
    height: 500px;
}

.scylla-banner-content {
    display: table-cell;
    vertical-align: middle;
}

.banner-heading {
    color: #fff;
}

/* Header Common */
.header{
   background: #1C2E4F;
   padding: 10px 0; 
}

/* Footer Common */

/* Cookie Style*/
#js-cookies-info {
    visibility:hidden;
    position:fixed;
    z-index:999;
    transition:0.3s cubic-bezier(0.55,0.17,0.05,0.85);
    background:#fff;
    box-shadow:0 0 25px rgba(0,0,0,0.2);
    right:30px;
    visibility:visible;
    opacity:1;
    bottom: 30px;
    width: 360px;
    padding: 35px;
}

#js-cookies-info h3 {
    font-size: 21px;
    letter-spacing: .12em;
    margin: 0;
}

.o-button--small {
    background: #ffa000;
    background-image: linear-gradient(to right, #ffa000, #ff7e00, #ffa000, #ffa000);
    background-size: 300% 100%;
    background-position: 100% 0;
    background-repeat: repeat-x;
    transition: 0.6s cubic-bezier(0.55, 0.17, 0.05, 0.85);
    will-change: transform, background-position, box-shadow;
    position: relative;
    display: inline-block;
    align-items: center;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    min-height: 44px;
    padding: 12px 20px;
    font-size: 14px;
    border: none;
}

/* 404 Page */
.error-404{
    padding: 100px 0;
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.search-box form .text {
    width: 70%;
    background: #fff;
    display: inline-block;
    height: auto;
    padding: 10px 10px;
}

.search-box form .submit {
    background-color: #05b7fc;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    border-radius: 0;
    padding: 7px 15px 8px;
    border: none;
}

.search-box{
    padding: 30px 0;
}

.sitemap-raw h2{
    font-size: 26px; 
    font-weight: bold; 
    margin-bottom: 15px; 
    color: #333;
}

.sitemap-raw a{
    color: #333; 
    text-decoration: none;
}

.sitemap-raw{
    margin-top: 30px;
}

.sitemap-raw{
    text-align: left;
}

.search-blocks{
    padding: 40px 0;
}

.search-blocks h2{
    font-size: 30px; 
    font-weight: bold;
}

.search-blocks h4{
    font-size: 24px; 
    font-weight: bold;
}

.search-block{
    margin-bottom: 20px;
}

.sitemap-raw a, 
.sitemap-item a, 
.search-block a {
    color: #333;
    text-decoration: none;
}

.sitemap-raw a:hover, 
.sitemap-item a:hover, 
.search-block a:hover {
    color: #05b7fc;
}


.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	display: block;
}

.gallery-item a:focus img {
	outline-offset: -2px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}