@charset "utf-8";
/*------------| body frame start |-----------*/

/* font start */
/* font end */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  margin: 0px !important;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  color: #0E0E1C;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  background-color: #fff;
  font-family: 'Freight';
  display: flex;
  flex-direction: column;
  letter-spacing:  0.4px;
}

header::after,
#page-wrap::after,
section::after,
footer::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

.col_1_1,
.col_1_1_1,
.col_1_1_1_1 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_1_1_1 .col {
  width: 33.33%;
}

.col_1_1_1_1 .col {
  width: 25%;
}

.col_1_1 .col {
  width: 50%;
}

.col_1_1::after,
.col_1_1_1::after,
.centerBlock::after,
.content_1370::after,
.content_1440::after,
.col::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

.col {
  float: left;
  padding: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.col_1_1 .col {
  width: 50%;
  padding: 0px;
}

.col_1_1_1 .col {
  width: 33.33%;
  padding: 0px;
}

.col-46 {
 width: 46%;
 padding: 0;
}

.col-54 {
 width: 54%;
 padding: 0;
}

#page-wrap {
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  position: relative;
}

.content_1440 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

.content_1330 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 52px;
  width: 100%;
}

small {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.45px;
  color: #966E36;
}

/*=============== tags start ===================**/
section,
footer {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
}

*:focus,
a:hover,
a:active,
a:focus {
  outline: 0;
  outline: none !important;
}

button:focus,
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  outline: none !important;
  /* border: 0; */
}

figure {
  padding: 0px;
  margin: 0px;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  
}

a:hover {
  color: #fff;
  text-decoration: underline;
}


img {
  border: 0px;
  outline: none;
  display: block;
  max-width: 100%;
  height: auto
}

input {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.date {
  font-weight: normal;
  font-style: normal;
  color: #0E0E1C;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  display: block;
  clear: both;
  width: 100%;
}

h1 {
  font-size: 55px;
  line-height: 64px;
  padding-bottom: 30px;
  font-family: 'CircularStd-Bold';
  letter-spacing: 0;
}

h2 {
  font-size: 35px;
  line-height: 50px;
  padding-bottom: 20px;
  font-family: 'CircularStd-Medium';
  letter-spacing: 0;
}

h3 {
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 25px;
}

h4 {
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 20px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 15px;
}

h6 {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 10px;
}

ul,
ol {
  padding: 0 0 0 20px;
  margin: 0;
}

li {
  padding: 0 0 20px 0;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

p:empty {
  display: none;
}

hr {
  padding: 0px;
  border: 0px;
  height: 1px;
  margin: 30px auto;
  background-color: #033b66;
}

strong,
b {
  font-weight: bold;
  font-style: normal;
}

img {
  height: auto
}


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type="password"],
textarea {
  width: 100%;
  font-weight: 300;
  font-style: normal;
  height:43px; 
  background-color: #fff;
  font-size: 20px !important;
  line-height: 28px !important;
  padding: 8px 15px !important;
  border: #0E0E1C solid 1px;
  border-radius: 0px;
  margin: 0px;
  color: #1C1C1C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Freight';
}

input[type='submit'],
input[type=button],
input[type=reset],
button,
.btn,
ul.regMenu li a {
  font-weight: normal;
  font-style: normal;
  color:#1C1C1C;
  font-size: 12px;
  line-height: 32px;
  text-decoration: none !important;
  margin: 0px;
  padding: 5px 22px;
  height: 43px;
  min-width: 140px;
  border-radius: 25px;
  display: inline-block;
  background-color: transparent;
  border: #0C1A44 1px solid;
   text-transform: uppercase;
   font-family: 'CircularStd-Medium';
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  letter-spacing: 0;
  transition:  all 0.5s;
}

input[type='submit']:hover,
input[type=button]:hover,
input[type=reset]:hover,
button,
.btn:hover {
  color:#fff;
  background-color: #0C1A44;
  transition:  all 0.5s;
}

select {
  border-radius: 0px;
  background-color: #ffffff;
  padding: 8px 15px !important;
  /* height: 46px; */
  width: 100%;
  /* border:#B4B3B3 solid 1px; */
  border: #0E0E1C solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/select-arrow.svg');
  background-size: 20px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-right: 45px !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color:#1C1C1C;
  font-weight: normal;
  font-style: normal;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  font-size: 12px;
  line-height: 22px;
  height: 213px !important;
  padding: 15px !important;
  box-sizing: border-box;
  /* border:#B4B3B3 solid 1px; */
  border: #0E0E1C solid 1px;
  color:#1C1C1C;
  /* border:1px solid #4c8dce; */
  background-color: #ffffff;
  border-radius: 0px;
  resize: none;
  font-weight: 300;
  font-style: normal;
  font-family: 'Freight';
}

fieldset {border: #0E0E1C solid 1px;}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #8D8D8D;
  opacity: 1;
  font-weight: 400;
  font-size: 18px;

}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #8D8D8D;
  opacity: 1;
  font-weight: 400;
   font-size: 18px;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #8D8D8D;
  opacity: 1;
  font-weight: 400;
 font-size: 18px;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  color: #8D8D8D;
  opacity: 1;
  font-weight: 400;
 font-size: 18px;
}


blockquote {
  margin: 0 auto;
  width: 100%;
  /*max-width:480px;*/
  max-width: 100%;
  margin-bottom: 40px;
  padding: 20px 40px 20px 40px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #343434;
}

blockquote p {
  padding: 0px;
}

blockquote em {
  margin-top: 20px;
}

blockquote::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 18px;
  background-image: url('../images/quote-open.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}

blockquote::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 18px;
  background-image: url('../images/quote-close.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}

/*.alignleft {
    float: left;
    margin: 6px 20px 14px 0px !important;
    position: relative;
    opacity: 1 !important;
}

.alignright {
    float: right;
    margin: 6px 0px 14px 20px !important;
    position: relative;
    opacity: 1 !important;
}

.leftRightDetails .imgloader,.ambassador-articles-content .imgloader{display: none;}

.rll-youtube-player img {opacity: 1 !important}*/


/*---- img resposnsive----*/

.box {
  position: relative;
}

.box:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* initial ratio of 1:1*/
}

.imageHolder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
  /* font-family: 'object-fit: cover'; */
  object-fit: cover;
  font-family: 'object-fit: cover';
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center';
  width: 100%;
  height: 100%;
}


/* clear class css start here */
header:after,
section:after,
.gform_fields .gfield.radioWithDesc::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

/* clear class css end here */

/* flex css start here */
.grid,
.titleTextBlock,.alm-reveal {
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexVerticalCenter {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexHorizontalCenter,
.navigation {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexRowReverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rll-youtube-player {
 z-index: 1;
}

