/* Enter Your Custom CSS Here */
#nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #2D4F94;
    color: white;
    cursor: pointer;
    width: 100%!important;
    text-transform: uppercase;
}
h3 {
    padding-bottom: 15px;
}


h2 {
    padding-bottom: 15px;
}

#main-menu > ul {
    margin: 0 0 0em 0em!important;
}

#menu-border {
  margin-top: 30px;
 
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #ffffff;
 
 
  border-width: 1px;
}

nav#nav-main li {
 
    border-right: solid 0px #9197A2!important;
 
}

#main-menu {
   position: relative!important;
    z-index: 14;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
 
}
footer {
  
 
  background-color: #171340;
}

body {
  background-color: #040123;
 
}

#main {
  padding: 15px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
     margin-top: 60px;
  background-color: #ffffff;
}

header {
  width: 100%;
  
  background-color: #171340;
}


.logo {
  width: 200px;
  padding-top: 35px;  
  margin-right: auto;
  margin-left: auto;
}

#menu {
  
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #ffffff;
  text-align: center;
  color: #ffffff;
  border-width: 1px;
}

#cta {
      position: absolute;
    width: 100%;
      border-bottom: #ffffff;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  background-color: #040123;
}
#cta p{
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
}

.left {
  width: 330px;
  float: left;
  
}

.right {
  width: 400px;
  float: left;
}

.left p{
  padding-right: 10px;
  text-align: right;
  font-size: 30px!important;
  line-height: 30px;
  margin-top: 0px!important;
  margin-bottom: 10px!important;
}

.right p{
  font-size: 60px!important;
  margin-top: 0px!important;
  line-height: 60px;
  
  margin-bottom: 0px!important;
}
.wrapper {
  width: 730px;
  margin-right: auto;
  margin-left: auto;  
  padding-top: 10px;
  padding-bottom: 10px;
}



@media (max-width: 1200px) {

#main {
  width: 96%;
      margin-top: 120px!important;
}
#main-menu {
 
    width: 100%;
 
}
}
@media (max-width: 730px) {
.wrapper {
  width: 100%;
}

.left {
  width: 100%;
 
  
}

.right {
 width: 100%;
 
}

.left p{
 
  text-align: center;
 
}

.right p{
   text-align: center;
}
}

@media (max-width: 500px) {
 
.left p{
 font-size: 16px!important;
 line-height: 16px;
 
}

.right p{
  font-size: 32px!important;
  line-height: 32px;
}
}