:root {
	--blue: #005a7a;
	--blue-rgb: 0,90,123;

  --dark-blue: #072347;
	--dark-blue-rgb:  7,36,72;
  
  --light-blue: #0098be;
  --light-blue-rgb: 0,153,191;  

	--orange: #cd451b;
	--orange-rgb: 205,70,27;

  --tan: #d0a84b;
	--tan-rgb: 208,169,7;
  
	--light-orange: #f8b307;
	--light-orange-rgb: 248,179,7;	

	--gray: #181818;
  --white: #fff;
}

html {
  width: 100%;
  height: 100%; 
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: var(--gray);
  line-height: 1.2; 
  font-weight: 400;
  font-style: normal;
  font-size: 100%; 
}

/* Global Links
---------------------------------- */

a {
  color: var(--light-blue);
  text-decoration: none; 
}
  
a:focus, 
a:hover {
  color: var(--orange);
  outline: none;
  text-decoration: none; 
}

/* Firefox Seleted Text
------------------------------------ */

*::-moz-selection,
*::selection {
  background: var(--orange);
  color: var(--white);
}


/* Headings - 400/700
------------------------------------ */

h1, h2, h3 { 
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: .75rem;
}
h4, h5, h6 { 
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1 { color: var(--dark-blue); }
h2 { color: var(--light-blue); }
h3 { color: var(--blue); }
h4 { color: var(--orange); }
h5 { color: var(--tan); }
h6 { color: var(--light-orange); }


@media only screen and (min-width: 740px)  { 
  h1,
  h2 { font-size: 210%; } 
}
@media only screen and (min-width: 1000px)  { 
  h1,
  h2 { font-size: 230%; } 
}
@media only screen and (min-width: 1200px)  { 
  h1,
  h2 { font-size: 250%; } 
}
h3 {
  font-size: 1.8rem;
	margin-bottom: .8rem;
  line-height: 1.1;
}

h4 {
	font-size: 1.6rem;
	margin-bottom: .7rem;
}

/* Text Elements
---------------------------------- */

p { 
	margin: 0 0 1em; 
}

p:last-child { 
  margin-bottom: 0; 
}

small { 
  font-size: .75em; 
  display: block; 
}
strong { 
  font-weight: 700;
}

/* Lists
---------------------------------- */
article ul,
article ol { margin: 0 0 1.5em 1.5em; }

article p,
article ol,
article ul {
  font-size: 115%;
}
article li {
  padding-top: .6em;
}

/* Header
------------------------------------ */
header {
  background-color: var(--blue);
  padding: 1.2rem;
  border-bottom: .3rem solid var(--light-blue);
}
header .logo {
  width: 23rem;
  max-width: 80%;
  display: block;
}
header .logo svg {
  width: 100%;
  fill: var(--light-blue);
}
/* Site Wrap
------------------------------------ */
.wrap {
  position: relative;
  padding: 1.5em;  
  z-index: 200;
} 
.content {
  line-height: 1.5;
}
@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
  .wrap {
    padding: 2em;  
  }   
}
@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .wrap {
    max-width: 900px;
    padding: 3em 1em;    
  }   
}
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .wrap {
    max-width: 1000px;
    padding: 3.5em 1em;    
  }  
   
}
@media only screen and (min-width: 1400px) and (min-device-width: 480px) {  
  .wrap {
    max-width: 1100px;
    padding: 4em 0;  
  }   
   
}
/* --- Grid --- */

.grid .form {
  padding-top: 1rem;
} 

@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
  .grid {
    width: 100%;
    display: table;
  	display: grid;
  	grid-template-columns: 60% 1fr;
  	grid-gap: 4rem;
  }
  .grid > * {
  	margin: 0;
    padding: 0;
  } 
}

/* --- Forms --- */

input[type=text] {
  background: transparent; 
  width: 100%;  
  border: 4px solid rgba(var(--light-blue-rgb), .5);
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.1em;  
  padding: 1em;  
  color: var(--dark-blue);
  cursor: pointer; 
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
}  

.form {
  text-align: center;
}

#can_embed_form_inner h2,
#can_embed_form_inner h4 {
  display: none !important;
}
.form ul {
  list-style: none;
}
.form li {
  list-style: none outside none;
  padding-top: .5rem;
}
form a {
  color: var(--orange);
}
form label {
  text-align: left;
  padding: .2em 0;
  display: block;
  cursor: pointer;
  display: none;
  color: var(--blue);
  -webkit-transition: color .3s ease-in-out;
  -moz-transition:    color .3s ease-in-out;
  -o-transition:      color .3s ease-in-out;
  -ms-transition:     color .3s ease-in-out;
  transition:         color .3s ease-in-out;   
}
.js-d_sharing {
  display: none;
}
.js-d_sharing label {
  font-size: 80%;
  display: block;
  text-align: center;
}
form label:hover {
  color: var(--light-blue)
}
input[type=text],
input[type=email] {
  background: transparent; 
  width: 100%;  
  border: 4px solid rgba(var(--light-blue-rgb), .5);
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.1em;  
  padding: 1em;  
  color: var(--dark-blue);
  cursor: pointer; 
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
}  
input[type=text].error_input,
input[type=email].error_input {
  background: transparent; 
  width: 100%;  
  border: 4px solid var(--orange);
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.1em;  
  padding: 1em;  
  color: var(--dark-blue);
  cursor: pointer; 
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
}  



input[type=text]:hover,
input[type=email]:hover {
  background: var(--blue);
  border: 4px solid rgba(var(--light-blue-rgb), 1);
  color: var(--white);
}  
input[type=text]:focus,
input[type=email]:focus {
  background: transparent;
  border: 4px solid focus(var(--light-blue-rgb), 1);
  color: var(--dark-blue);
}  
form input:-ms-input-placeholder            { color: var(--dark-blue); }
form input::-webkit-input-placeholder       { color: var(--dark-blue); }
form input:hover:-ms-input-placeholder      { color: var(--white); }
form input:hover::-webkit-input-placeholder { color: var(--white); }    
form input:focus:-ms-input-placeholder      { color: var(--dark-blue); }
form input:focus::-webkit-input-placeholder { color: var(--dark-blue); }


input[type=submit] {
  background: var(--orange); 
  width: auto;  
  border: none;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5em;  
  padding: .75em;  
  margin: 1.5rem 0;
  color: var(--white);
  cursor: pointer; 
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
}  
input[type=submit]:hover {
  background: var(--light-blue); 
}
.ajax-loading {
  display: block;
}
.international_link {
  padding: 1rem 0 0 0;
  display: block;
}
#logo_wrap,
.action_owner {
  display: none;
}
.disclaimer {
  font-size: 80%;
  opacity: .7;
}
/* --- Footer --- */

footer { 
  padding: 3em 1em;
  position: relative;
  text-align: center; 
  width: 100%;
}

@media only screen and (min-width: 740px) and (min-device-width: 480px) {  

}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  

}

