body {
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
}
a, button {
   display: inline-block;
   font-weight: 700;
   font-size: 1.1rem;
   padding:25px 35px;
   color: #fff;
   background-color: #ffbf3f;
   border: 2px solid #fff;
   border-radius: 40px;
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   -ms-transition: all 0.2s;
   -o-transition: all 0.2s;
   transition: all 0.2s;
}
a:hover, a:active, button:hover, button:active {
   background-color: #222;
   color: #fff;
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   -ms-transition: all 0.2s;
   -o-transition: all 0.2s;
   transition: all 0.2s;
}
ul, ol, dl, p {
    font-size: 0.80rem;
}
ul {
    list-style-type: none;   
}
h1, h2, h3 {
   font-family: 'Montserrat', sans-serif;
}
h1 {
   color: #fff;
   font-size: 29px;
   font-weight: 900;
}
h2 {
   color: #fff;
   font-weight: 700;
}
h3 {
   font-weight: 800;
   position: relative;
}
h2, h3 {
   font-size: 22px;
   padding: 18px 0;
   margin: 0 0 12px 0;
}
h3:after {
   content: '';
   position: absolute;
   z-index: 20;
   bottom: 0;
   left: 0;
   width: 40px;
   height: 5px;
   background: #fff;
}

.sep {
   border-bottom:10px solid #fff;
   border-size:10px;
}

.container {
   min-height: 300px;
}
/* header */

header {
   background: linear-gradient(to right, rgb(99, 112, 208) 50%, rgb(120, 133, 215) 90%);
   color: #ffffff;
   height: auto;
   line-height: 1em;
   padding: 0;
   box-shadow: none;
}
header .header-title, .row {
    max-width: 970px;
}
header .header-image {
   background-image: url(/img/gsd.jpg);
   height: 290px;
   background-repeat: no-repeat;
   background-position: 80% 65%;
   background-size: auto 550px;
}
header .header-image .gsd_logo {
   width: 240px;
   margin: 20px 0;
}
header .header-title {
    padding: 0;
    display: block;
    text-align: left;
    margin: 0 auto;
}
header .header-title h1 {
   padding: 0;
   margin: 10px 0 0;
   width: 320px;
}

/* footer */

footer {
   background: #000;
   color: #fff;
   padding: 15px 0 10px;
}
footer .row:last-child{
   margin-top: 20px;
}
footer .gsd_logo {
   width: 160px;
}
footer .nobel_logo {
   width: 140px;
}
footer p, footer span {
   margin: 10px 0 7px;
}
footer span {
   vertical-align: top;
}
footer p {
   font-size: 0.85rem;
}
footer ul {
    margin: 0 0 10px 0;
    padding: 0;
}
footer li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 1.8em;
}
footer ul, footer span {
   font-size: 0.75rem;
}


#about p {
   margin: 0;
   padding: 20px 0 ;
   text-align: center;
}
/* content */

section {
   padding: 20px 0;
}

#video h3:after {
   background: #3d4b9b;
}
video, #video iframe {
   width: 420px;
   height: 236px;
   border-radius: 10px;
   margin: 35px 0 0;
}
#bullets, #icons {
   background: #3d4b9b;
   color: #fff;
}
#GsdForm, #summary {
   background: #8094dd;
   color: #fff;
}
#bullets .columns:first-child h2 {
   margin-top: 40px;
   width:300px;
}
#bullets {
   padding-bottom: 5px;
}
#bullets ul li::before {
   content: "\2027";
   color: #ffbf3f;
   font-weight: bold;
   display: inline-block;
   width: 0.8em;
   margin-left: -0.8em;
}
#bullets li {
   font-size: 1.3rem;
   margin-bottom: 15px;
}

#icons {
   padding: 50px;
}
#icons .row {
   text-align: center;
   font-weight: 800;
   font-size: 1.08rem;
}
#icons .columns .row:last-child {
   margin-top:15px;
}
#icons .ico {
   width:65px;
}
#summary h3 {
   color: #fff;
}
#summary .bt {
   text-align:center;
}
#summary .bt a {
   margin-top: 25px;
}

#form {
   margin: 20px 0;
   padding: 0 30px;
}
#form form {
   background-color: #8094dd;
   padding: 0 35px;
}
#form h2 {
   text-align: center;
   margin: 0;
   padding: 24px 0 16px;
}
#form label {
   font-size: 0.8rem;
   color: #fff;
}
.required > label::after {
   color: #C3232D;
   margin-left: 5px;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="date"],
#form select
{
   font-size: 0.8rem;
   border-radius: 10px;
   height: initial;
   margin: 0 0 0.3rem 0;
   padding: 0.4rem;
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   background-image: none;
}
#form .row, #form .columns {
   margin: 0;
   padding: 0;
}
#form .row.check {
   margin: 10px 0;
}
#form .columns:nth-child(1) {
   padding-right: 5px;
}
#form .columns:nth-child(3) {
   padding-left: 5px;
}
.row.bt {
   text-align: center;
   height: 25px;
}
#form button {
   font-family: 'Montserrat', sans-serif;
   font-size: 1.2rem;
   font-weight: 900;
   padding: 10px 35px;
   display: relative;
   top: 10px;
}
#thankyou {
   text-align: center;
   padding: 75px 0;
}
#thankyou h2 {
   font-size: 30px;
   color: #222;
   font-weight: 800;
   position: relative;
}
#thankyou h2::after {
   content: '';
   position: absolute;
   z-index: 20;
   bottom: 0;
   left: 47%;
   width: 60px;
   height: 7px;
   background: #3d4b9b;
}
#thankyou p {
   font-size: 1.1rem;
}
#thankyou img {
   width: 160px;
}

@media (max-width: 992px) {
   h2, h3 {
      font-size: 20px;
   }
   .columns {
      padding-left: 30px;
      padding-right: 30px;
   }
   header.row {
      max-width: 940px;
   }
   header .header-title h1 {
      font-size: 24px;
      width:250px;
      margin-left: 20px;
   }
   #icons .row {
      font-size: 1.0rem;
   }
   #form label,
   #form input[type="text"],
   #form input[type="email"],
   #form input[type="tel"],
   #form input[type="date"],
   #form select
   {
      font-size: 0.70rem;
   }
   .large-6.columns {
      width: 50%;
   }
   #summary .bt a {
      margin-top: 25px;
      font-size: 1rem;
      padding: 15px 25px;
   }
   #form button {
      font-size: 1.1rem;
   }
}

@media (max-width: 768px) {
   header .header-image {
      background-position: 60% 65%;
   }
   header .header-title h1 {
      width:250px;
   }
   #form h2 {
      font-size: 19px;
   }
   #form label,
   #form input[type="text"],
   #form input[type="email"],
   #form input[type="tel"],
   #form input[type="date"],
   #form select
   {
      font-size: 0.70rem;
   }
   video, #video iframe {
      width: 100%;
   }
   #video iframe {
       height: 300px;
   }
   #icons {
      padding: 20px;
   }
   #icons .small-3 {
      width: 50%;
      padding: 0;
   }
   #icons .row {
      font-size: 0.90rem;
   }
   #icons .small-3.columns:nth-child(3),
   #icons .small-3.columns:nth-child(4) {
      margin-top: 20px;
   }
   .large-6.columns {
      width: 100%;
   }
   #form button {
      font-size: 1.0rem;
      padding: 7px 30px;
   }
}

@media (max-width: 550px) {
   footer ul, footer span, footer p {
      font-size: 0.65rem;
   }
   footer li + li::before {
      height: 7px;
   }
}
@media (max-width: 435px) {
    #video iframe {
       height: 200px;
   }
   footer ul li:nth-child(3) {
      display: inline;
   }
   footer ul li:nth-child(3)::after {
      position: relative;
      content: '\A';
      white-space: pre;
   }
   footer ul li:nth-child(4)::before {
      content: unset;
   }
}

