#Body {background:url() no-repeat top center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.skinWrapper {background:none;}

header .social li {
    display: inline-block;
    text-align: center;
    margin: 0px 0px 5px 3px;
}

/*---Added css---*/

.v2-template .flex-row-fw {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
}

@media screen and (min-width: 768px) {
    .v2-template .flex-row .flex-row-col-md-7 {
        flex: 0 1 70%;
        max-width: 70%;
        position: 7;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 768px) {
    .v2-template .flex-row .flex-row-col-md-5 {
        flex: 0 1 30%;
        max-width: 30%;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
}

}/*----------- styled divider-------------*/

body {
  margin: 0;
  background: white;
}

#logo {
  width: 150px; /* Width of image */
  padding: 10px; /* Creates space around the logo */
  margin: 0px auto; /* Centers the logo */
  background: white; /* Must be same as body */
  position: relative; /* Brings the div above the header:after element */
}

#logo img {
  display: block;
}

/* :after pseudo element to create the horizontal line */
dividerline:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: goldenrod;
  margin-top: -100px; /* Negative margin up by half height of logo + half total top and bottom padding around logo */
}
}/*----------- styled divider end -------------*/


.dnnEditState .v2-template .flex-row-fw
Specificity: (0,3,0)
 {
    margin-left: 0px;
    margin-right: 0px;
}

.v2-template .flex-row-fw {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
}

.dnnEditState .v2-template .flex-row-fw > .flex-row-main
Specificity: (0,4,0)
 {
    padding-right: 2%;
    padding-left: 2%;
}


.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




























