body {
    background-color: #09203d;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 16px;
}

header {
    width: 100%;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    background-color: #003e73;
}

header div.NavMenu {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}

header div.NavMenu a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    padding: 8px;
    background-color: #2e5ea0;
    border: 1px solid #2e5ea0;
}

header div.NavMenu a:hover {
    border: 1px solid #fff;
}

header div.NavMenu a.DonateButton {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    padding: 8px;
    background-color: #ff0030;
    border: 1px solid #ff0030;
}

header div.NavMenu a.DonateButton:hover {
    border: 1px solid #fff;
}

div.Clear {
    clear: both;
}

div.HomepageHeader {
    width: 100%;
    margin: 0px;
}

div.HomepageHeader img {
    width: 100%;
    height: auto;
}

div.ThreeColumns {
    display: inline-block;
    width: 100%;
    margin: -4px auto 0px;
    background-color: #003e73;
    padding-top: 15px;
    padding-bottom: 15px;
}

div.ThreeColumns_Volunteer {
    display: inline-block;
    width: 33%;
    margin: 0px;
    text-align: center;
}

div.ThreeColumns_Volunteer button {
    width: 90%;
    border-radius: 8px;
    background-color: #061f3a;
    border-color: #061f3a;
    border-style: solid;
    cursor: pointer;
}

div.ThreeColumns_Volunteer button i {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    margin-right: 10px;
}

div.ThreeColumns_Volunteer button span {
    display: inline-block;
    padding-bottom: 15px;
    color: #fff;
}

div.ThreeColumns_Volunteer button span h3 {
    margin-bottom: 2px;
}

div.ThreeColumns_Donate {
    display: inline-block;
    width: 33%;
    margin: 0px;
    text-align: center;
}

div.ThreeColumns_Donate button {
    width: 90%;
    border-radius: 8px;
    background-color: #911321;
    border-color: #911321;
    border-style: solid;
    cursor: pointer;
}

div.ThreeColumns_Donate button i {
    display: inline-block;
    margin-right: 10px;
    font-size: 34px;
    color: #fff;
}

div.ThreeColumns_Donate button span {
    display: inline-block;
    padding-bottom: 15px;
    color: #fff;
}

div.ThreeColumns_Donate button span h3 {
    margin-bottom: 2px;
}

div.ThreeColumns_AboutHorgan {
    display: inline-block;
    width: 33%;
    margin: 0px;
    text-align: center;
}

div.ThreeColumns_AboutHorgan button {
    width: 90%;
    border-radius: 8px;
    background-color: #2e85cc;
    border-color: #2e85cc;
    border-style: solid;
    cursor: pointer;
}

div.ThreeColumns_AboutHorgan button i {
    display: inline-block;
    margin-right: 10px;
    font-size: 34px;
    color: #fff;
}

div.ThreeColumns_AboutHorgan button span {
    display: inline-block;
    padding-bottom: 15px;
    color: #fff;
}

div.ThreeColumns_AboutHorgan button span h3 {
    margin-bottom: 2px;
}

div.ThreeColumns_Volunteer button:hover, div.ThreeColumns_Donate button:hover, div.ThreeColumns_AboutHorgan button:hover {
    border-color: #fff;
}

div.AboutAndGalleryBlock {
    margin: 0px 0px;
    background-image: linear-gradient(to right, #061f3a, #003e73);
    color: #fff;
    padding: 15px 5px;
    text-align: center;
    vertical-align: top;
}

div.AboutHorganBlock {
    display: inline-block;
    width: 59%;
    text-align: center;
    vertical-align: top;
}

div.AboutHorganBlockTitle {
    display: inline-block;
    text-align: left;
    width: 95%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #003e73;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
}

div.AboutHorganBlockItem {
    width: 95%;
    display: inline-block;
    background-image: linear-gradient(to right, #182a3d, #263646);
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

div.AboutHorganBlockItem span.title {
    display: block;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    cursor: pointer;
}

div.AboutHorganBlockItem span.details {
    display: block;
    text-align: left;
    padding: 10px 10px 20px;
}

span.title a {
    text-decoration: none;
    color: #fff;
    float: right;
}

div.GalleryBlock {
    display: inline-block;
    width: 39%;
    text-align: center;
    vertical-align: top;
}

div.GalleryBlock img {
    width: 90%;
    height: auto;
    border-radius: 8px;
    border-width: 0px;
}

div.RegisterToVote {
    background-color: #a21424;
    text-align: center;
    padding: 15px 5px 45px;
    color: #fff;
}

div.RegisterToVote_Details {
    display: inline-block;
    width: 46%;
    border: 1px solid #fff;
    border-radius: 8px;
    text-align: left;
    padding: 15px 15px 0px;
    font-size: 20px;
}

div.RegisterToVote_Button {
    display: inline-block;
    width: 48%;
    font-size: 28px;
    text-align: center;
}

div.RegisterToVote_Button a {
    display: inline-block;
    width: 60%;
    text-align: center;
    background-color: #f00;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    margin-top: 15px;
    border: 2px solid #f00;
    border-radius: 8px;
}

div.RegisterToVote_Button a:hover {
    border-color: #fff;
}

div.ElectionDates {
    background-color: #09203d;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}

div.ElectionDates_Title {
    display: inline-block;
    width: 25%;
    border-right: 2px solid #044284;
    font-size: 36px;
}

div.ElectionDates_Details {
    display: inline-block;
    width: 73%;
    font-size: 36px;
}

span.EDT_White {
    color: #fff;
}

span.EDT_LightBlue {
    color: #75b4ef;
}

span.EDT_Red {
    color: #ff0044;
}

div.CouncilAndGalleryBlock {
    width: 100%;
    background-color: #072c53;
    padding: 35px 0px;
    color: #fff;
}

div.CouncilFunctions {
    display: inline-block;
    width: 49%;
    text-align: center;
    vertical-align: top;
}

span.CouncilFunctions_Title {
    display: inline-block;
    padding: 10px;
    width: 89%;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 5px 0px;
    cursor: pointer;
}

span.CouncilFunctions_Details {
    display: inline-block;
    padding: 10px;
    width: 89%;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 5px 0px;
    background-color: #003f75;
}

div.CouncilAndGalleryBlock div.GalleryBlock {
    padding-top: 15px;
}

div.GalleryBlockThumbnail {
    display: inline-block;
    width: 30%;
    margin: 5px;
}

div.GalleryBlockThumbnail img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    padding: 0px;
}

div.CouncilAndGalleryBlock a.LearnMore {
    display: inline-block;
    background-color: #ff0030;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 30px;
    padding: 10px 25px 0px;
    margin-top: 10px;
    text-decoration: none;
}

div.CampaignContribution {
    background-color: #09203d;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
}

span.CampaignContributionTitle {
    color: #ff0030;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

div.CampaignContribution a {
    display: inline-block;
    background-color: #ff0030;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 25px;
    margin-top: 20px;
    text-decoration: none;
    font-size: 36px;
}

div.NewsletterBlock {
    background-image: url('/imgs/join-our-movement-horgan-for-city-council-sugar-land.png');
    background-size: 100% auto;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

div.JoinNewsletterBlock {
    background-color: rgba(0, 62, 115, .85);
    display: inline-block;
    width: 55%;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}

div.JoinNewsletterBlock h1 {
    margin: 0px 0px 15px;
    font-size: 48px;
}

div.JoinNewsletterBlock span.title {
    color: #ff0030;
    font-size: 32px;
    display: block;
}

form.VolunteerForm button {
    display: inline-block;
    background-color: #ff0030;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #ff0030;
}

form.VolunteerForm button:hover, form.NewsletterForm button:hover {
    border-color: #fff;
}

form.VolunteerForm input, form.NewsletterForm input {
    width: 95%;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: block;
    margin: 15px;
    background-color: transparent;
    color: #fff;
}

form.VolunteerForm textarea {
    width: 95%;
    height: 250px;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: block;
    margin: 15px;
    background-color: transparent;
    color: #fff;
}

form.VolunteerForm input::placeholder, form.VolunteerForm textarea::placeholder, form.NewsletterForm input::placeholder {
    color: #fff;
}

div.NewsletterSignup {
    width: 100%;
}

footer {
    background-color: #09203d;
    width: 100%;
    max-width: 100%;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
}

footer div.Quarter {
    display: inline-block;
    width: 31%;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

footer div.Quarter h2 {
    margin-top: 0px;
    text-align: center;
}

img.FooterLogo {
    max-width: 100%;
    width: 100%;
    height: auto;
}

span.ContactInfo {
    display: block;
    margin: 15px 0px 15px 5px;
    font-size: 18px;
}

span.ContactInfo a, div.Quarter a {
    color: #fff;
    text-decoration: none;
}

span.ContactInfo a:hover {
    text-decoration: underline;
}

div.Quarter a.Navigation {
    font-size: 20px;
    display: block;
    margin: 15px 0px;
    text-align: center;
}

form.NewsletterForm button {
    display: block;
    background-color: #ff0030;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ff0030;
    width: 98%;
    padding: 10px 0px;
    margin: 15px;
}

div.Copyright {
    width: 100%;
    padding: 20px 0px 10px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
}

div.PageContents {
    background-color: #fff;
    padding: 25px 0px;
    text-align: center;
}

div.PageContents div.Details {
    text-align: left;
    width: 95%;
    display: inline-block;
    vertical-align: top;
}

div.PageContents div.Details img {
    max-width: 35%;
    height: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}

div.PageContents div.ContactInfo {
    width: 47%;
    margin-right: 15px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

div.PageContents div.ContactForm {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    background-color: #ccc;
    border-radius: 8px;
    padding: 10px;
}

p.ContactInfo {
    font-size: 20px;
    margin-top: 50px;
}

p.ContactInfo i {
    color: #09203d !important;
}

p.ContactInfo a {
    color: #09203d;
    font-weight: bold;
    text-decoration: none;
}

p.ContactInfo a:hover {
    text-decoration: underline;
}

form.ContactUsForm input[type=text], form.ContactUsForm input[type=email] {
    width: 90%;
    padding: 5px;
    border: 1px solid #09203d;
    color: #09203d;
    border-radius: 5px;
    margin: 10px 0px;
}

form.ContactUsForm textarea {
    width: 90%;
    padding: 5px;
    border: 1px solid #09203d;
    color: #09203d;
    border-radius: 8px;
    margin: 10px 0px;
    height: 150px;
}

form.ContactUsForm input[type=text]::placeholder, form.ContactUsForm input[type=email]::placeholder, form.ContactUsForm textarea::placeholder {
    color: #09203d;
}

form.ContactUsForm button {
    width: 90%;
    border-radius: 8px;
    background-color: #ff0030;
    border-color: #ff0030;
    color: #fff;
    border-style: solid;
    cursor: pointer;
    padding: 10px;
    margin: 10px 0px;
}

nav.ss-menu {
    display: none;
}

a.HamburgerIcon {
    display: none !important;
}

div.ViewDesktopVersion {
    display: none;
}

@media only screen and (max-width: 1020px) {
    div.GalleryBlockThumbnail {
        display: inline-block;
        width: 29%;
        margin: 5px;
    }
}
