/* GLOBAL */
* {
  vertical-align:top;
  box-sizing:border-box;
}
:focus {
    outline: none;
}
html {
  margin:0;
  padding:0;
  -webkit-font-smoothing: antialiased;
  min-width:1000px;
  position:relative;
}
body {
  margin:0;
  padding:0;
  font-size:16px;
  font-family:"Gilroy",sans-serif;
  color:#303c42;
}
h1 {
  font-weight:700;
  font-size:36px;
  line-height:43px;
  color:#007493;
  width:445px;
  margin:0 0 23px 0;
}
sup{
  font-size: 0.6em;
  line-height: 1em;
  vertical-align: super;
}
h2 {
  font-weight:700;
  font-size:26px;
  color:#007493;
  margin:0;
}
p.no-margin {
  margin:0;
}
p.margin-s {
  margin:4px;
}
.font-titillium {
  font-family:'TitilliumWeb';
}
.contents {
  width:98%;
  max-width:1024px;
  margin:0 auto;
  position: relative;
  z-index:100;
}
a {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
iframe {
  border:none;
}
.banner {
  width:100%;
  background:url(/assets/imgs/banner-background.jpg) no-repeat center 0;
  background-size:cover;
  position:relative;
  height:153px;
}
.banner .left-container {
  padding-top:39px;
}
.banner h1 {
  margin:0;
}
.banner .left-container > .main-blue {
  margin:0;
  font-weight:700;
  font-size:18px;
}
.banner .right-container a {
  font-family:'Verdana';
  color:#007493;
  font-weight:700;
  padding-left:58.5px;
  background:url('/assets/imgs/arrows-3-left.svg') no-repeat 0 center;
  background-size:40px 26.5px;
  margin-top:40px;
  display:inline-block;
}
.left-container {
  float:left;
}
.right-container {
  float:right;
}
.full-container {
  clear: both;
  display: relative;
}
.info-box {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  width:542px;
  padding:14px 28px;
  background-color:white;
  margin-top:30px;
  position:relative;
}
.info-box p {
  font-family:'TitilliumWeb';
  line-height:20px;
}
.info-box ul {
  padding:0;
  margin:0;
}
.info-box li {
  margin:15px 0;
  list-style:none;
  background:url('/assets/imgs/icon-arrow-right.svg') no-repeat 0 0;
  background-size:7.1px 14.2px;
  padding-left:20px;
  font-weight:700;
  font-size:15px;
}
.tile {
  display:inline-block;
  width:32%;
  height:220px;
  position:relative;
  /*margin-right:5px;*/
  margin-right:50px;
  margin-bottom:40px;
  text-align:left;
}
.tile:last-child{
  margin-right:0;
}
.tile .title {
  background:url('/assets/imgs/title-bar-long.png') no-repeat 0 0;
  background-size: auto;
  height:42px;
  line-height:42px;
  font-size:21px;
  font-weight:700;
  color:#007493;
  padding-left:30px;
  text-transform: uppercase;
}
.tile p {
  width:180px;
  font-size:15px;
  font-family:'TitilliumWeb';
  line-height:21px;
  margin-left:30px;
}
.tile .button-container {
  margin-left:30px;
  position:absolute;
  bottom:10px;
}
.tile .button {
  height:40px;
  line-height:40px;
  min-width:105px;
  vertical-align:middle;
  margin-right:10px;
}
.tile .button-container img {
  vertical-align:middle;
}
.tile .tile-img {
  position:absolute;
  right:0;
  bottom:0;
}
.main-blue {
  color:#00bcc5;
}
.sec-blue {
  color:#007493;
}
.center-text {
  text-align:center;
}
.button {
  display:inline-block;
  min-width:131px;
  text-align:center;
  height:45px;
  line-height:45px;
  background-color:#00bcc5;
  color:white;
  font-weight:700;
  font-size:16px;
  cursor:pointer;
  border-radius:2px;
  border:none;
  position:relative;
  transition:background-color 0.3s ease-in-out;
}
.button a {
  color:white;
  display:inline-block;
  width:100%;
  height:100%;
}
.button a:hover {
  text-decoration:none;
}
.button input[type='submit'],.button button[type='submit']  {
  width:100%;
  height:100%;
  background:transparent;
  border:none;
  color:white;
  font-weight:700;
  font-size:16px;
  cursor:pointer;
}
.button.g-recaptcha{
  color:white;
}
.button:hover {
  text-decoration:none;
}
.button::before {
  content: '\00a0';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255,255,255,0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  pointer-events:none;
}

.white-btn::before {
  background-color: rgba(0, 188, 197,0.2);
}
.button:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.white-btn {
  background-color:white;
  border:1px solid #00bcc5;
  color:#00bcc5;
}
.invalid-msg, .success-msg {
  margin-top:20px;
}
.validation-errors .contents{
  color:#de2222;
  font-weight:700;
  font-size:15px;
}
.validation-errors .contents a:link, .validation-errors .contents a:hover, .validation-errors .contents a:visited{
  color: #de2222;
  text-decoration: underline;
}
.invalid-msg span, .validation-errors p {
  color:#de2222;
  font-weight:700;
  font-size:15px;
  font-family:'TitilliumWeb';
  padding-left:30px;
  line-height:20px;
  background:url('/assets/imgs/icon-error.svg') no-repeat 0 center;
  background-size:20px 20px;
}
.success-msg span {
  color:#54b447;
  font-weight:700;
  font-family:'TitilliumWeb';
  font-size:15px;
  padding-left:30px;
  line-height:20px;
  background:url('/assets/imgs/icon-checkmark.svg') no-repeat 0 center;
  background-size:15px 14px;
}
.validation-errors {
  text-align:center;
  margin-top:20px;
}
.validation-errors .contents {
  display:inline-block;
  width:auto;
  text-align:left;
}

/* INPUTS */
label {
  display:block;
}
.row label {
  display:inline-block;
  margin:0 8px;
}
label span {
  color:#4a4139;
  font-size:16px;
  font-weight:700;
  display:block;
  margin-bottom:6px;
}
input[type='text'],input[type='password'],input[type='email'],textarea{
  background-color:#f0f0f0;
  border-radius:4px;
  width:320px;
  height:40px;
  padding:5px 10px;
  border:none;
  margin-bottom:18px;
  font-size:16px;
  font-family:'Gilroy',sans-serif;
}
input[type='text']::placeholder,input[type='password']::placeholder,input[type='email']::placeholder,textarea::placeholder{
  color: #909090;
  font-style: italic;
}
select::-ms-expand {
    display: none;
}
/* HEADER */
#header {
  width:100%;
  background-color:#004c9b;
  height:55px;
  margin-bottom:52px;
  position:relative;
  z-index:125;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#header-link {
  display:block;
  position:absolute;
}
#header-logo {
  margin-top:20px;
  border: 1px solid rgb(0, 72, 142);
}
#header .right-container a {
  display:inline-block;
  color:white;
  font-size:14px;
  margin-top:20px;
  margin-left:40px;
}
#header-text{
  position:absolute;
  left: 168px;
  top: 18px;
  color: #fff;
  font-size:18px;
}
#nav {
  clear:both;
  float:right;
  width:700px;
  margin-top:28px;
  height:35px;
}
#nav > ul {
  float:left;
  height:100%;
  margin:0;
}
#nav > ul > li {
  display:inline-block;
  position:relative;
  margin-right:65px;
  height:100%;
  cursor:pointer;
}
#nav > ul > li > a {
  color:#004d99;
  font-size:15px;
  font-weight:700;
  padding:0 10px;
  line-height:35px;
  display:inline-block;
  width:100%;
  height:100%;
  text-transform: uppercase;
}
#nav > ul > li > ul > li > a{
  text-transform: uppercase;
} 
#nav > ul > li > a.active {
  color:#8ec8cd;
}
#nav > ul > li > a.parent-menu {
  padding-right:25px;
  background:url('/assets/imgs/icon-arrow-down.svg') no-repeat right center;
  background-size:10px 5px;
}
#nav ul li ul {
  position:absolute;
  background-color:white;
  width:190px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  z-index:10;
  left:-40px;
  top:35px;
  display:none;
  padding:0;
}
#nav ul li ul:hover, #nav ul li:hover ul, #nav ul li ul:focus, #nav ul li:focus ul  {
  display:block;
}
#nav ul li ul li {
  display:inline-block;
  width:100%;
  text-align:center;
}
#nav ul li ul li a {
  display:inline-block;
  color:#00bcc5;
  font-size:14px;
  width:100%;
  font-weight:700;
  padding:6px 0;
}
#nav ul li ul li:first-child a {
  padding-top:12px;
}
#nav ul li ul li:last-child a {
  padding-bottom:12px;
}

#whats-new-btn {
  float:right;
  height:35px;
  line-height:35px;
  background-color:#5dc7ce;
  font-size:15px;
  min-width:123px;
  border-radius:3px;
}
#whats-new-btn:hover {
  text-decoration:none;
}

/* FOOTER */
#footer, .custom-footer {
  padding-top:100px;
  margin-bottom:15px;
  clear:both;
}
#footer p, .custom-footer p {
  font-size:10px;
  font-weight:500;
}

/* TABS */

.tab {
  position:relative;
  display:inline-block;
  width:306px;
}
.tab.active > .label {
  height:65px;
  border: solid 1px #e4e6e8;
  border-bottom:none;
  border-radius:4px 4px 0 0;
  z-index:15;
  background:url('/assets/imgs/icon-arrow-down.svg') no-repeat right 10px top 24px;
  background-size:15.8px 7.9px;
  background-color:#fbfbfb;
  cursor:default;
}
.tab > .label{
  font-weight:700;
  color:#007493;
  border:1px solid #e4e6e8;
  border-radius:4px;
  width:100%;
  display:inline-block;
  height:53px;
  line-height:53px;
  padding:0 15px;
  background:url('/assets/imgs/icon-arrow-right.svg') no-repeat right 10px center;
  background-size:7.9px 15.8px;
  cursor:pointer;
  vertical-align:middle;
  position:relative;
}
.tab-divider {
  width:28px;
  height:20px;
  line-height:14px;
  display:inline-block;
  margin:0 10px;
  text-align:center;
  font-family:'TitilliumWeb';
  font-weight:300;
  font-style:italic;
  border-top:1px solid #00bcc5;
  border-bottom:1px solid #00bcc5;
  font-size:21px;
  vertical-align:middle;
  margin-top:17px;
}
.tab .tab-info {
  position:absolute;
  line-height:20px;
  max-width:100%;
  font-family:'TitilliumWeb';
  margin-top:15px;
  left:0;
  z-index:5;
}
.tab .tab-contents {
  position: relative;
  top: -1px;
  width:660px;
  background-color:#fbfbfb;
  border: solid 1px #e4e6e8;
  z-index:10;
  padding:30px;
  display:none;
}
.tab-left .tab-contents {
  left:0;
}
.tab-right .tab-contents {
  right:354px;
}
.tab.active .tab-contents {
  display:block;
}
.tab-contents .instructions {
  font-family:'TitilliumWeb';
}
.tab-contents .header {
  font-weight:700;
}
.tab-contents .section {
  margin-bottom:45px;
}
.tab-contents .section .header {
  margin-top:0;
}
.tab-contents .code-box {
  width:100%;
  height:auto;
  background-color:#fbfde7;
  border-radius: 6px;
  border: solid 1px #e4e6e8;
  font-size:14px;
  font-weight:500;
  line-height:18px;
  padding:23px 25px;
  margin-bottom:20px;
  word-break:break-all;
}

.note {
  padding-top: 15px;
  display: flex;
  font-weight: bold;
}

.note .exclamation{
  width: 18px;
  height: 18px;
  text-align: middle;
  border-radius: 36px;
  border: solid 1px #303c42;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-contents .note {
  font-weight:700;
  padding-left:25px;
  background-size:18px 18px;
  line-height:18px;
}

.tab-contents .note::before {
  background:url('/assets/imgs/icon-exclamation.svg') no-repeat 0 0;
}

.button.copied{
  background-color: #86878B;
}
.tab-contents form {
  margin-top:30px;
}
.tab-contents form .row label {
  width:290px;
  margin:0 18px 0 0;
}
.tab-contents form .row label:nth-child(2) {
  margin:0;
}
.tab-contents form label input {
  width:100%;
  background-color:white;
  border: solid 1px #e4e6e8;
}
.tab-contents form textarea {
  background-color:white;
  border: solid 1px #e4e6e8;
  width:100%;
  resize:none;
  height:131px;
  padding:15px;
  margin-bottom:0;
}
.tab-contents .email-template {
  font-family:'TitilliumWeb';
  font-style:italic;
  line-height:20px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexBetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-404 h1 {
  text-align: center;
  width: 100%;
  color: #fff;
}

.page-404 .subheader {
  color: #fff;
}

#preview-img{
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-back{
  display: none !important;
}

#breadcrumbs{
  position: absolute;
  top: 112px;
  left: 0;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#breadcrumbs > div{
  height: 24px;
  display: flex;
}
#breadcrumbs a{
  color: #fff;
  background-color: rgba(255,255,255,0.25);
  padding: 4px 8px;
  border-radius: 8px;
}
#breadcrumbs a.activelink{
  text-decoration: none;
  pointer-events: none;
  font-weight: bold;
  background-color: rgba(255,255,255,0.5);
}
.breadcrumb-separator{
  padding: 4px 8px;
  color: #fff;
}

.home-page .tiles {
  text-align:center;
}
.auto-link{
  padding-left: 1px;
  padding-right: 1px;
}

.auto-link:hover{
  text-decoration: underline !important;
}