 html,
 body {
     font-family: 'SofiaRegular';
     padding: 0px;
     margin: 0px;
 }
 
 h1,
 h2,
 h3,
 h4 {
     text-align: center;
     margin-top: 0px;
     padding-top: 0px;
     padding-left: 10px;
     margin-left: 0px;
     margin-right: 0px;
     color: black;
 }
 
 h1 {
     font-size: 50px;
 }
 
 h2 {
     font-size: 25px;
 }
 
 h3 {
     font-size: 20px;
 }
 
 h4 {
     font-size: 15px;
 }
 
 p {
     line-height: 1.5;
 }
 
 img {
     width: 100%;
 }
 
 hr {
     height: 4px;
 }
 
 #pageTop {
     background-color: #1135d4;
     background-position: 100% 100%;
 }
 
 #pageBottom {
     background-color: c4ff4d;
     margin-left: 10px;
 }
 
 #topDropDownBar {
     background-color: #00aaff;
     overflow: hidden;
     padding-left: 5%;
 }
 
 #dropdownbar {
     list-style-type: none;
     margin: 0px;
     padding: 0px;
     overflow: hidden;
     background-color: 00aaff;
 }
 
 .dropDownBarlist {
     float: left;
 }
 
 .dropDownBarlist a,
 .dropDownLists {
     display: inline-block;
     color: white;
     text-align: center;
     padding: 14px 16px;
     text-decoration: none;
 }
 /* .dropDownBarlist:hover, .dropDownBarlist a:hover, #servicesDropDown .dropDownLists {
	backgroun-color:lightgrey;
	text-decoration:none;
	color:black;
} */
 
 .dropDownContent {
     display: none;
     position: absolute;
     min-width: 80px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
     z-index: 1;
 }
 /* .dropDownContent a {
	color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}	 */
 
 .dropDownContentE {
     background-color: #00aaff;
     color: white;
     cursor: pointer;
 }
 
 .dropDownContentE:hover {
     background-color: lightgrey;
     color: black;
 }
 
 .dropDownContent {
     background-color: black;
     display: none;
 }
 
 .dropDownContent:hover {
     display: block;
 }
 
 .dropDownBarlist a {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     display: block;
     color: white;
     text-align: center;
     padding: 12px 16px;
     text-decoration: none;
 }
 
 .dropDownBarlist a:hover {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     background-color: lightgrey;
     color: black;
 }
 
 .horizontalMenu {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     background-color: blue;
     color: white;
     display: block;
     width: 10%;
     font-size: 2em;
     min-height: 30px;
 }
 
 .horizontalMenu:hover {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     background-color: lightblue;
     color: black;
 }
 
 #insuranceAd {
     float: right;
 }
 
 #activelink {
     background-color: green;
 }
 
 .formData {
     border: 2px solid black;
     border-radius: 5px;
     margin: 5px;
     padding: 8px;
     transition: 1s;
     display: inline;
 }
 
 .formData:focus {
     margin: 5px;
     transition: 1s;
     -webkit-transition: 1s;
     border-color: blue;
 }
 
 p {
     font-size: 18px;
     font-family: 'SofiaRegular';
 }
 
 .regularText {
     font-size: 15px;
 }
 
 .whiteText {
     color: white;
 }
 
 .blackText {
     color: black;
 }
 
 .centerText {
     text-align: center;
 }
 
 .leftText {
     text-align: left;
 }
 
 .rightText {
     text-align: right;
 }
 
 .whiteText h1,
 .whiteText h2,
 .whiteText h3 {
     color: white;
 }
 
 .greenStrip {
     z-index: -1;
     background-color: #1aff1a;
 }
 
 .redStrip {
     z-index: -1;
     background-color: #ff0000;
 }
 
 .lightBlueStrip {
     z-index: -1;
     background-color: #00cccc;
 }
 
 .blueStrip {
     z-index: -1;
     background-color: blue;
 }
 
 .darkBlueStrip {
     z-index: -1;
     background-color: #000099;
 }
 
 .greyStrip {
     background-color: #808080;
 }
 
 .largePadding {
     padding-top: 50px !important;
     padding-bottom: 50px !important;
 }
 
 .largePaddingAll {
     padding: 50px;
 }
 
 .smallPadding {
     padding: 25px;
 }
 
 .largeMargin {
     margin-top: 25px;
     margin-bottom: 25px;
 }
 
 .smallMargin {
     margin: 10px;
 }
 
 .largeTopMargin {
     margin-top: 100px;
 }
 
 .mediumTopMargin {
     margin-top: 50px;
 }
 
 .smallTopMargin {
     margin-top: 20px;
 }
 
 .noMargin {
     margin: 0px !important;
 }
 
 .stripContainerGray {
     background: -webkit-radial-gradient(white, gray);
     background: -o-radial-gradient(white, gray);
     background: -moz-radial-gradient(white, gray);
     background: radial-gradient(white, gray);
 }
 
 .stripContainerGreen {
     background: -webkit-radial-gradient(white, green);
     background: -o-radial-gradient(white, green);
     background: -moz-radial-gradient(white, green);
     background: radial-gradient(white, green);
 }
 
 .stripContainerPurple {
     background: -webkit-radial-gradient(white, #732673);
     background: -o-radial-gradient(white, #732673);
     background: -moz-radial-gradient(white, #732673);
     background: radial-gradient(white, #732673);
 }
 
 .stripContainerRed {
     background: -webkit-radial-gradient(#b30000, lightred);
     background: -o-radial-gradient(#b30000, lightred);
     background: -moz-radial-gradient(#b30000, lightred);
     background: radial-gradient(#b30000, lightred);
 }
 
 .stripContainerBlue {
     background: -webkit-radial-gradient(black, #3366ff);
     background: -o-radial-gradient(black, #3366ff);
     background: -moz-radial-gradient(black, #3366ff);
     background: radial-gradient(black, #3366ff);
 }
 
 .strip {
     padding: 100px;
 }
 
 .stripText {
     text-align: center;
 }
 
 .whiteText {
     color: white;
 }
 
 .blackText {
     color: black;
 }
 
 table.center {
     margin-right: 50%;
     margin-left: auto;
 }
 
 .verticalCenter {
     vertical-align: middle;
 }
 
 #emailBody {
     border: 2px solid grey;
     border-radius: 4px;
     padding: 5px;
     margin-top: 4px;
     margin-bottom: 4px;
     -webkit-transition: 1s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: 1s;
     margin: 3px;
 }
 
 #emailBody:focus {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     border: 2px solid #8000ff;
 }
 
 .insuranceFormText {
     border: 2px solid grey;
     border-radius: 4px;
     padding: 5px;
     margin-top: 4px;
     margin-bottom: 4px;
     -webkit-transition: 1s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: 1s;
     margin: 3px;
 }
 
 .insuranceFormText:focus {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     border: 2px solid #8000ff;
 }
 
 .formButtons {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     padding-left: 12px;
     padding-right: 12px;
     padding-top: 4px;
     padding-bottom: 4px;
     margin: 5px;
     border-radius: 5px;
     background-color: #8c1aff;
     cursor: default;
     color: white;
 }
 
 .formButtons:hover {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     background-color: yellow;
     cursor: pointer;
     color: black;
 }
 
 .doubleColumn {
     border: 0px;
     margin: 10px;
     padding: 20px;
 }
 
 .doubleColumnContentLeft {
     margin-left: 50px;
     margin-right: 250px;
     padding-left: 50px;
     padding-right: 400px;
 }
 
 .doubleColumnContentRight {
     margin-left: 250px;
     margin-right: 50px;
     padding-left: 400px;
     padding-right: 50px;
 }
 
 .sideMarginsL {
     margin-right: 100px;
     margin-left: 100px;
 }
 
 .sideMarginsM {
     margin-right: 70px;
     margin-left: 70px;
 }
 
 .sideMarginsS {
     margin-right: 30px;
     margin-left: 30px;
 }
 
 .signature {
     font-size: 10px;
 }
 
 .signature a {
     text-decoration: none;
 }
 
 .question {
     padding: 0px;
     margin: 0px;
     display: inline;
 }
 
 .regSection {
     padding: 30px;
     margin: 5px;
     border: none;
 }
 
 .backWhite {
     background-color: white;
 }
 
 .backLightBlue {
     background-color: lightblue;
 }
 
 .backBlue {
     background-color: blue;
 }
 
 .backGreen {
     background-color: green;
 }
 
 .backGray {
     background-color: gray;
 }
 
 .smallText {
     font-size: 100%;
     padding: 10px;
 }
 
 .mediumText {
     font-size: 17px;
     padding: 10px;
 }
 
 .coloredLinks:link,
 .uniqueLinks a:link {
     color: purple;
 }
 /* visited link */
 
 .coloredLinks:visited,
 .uniqueLinks a:visited {
     color: green;
 }
 /* mouse over link */
 
 .coloredLinks:hover,
 .uniqueLinks a:hover {
     color: #f4fe34;
 }
 /* selected link */
 
 .coloredLinks:active,
 .uniqueLinks a:active {
     color: blue;
 }
 
 .bottomNavBar {
     background-color: lightgrey;
     line-height: 10px;
 }
 
 .borderLess {
     border: 0px;
 }
 
 .thickBorder {
     border: 10px solid;
 }
 
 .mediumBorder {
     border: 7px solid;
 }
 
 .smallBorder {
     border: 5px solid;
 }
 
 .roundedThickBorder {
     border-radius: 10px;
 }
 
 .roundedMediumBorder {
     border-radius: 7px;
 }
 
 .roundedSmallBorder {
     border-radius: 5px;
 }
 
 .purpleBorder {
     border-color: #7300e6;
 }
 
 th,
 td {
     font-family: Open Sans, sans-serif;
     text-align: center;
 }
 
 .insuranceTypeButtons {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     text-decoration: none;
     border-radius: 50px;
     padding: 7px;
     background-color: blue;
     color: white;
     margin: 3px;
     margin-top: 20px;
 }
 
 .insuranceTypeButtons:hover {
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     background-color: lime;
     color: black;
 }
 
 .hidden {
     opacity: 0;
 }
 
 @-moz-keyframes fadeIn {
     from {
         opacity: 0;
         transform: scale(.7, .7);
     }
     to {
         opacity: 1;
     }
 }
 
 @-webkit-keyframes fadeIn {
     from {
         opacity: 0;
         transform: scale(.7, .7);
     }
     to {
         opacity: 1;
     }
 }
 
 @-o-keyframes fadeIn {
     from {
         opacity: 0;
         transform: scale(.7, .7);
     }
     to {
         opacity: 1;
     }
 }
 
 @-ms-keyframes fadeIn {
     from {
         opacity: 0;
         transform: scale(.7, .7);
     }
     to {
         opacity: 1;
     }
 }
 
 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: scale(.7, .7);
     }
     to {
         opacity: 1;
     }
 }
 
 .fadeInElement {
     -moz-animation: fadeIn 1.0s ease forwards;
     -webkit-animation: fadeIn 1.0s ease forwards;
     -o-animation: fadeIn 1.0s ease forwards;
     -ms-animation: fadeIn 1.0s ease forwards;
     animation: fadeIn 1.0s ease forwards;
 }
 
 @keyframes rightSlideIn {
     from {
         right: -500px;
     }
     to {
         right: 0;
     }
 }
 
 .slideInRElement {
     -moz-animation: rightSlideIn 1.0s ease forwards;
     -webkit-animation: rightSlideIn 1.0s ease forwards;
     -o-animation: rightSlideIn 1.0s ease forwards;
     -ms-animation: rightSlideIn 1.0s ease forwards;
     animation: rightSlideIn 1.0s ease forwards;
 }
 
 .borderedForms {
     border: 2px solid #00aaff;
     border-radius: 5px;
 }
 
 .slideshow-container {
     max-width: 1000px;
     position: relative;
     margin: auto;
 }
 
 .mySlides {
     display: none;
 }
 /* Next & previous buttons */
 
 .prev,
 .next {
     cursor: pointer;
     position: absolute;
     top: 50%;
     width: auto;
     margin-top: -22px;
     padding: 16px;
     color: white;
     font-weight: bold;
     font-size: 18px;
     transition: 0.6s ease;
     border-radius: 0 3px 3px 0;
 }
 /* Position the "next button" to the right */
 
 .next {
     right: 0;
     border-radius: 3px 0 0 3px;
 }
 /* On hover, add a black background color with a little bit see-through */
 
 .prev:hover,
 .next:hover {
     background-color: rgba(0, 0, 0, 0.8);
 }
 /* Caption text */
 
 .text {
     color: #f2f2f2;
     font-size: 15px;
     padding: 8px 12px;
     position: absolute;
     bottom: 8px;
     width: 100%;
     text-align: center;
 }
 /* Number text (1/3 etc) */
 
 .numbertext {
     color: #f2f2f2;
     font-size: 12px;
     padding: 8px 12px;
     position: absolute;
     top: 0;
 }
 /* The dots/bullets/indicators */
 
 .dot {
     cursor: pointer;
     height: 13px;
     width: 13px;
     margin: 0 2px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.6s ease;
 }
 
 .active,
 .dot:hover {
     background-color: #717171;
 }
 /* Fading animation */
 
 .fade {
     -webkit-animation-name: fade;
     -webkit-animation-duration: 1.5s;
     animation-name: fade;
     animation-duration: 1.5s;
 }
 
 @-webkit-keyframes fade {
     from {
         opacity: .4
     }
     to {
         opacity: 1
     }
 }
 
 @keyframes fade {
     from {
         opacity: .4
     }
     to {
         opacity: 1
     }
 }
 /*Color themes*/
 
 .yellow-1 {
     background-color: #fffbaf;
 }
 
 .yellow-2 {
     background-color: #fff988;
 }
 
 .yellow-3 {
     background-color: #fff760;
 }
 
 .yellow-4 {
     background-color: #fff538;
 }
 
 .yellow-5 {
     background-color: #fff319;
 }
 
 .yellow-6 {
     background-color: #f9ec00;
 }
 
 .yellow-7 {
     background-color: #dacf00;
 }
 
 .yellow-text-1 {
     color: #fffbaf
 }
 
 .yellow-text-2 {
     color: #fff988;
 }
 
 .yellow-text-3 {
     color: #fff760;
 }
 
 .yellow-text-4 {
     color: #fff538;
 }
 
 .yellow-text-5 {
     color: #fff319;
 }
 
 .yellow-text-6 {
     color: #f9ec00;
 }
 
 .yellow-text-7 {
     color: #dacf00;
 }
 
 .yellow-border-1 {
     border-color: #fffbaf;
 }
 
 .yellow-border-2 {
     border-color: #fff988;
 }
 
 .yellow-border-3 {
     border-color: #fff760;
 }
 
 .yellow-border-4 {
     border-color: #fff538;
 }
 
 .yellow-border-5 {
     border-color: #fff319;
 }
 
 .yellow-border-6 {
     border-color: #f9ec00;
 }
 
 .yellow-border-7 {
     border-color: #dacf00;
 }
 
 .image-container {
     position: relative;
     text-align: center;
 }
 
 .bottom-center {
     position: relative;
     bottom: 8px;
     text-align: center;
     background-color: lightgrey;
     opacity: .9;
     display: block;
     background-image: url(Pictures/Pic2.jpg);
     width: 100%;
     height: 1080px;
     z-index: 1;
     margin-top: 0;
 }
 
 .btn-cnt-txt {
     z-index: 3;
     color: black;
     margin-top: 540px;
 }
 
 .align-left {
     float: left;
 }
 
 .align-right {
     float: right;
 }
 
 .widthFull {
     width: 100%;
 }
 
 .centerElement {
     margin-left: auto;
     margin-right: auto;
 }
 /* #insuranceCards {
     position: relative;
 }
 
 .insuranceCard {
     float: left;
     background-color: rgb(37, 218, 172);
     padding: 25px;
     border-radius: 0;
     box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
     width: 30%;
     height: 300px;
     margin-right: 20px;
     color: rgb(5, 5, 5);
     text-align: left;
 }
 
 .insuranceCard-center {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border-radius: 10px;
 }
 
 .insuranceCard hr {
     border-top: 1px solid white;
 }
 
 .insuranceCard ul,
 .insuranceCard li {
     list-style-type: circle;
 }
 
 .insuranceCard h3 {
     color: black;
 }*/
 
 .companyListTable {
     border-collapse: collapse;
 }
 
 .companyListTable th {
     padding: 30px;
 }
 
 .companyListTable td {
     padding: 30px;
 }