@charset "UTF-8";
/* CSS Document */

/* Designed and developed by www.ff.com.mt */


html {
	scroll-behavior: smooth;
}

	
:target:before {
	content: "";
	display: block;
	height: 80px;
	margin: -80px 0 0;
}

.scrollanchor {
	position: absolute;
	top: -68px;
}


@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: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #4f4f4f;
	background-color: #ffffff;
	/* --- overflow-x: hidden; --- */
	
}

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: 500;
}

a:hover {
	text-decoration: underline;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container {
	/*max-width: 1600px;*/
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 140px);
	position: relative;
}

.container.narrow {
	max-width: 1440px;
	width: 85%;
}

/*
.container.wide {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	width: 93%;
}


.padded {
	padding: 80px 100px;
}
*/


.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: 25px 0px 25px 0px;
	padding: 0px;
	height: 1px;
	clear: both;
}

.nomargin hr {
	margin: 10px 0;
}

.tablet_portrait, .tablet_landscape, .mobile {
	display: none;
}

.desktop {
	display: block;
}

/* --- sizes --- */

.inline {
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
}

.inline.middle {
	vertical-align: middle;
}

.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;
}

.thirty {
        width: 30%;
	display: inline-block;
	vertical-align: top;
}

.forty {
        width: 40%;
	display: inline-block;
	vertical-align: top;
}

.twenty {
        width: 20%;
	display: inline-block;
	vertical-align: top;
}

.fifteen {
        width: 15%;
	display: inline-block;
	vertical-align: top;
}

.ten {
        width: 10%;
	display: inline-block;
	vertical-align: top;
}


.sixty {
        width: 60%;
	display: inline-block;
	vertical-align: top;
}

.seventy {
        width: 70%;
	display: inline-block;
	vertical-align: top;
}

.eighty {
        width: 80%;
	display: inline-block;
	vertical-align: top;
}

.eightyfive {
        width: 85%;
	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;
}

.leftspacer {
	margin-left: 15%;
}


.rightspacer {
	margin-right: 15%;
}

/* ---- columns ------ */

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, .fullwidth .column {
	width: 100%;
	margin-right: 0%;
	display: block;
	vertical-align: top;
}

.columns-2 .column {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}

.columns-2.tight .column {
	width: 49%;
	margin-right: 1%;
	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-4 .column {
	width: 23.5%;
	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-5 .column {
	width: 19.2%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}

.columns-6 .column {
	width: 15%;
	margin-right: 2%;
	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;
}

.col-2 {
	margin-top: 30px;
	column-count: 2;
	column-gap: 70px;
}

.col-2 p, .col-2 p:first-child {
	display: inline-block;
	margin-top: 40px;
}

/*  --------------------------------  */ 

.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%;
}

.section {
	padding: 80px 0;
}

.section.nobottom {
	padding-bottom: 0;
}

.section.notop {
	padding-top: 0;
}

.section.mega {
	padding: 140px 0 80px 0;
}

.buttoncontainer {
	display: block;
	margin: 60px 0;
}



/* --- preloader --- */

.preloader {
   position: fixed;
	overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 99999;
	background: #d8e3f1;
}

.preloader  .logocontainer {
	background-color: #fff;
	display: inline-block;
	
	-webkit-box-shadow:0px 0px 33px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.1);
}
.preloader .logocontainer  img {
	padding: 40px 50px 20px 50px;
	width: 280px;
	height: auto;
}
.preloader .logocontainer  img.loader {
	padding: 10px 50px 40px 50px;
	width: 280px;
	height: auto;
	display: block;
}


/* -------------------------- form ------------------------- */

.formcontainer {
	background-color: rgba(255,255,255,0.9);
	padding: 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #205492;
}

.formcontainer h3 {
	margin-top: 30px;
	padding-bottom: 20px;
	color: #205492;
	font-size: 30px;
}

.formcontainer h4 {
	margin-top: 10px;
	padding-bottom: 10px;
	color: #205492;
	font-size: 16px;
}

body .gform_wrapper.gravity-theme .gsection {
  border-bottom: 8px dotted #D6DF57;
  padding: 0 16px 8px 0;
	margin-bottom: 30px;
}

/* --- progress bar ---- */

body .gform_wrapper.gravity-theme .gf_progressbar_title, body .gform_wrapper .gf_progressbar_title {
  color: #205492;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 12px 0;
	text-align: center;
}

body .gform_wrapper.gravity-theme .gf_progressbar {
  background: #FAFBEB;
	border: 1px solid #D6DF57;
}

body .gform_wrapper .gf_progressbar .gf_progressbar_percentage.percentbar_100{
	border-radius: 10.5px;
	height: 20.992px;
	margin-bottom: 16px;
}

body .gform_wrapper .gf_progressbar .gf_progressbar_percentage.percentbar_100 span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 2em;
  width: auto;
}

/* ---- fields ---- */

body .gform_wrapper.gravity-theme input[type="color"], 
body .gform_wrapper.gravity-theme input[type="date"], 
body .gform_wrapper.gravity-theme input[type="datetime-local"], 
body .gform_wrapper.gravity-theme input[type="datetime"], 
body .gform_wrapper.gravity-theme input[type="email"], 
body .gform_wrapper.gravity-theme input[type="month"], 
body .gform_wrapper.gravity-theme input[type="number"], 
body .gform_wrapper.gravity-theme input[type="password"], 
body .gform_wrapper.gravity-theme input[type="search"], 
body .gform_wrapper.gravity-theme input[type="tel"], 
body .gform_wrapper.gravity-theme input[type="text"], 
body .gform_wrapper.gravity-theme input[type="time"], 
body .gform_wrapper.gravity-theme input[type="url"], 
body .gform_wrapper.gravity-theme input[type="week"], 
body .gform_wrapper.gravity-theme select, 
body .gform_wrapper.gravity-theme textarea {
	font-family: "Poppins", "sans-serif";
	padding: 15px;
	border: 1px solid #205492;
	color: #205492;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-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;
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

body .gform_wrapper.gravity-theme input[type="color"]:focus, 
body .gform_wrapper.gravity-theme input[type="date"]:focus, 
body .gform_wrapper.gravity-theme input[type="datetime-local"]:focus, 
body .gform_wrapper.gravity-theme input[type="datetime"]:focus, 
body .gform_wrapper.gravity-theme input[type="email"]:focus, 
body .gform_wrapper.gravity-theme input[type="month"]:focus, 
body .gform_wrapper.gravity-theme input[type="number"]:focus, 
body .gform_wrapper.gravity-theme input[type="password"]:focus, 
body .gform_wrapper.gravity-theme input[type="search"]:focus, 
body .gform_wrapper.gravity-theme input[type="tel"]:focus, 
body .gform_wrapper.gravity-theme input[type="text"]:focus, 
body .gform_wrapper.gravity-theme input[type="time"]:focus, 
body .gform_wrapper.gravity-theme input[type="url"]:focus, 
body .gform_wrapper.gravity-theme input[type="week"]:focus, 
body .gform_wrapper.gravity-theme textarea:focus {
	outline: 0;	
	-webkit-box-shadow:0px 0px 8px 0px rgba(32,83,146,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(32,83,146,0.5);
	box-shadow: 0px 0px 8px 0px rgba(32,83,146,0.5);

}

body .gform_wrapper select {
	
    -webkit-appearance: none;
    -moz-appearance: none;
	
    background: rgba(255,255,255,1) url(../images_interface/downarrow_blue.png) no-repeat right center;

}

body .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 0;
}

body .gform_wrapper.gravity-theme .gfield_checkbox label, body .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 13px;
}


body .gform_wrapper.gravity-theme legend.gfield_label, body .gform_wrapper.gravity-theme .biglabel .gfield_label {
	margin-top: 10px;
	padding-bottom: 20px;
	color: #205492;
	font-size: 16px;
}

body .gform_wrapper.gravity-theme .shaded.green .gfield_label {
	display: contents;
	font-size: 13px;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	color: #4f4f4f;
}

body .gform_wrapper.gravity-theme .shaded.green .ginput_container {
	margin-top: 8px; /* add margin here since gfield_label is display: contents */
}

body .gform_required_legend {
	display: none;
}

body .gform_wrapper.gravity-theme .gchoice {
	margin: 5px 0;
}

/* instructions ---- */

body .gform_wrapper.gravity-theme .instruction, body .gform_wrapper.gravity-theme .gfield_description {
	font-size: 13px;
	color: #205492;
}

body .gform_wrapper.gravity-theme .instruction:before, body .gform_wrapper.gravity-theme .gfield_description:before {
		font-family: "Font Awesome 5 Free"; 
    content: '\f05a';
	font-weight:  900;
	margin-right: 8px;
}

body .gform_wrapper.gravity-theme .shaded.green .instruction, body .gform_wrapper.gravity-theme .gfield_description {
	color: #6D7128;
	line-height: 18px;
}

/* --- select all button ---- */ 
body .gform_wrapper.gravity-theme .gfield_checkbox button, body .gform_wrapper.gravity-theme .gfield_radio button {
	
	font-family: "Poppins", "sans-serif";
	background-color: #205492;
	padding: 10px;
	color: #fff;
	border:none;
	text-transform: uppercase;
	box-sizing: border-box;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-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;
}

body .gform_wrapper.gravity-theme .gfield_checkbox button:hover, body .gform_wrapper.gravity-theme .gfield_radio button:hover {
	background-color: #5080B8;
	cursor: pointer;
	cursor: hand;
}


/* ---- shaded  ----- */

.shaded, body .gform_wrapper.gravity-theme .shaded {
	background-color: rgba(32, 84, 146,0.1);
	padding: 20px;
	row-gap: 0px;
	margin: -6px 0; /* correcting grid-row-gap in gf css - 16px */
}

.shaded.darker, body .gform_wrapper.gravity-theme .shaded.green {
	background-color: rgba(214, 223, 87,0.3);
	margin: -8px 0; /* correcting grid-row-gap in gf css */
	border-bottom: 1px solid #9FA642;
}

.shaded.darker, body .gform_wrapper.gravity-theme .shaded.green.topborder {
	border-top: 1px solid #9FA642;
}

.shaded.darker.noborder, body .gform_wrapper.gravity-theme .shaded.green.noborder {
	border-bottom: none;
}

.shaded, body .gform_wrapper.gravity-theme .shaded.doublepadding {
	padding: 30px 40px;
}

.shaded, body .gform_wrapper.gravity-theme .shaded.bottommargin {
	margin-bottom: 10px;
}

.shaded, body .gform_wrapper.gravity-theme .shaded.halfpadding {
	padding: 15px 40px;
}

.shaded, body .gform_wrapper.gravity-theme .shaded.bottomdoublepadding {
	padding-bottom: 30px;
}

/* ---- tel flag ---- */

body .intl-tel-input .flag-dropdown {
	border-right: 1px solid #205492;
}

body .intl-tel-input .flag-dropdown .country-list {
	top: 55px;
}

body .intl-tel-input .flag-dropdown .selected-flag {
  padding: 18px 23px 19px 14px;
}

body .gform_wrapper .intl-tel-input input {
  height: auto;
}

body .swe_gf_phone_with_country_code {
  padding-left: 65px !important;
}

/* --- date picker ---- */

body .gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  padding: 2px;
}

body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
  height: 42px;
  width: 42px;
}

body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #D6DF57;
  border-color: #D6DF57;
  color: #333;
}

body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
  border-color: #205492;
}

/* --- tooltips ---- */

body .advanced-tooltip {
	float: right;
	color: #152A43;
}

body .gravity-tooltip {
	background: none;
	font-size: 14px;
}

body .gform_wrapper.gravity-theme .shaded .gravity-tooltip {
	font-size: 20px;
	height: 20px;
	width: 20px;
	margin-top: 3px;
}

body .gravity-tooltip:before {
	font-family: "Font Awesome 5 Free"; 
    content: '\f059';
	margin-right: 8px;

}

body .tippy-box {
	background-color: #152A43;
	color: #ffffff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

body .tippy-arrow {
	color:  #152A43;
}

body .tippy-content {
  padding: 25px;
	font-size: 13px;
	font-weight: 400;
}

body .tippy-content p {
	margin: 15px 0;
}

body .tippy-content p:first-child {
	margin-top: 0;
}

body .tippy-content p:last-child {
	margin-bottom: 0;
}

body .tippy-content iframe {
	margin-top: 20px;
	border: 3px solid #D6DF57;
}

/* ---- on error ---- */

body .gform_wrapper .gform_validation_errors {
	margin-bottom: 40px;
	 animation: horizontal-shaking 0.35s 1;
}


body .gform_wrapper.gravity-theme .gfield_validation_message,  body.gform_wrapper.gravity-theme .gfield_description.validation_message {
	background-color: transparent;
	border: none;
	margin-top: 0;
	padding:0;
	padding-left: 21px;
	margin-left: 0px;
	color: #c02b0a;
}

body .gform_wrapper.gravity-theme .gfield_description.validation_message {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;

	
}

body .gform_wrapper.gravity-theme .gfield_description.validation_message:before {
		font-family: "Font Awesome 6 Free"; 
		content: '\f062';
		font-weight:  900;
		margin-right: 12px;
		margin-left: -20px;
}

@keyframes horizontal-shaking {
 0% { transform: translateX(0) }
 20% { transform: translateX(25px) }
 40% { transform: translateX(-20px) }
 60% { transform: translateX(10px) }
 80% { transform: translateX(-10px) }
 100% { transform: translateX(0) }
}

/* --- modal ------ */

body .tingle-modal {
	background-color: rgba(214, 223, 87,0.3);
}

body .tingle-modal__close {
	padding: 20px;
	width: 4rem;
	height: 4rem;
	background-color: #102a49;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

body .gpnf-modal .tingle-btn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	text-transform: uppercase;
}

body .tingle-modal-box .gform_wrapper.gravity-theme .gfield_description {
	color: rgba(32,84,146,0.6);
}

body .tingle-modal-box .gform_wrapper.gravity-theme .gfield_description.gfield_validation_message {
	color: #c02b0a;
}

/* ---- nested repeater table ----- */

table.gpnf-nested-entries {
	width: 100%;
	margin-top: 15px;
	border-color: rgba(214, 223, 87,1);
	border-width: 2px;
}

table.gpnf-nested-entries th {
	background-color: #D6DF57;
	
}

table.gpnf-nested-entries tbody tr td {
	background-color: #fff;
}


table.gpnf-nested-entries tbody tr.gpnf-no-entries td {
	padding: 30px 0;
}

table.gpnf-nested-entries td, table.gpnf-nested-entries th {
  border-color: rgba(214, 223, 87,1);
  border-width: 2px;
  padding: 1rem;
}

table.gpnf-nested-entries .gpnf-row-actions button {
	background-color: #205492;
	padding: 4px 6px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #205492;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-family: "Poppins", "sans-serif";
}

table.gpnf-nested-entries .gpnf-row-actions button:before {
	font-family: "Font Awesome 5 Free"; 
    content: '\f303';
	font-weight:  900;
	margin-right: 5px;
}

table.gpnf-nested-entries .gpnf-row-actions .delete a, table.gpnf-nested-entries .gpnf-row-actions .delete-button {
	border: 2px solid #c00;
	background-color: transparent;
	color: #c00;
}

table.gpnf-nested-entries .gpnf-row-actions .delete-button:before {
	font-family: "Font Awesome 5 Free"; 
    content: '\f1f8';
	font-weight:  900;
	margin-right: 5px;
}
	
body .gpnf-nested-entries-container button.gpnf-add-entry {
	font-family: "Poppins", "sans-serif";
	background-color: #205492;
	padding: 10px 15px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-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;
	
	margin-top: 20px;
}

body .gpnf-nested-entries-container button.gpnf-add-entry:before {
	font-family: "Font Awesome 5 Free"; 
    content: '\2b';
	font-weight:  900;
	margin-right: 5px;
}

body .gpnf-nested-entries-container button.gpnf-add-entry:hover {
	background-color: #5080B8;
	cursor: pointer;
}	
/* ---- form footer --- -*/

body .gform_wrapper.gravity-theme .gform_page_footer {
	text-align: center;
	padding-top: 40px;
	display: block;
}

body .gform_next_button, body .gform_page_footer input[type="submit"], .bigbutton.solid.blue {
	font-family: "Poppins", "sans-serif";
	background-color: #205492;
	padding: 20px;
	color: #fff;
	border:none;
	text-transform: uppercase;
	box-sizing: border-box;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-width: 140px;
	
	-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;
}

.bigbutton.solid.blue {
	font-size: 20px;
}

body .gform_next_button:hover,  body .gform_page_footer input[type="submit"]:hover, .bigbutton.solid.blue:hover {
	background-color: #5080B8;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

body .gform_wrapper.gravity-theme .gform_previous_button.button, .bigbutton.hollow.blue {
	font-family: "Poppins", "sans-serif";
	border:3px solid #205492;
	padding: calc(20px - 3px);
	color: #205492;
	text-transform: uppercase;
	box-sizing: border-box;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-width: 140px;
	
	-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;
}

.bigbutton.hollow.blue {
	padding: calc(20px - 4px);
	font-size: 20px;
}

body .gform_wrapper.gravity-theme .gform_previous_button.button:hover, .bigbutton.hollow.blue:hover {
	background-color: #EDF5FF;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

/* -------------------------- end form ------------------------- */


/* --- notification ---- */

.notification {
	border:1px dashed #205492;
	color: #205492;
	padding: 15px 15px 15px 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 20px;
}

.notification:before {
	font-family: "Font Awesome 5 Free"; 
    content: '\f05a';
	font-weight:  900;
	margin-right: 8px;
	margin-left: -25px;
}

/* ---- completion div ----- */

.completion:before {
		font-family: "Font Awesome 5 Free"; 
    content: '\f05a';
	font-weight:  900;
	display: block;
	color: #D6DF57;
	font-size: 60px;
	margin-bottom: 20px;
}

.completion {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	color: #205492;
	margin: 70px 0 30px 0;
}

.completion p {
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	color: #205492;
	margin: 70px 0 30px 0;
}

@media screen and (max-width: 1100px) {

.desktop, .tablet_portrait, .tablet_landscape, .mobile {
	display: none;
}

.tablet_landscape {
	display: block;
}

}

@media screen and (max-width: 810px) {

.desktop, .tablet_portrait, .tablet_landscape, .mobile {
	display: none;
}

.tablet_portrait {
	display: block;
}

}

@media screen and (max-width: 600px) {

.desktop, .tablet_portrait, .tablet_landscape, .mobile {
	display: none;
}

.mobile {
	display: block;
}

}