﻿html {
    height: 100%;
}

body {
    font-family: arial;
    /*text-align: center;*/
    height: 100%;
}

#flexbody {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*min-height: 100%;*/
}

/*setting minimum widths for the table below*/
table.custom_table {
    /*color: red;*/
    /*margin: 0 auto;*/
    width: 100%;
}

    table.custom_table .v_name {
        min-width: 350px;
    }

    table.custom_table .street_add {
        min-width: 300px;
    }

    table.custom_table .state_add {
        min-width: 215px;
    }

    table.custom_table .c_name {
        min-width: 165px;
    }

    table.custom_table .phone {
        min-width: 165px;
    }

    table.custom_table .mail {
        min-width: 250px;
    }

    table.custom_table .web {
        min-width: 250px;
    }

main {
    flex: 1 0 auto;
}

em {
    font-weight: bold;
    font-style: normal;
}

/*Skip Links*/


#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    list-style: outside none;
}

a.skip-links-item {
    text-decoration: underline;
    position: absolute;
    left: 15px;
    top: -100px;
    z-index: 10000;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: transparent;
    color: white !important;
    outline: none;
    transition: top .2s,background-color .2s;
}

    a.skip-links-item:active,
    a.skip-links-item:focus {
        top: 0;
        background-color: black;
    }


/*focus highlights*/

a:focus {
    border: 1px solid #FFBA00;
}

/*Links*/

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

p > a, li > a {
    color: #63656A;
}

form {
    margin: 5px;
}

/*P&T Word Header*/

.ptheader {
    /*background-color: #FFBA00;*/
    padding: 5px 0px 5px 0px;
}

    .ptheader > .content {
        max-width: 1200px;
        text-align: left;
        font-size: 36px;
        /*background-color: #FFBA00;*/
        margin: auto;
    }

/*main frame*/
iframe {
    border: 1px;
    width: 100%;
    height: 85%;
    margin: auto;
    display: block;
}

.subframe {
    border: 1px;
    width: 100%;
    height: 90%;
    margin: auto;
    display: block;
}

img.brandmark {
    margin: auto;
    display: block;
    max-width: 50%;
    max-height: 50%;
    width: 650px;
    padding: 50px;
}

#headerline {
    text-align: right;
    margin: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 0px 0px 1px 0px;
}

/*recenter nav tabs*/
.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}

.nav-tabs, .nav-pills {
    text-align: center;
}

.tab-pane {
    padding: 5px 5px 5px 5px;
}

/*footer*/
.footnote {
    text-align: center;
    font-size: 10px;
    background-color: black;
    padding: 10px 10px 15px;
    color: #969491;
}

    .footnote a {
        color: #FFBA00;
    }

/*form table style*/
.tableForm {
    margin: auto;
    text-align: left;
}

    .tableForm th {
        text-align: center;
    }

/*report table style*/
table.report {
    border-collapse: collapse;
    margin: auto;
}

    table.report th {
        background-color: black;
        color: #FFBA00;
        border: 2px solid #969491;
        padding: 3px;
    }

    table.report td {
        border: 2px solid #969491;
        padding: 3px;
    }

/*button menu above reports*/
table.reportmenu {
    border: 0;
    text-align: center;
}

/*report options*/
.label {
    text-align: right;
    font-weight: bold;
}

/*Standout header line for unbordered tables*/
th.dividingHeader {
    background-color: black;
    color: #FFBA00;
    border: 2px solid #969491;
    padding: 3px;
}

/*Simple List*/
ul.simple {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

blockquote {
    max-width: 300px;
}

/*block for displaying a mailing address*/
.addressBlock {
    display: inline-block;
    margin: auto;
    text-align: left;
}


/* Tooltip container */
.tooltip {
    color: #e57200;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #63656A;
        color: #fff;
        padding: 5px 5px;
        border-radius: 6px;
        font-weight: normal;
        font-size: small;
        text-align: center;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

/*hide elements for printing*/
@media print {
    .noprint {
        display: none;
    }

    /*report table style*/
    table.report {
        border-collapse: collapse;
    }

        table.report th, .reportth {
            color: black;
            border: 2px solid black;
            padding: 3px;
        }

        table.report td, .reporttd {
            border: 2px solid black;
            padding: 3px;
        }

    @page {
        size: landscape;
    }
}

div#partialDetails {
    width: 100%;
}

/*div#main_content {
    min-height: 100%;
    padding-bottom: 285px;
}*/
div#main2 {
    overflow: auto;
    padding-bottom: 285px;
}

div#container {
    min-height: 100%;
}

div#main2 > form > table#calculator {
    border-collapse: separate;
    border-spacing: 5px;
    margin-left: auto;
    margin-right: auto;
}

    div#main2 > form > table#calculator tr td#note {
        color: red;
        font-weight: bold;
    }

    div#main2 > form > table#calculator tr td#note2 {
        color: red;
        font-weight: bold;
    }

    div#main2 > form > table#calculator tr td input::-webkit-outer-spin-button,
    div#main2 > form > table#calculator tr td input::-webkit-inner-spin-button {
        display: none; /* <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    }

    div#main2 > form > table#calculator tr td input[type=number] {
        -moz-appearance: textfield; /* Firefox */
    }

.button {
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    background-color: #FFBA00;
    color: #000000;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #969491;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #969491;
    border-radius: 3px;
}

    .button:hover {
        font-family: arial;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        background-color: #FFBA00;
        color: #000000;
        padding: 2px 6px 2px 6px;
        border-top: 1px solid #000000;
        border-right: 1px solid #969491;
        border-bottom: 1px solid #969491;
        border-left: 1px solid #000000;
        border-radius: 3px;
    }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    color: #222;
}

table {
    width: 90%;
    border: none;
    color: #9f9f9f;
    font-size: 12px;
    margin: 0 auto;
    line-height: 135%;
    margin-bottom: 10px;
}

    table td {
        width: 50%;
    }

    table th {
        color: #fff;
        text-align: left;
    }

    .login {
        text-align: right;
        font-weight: bold;
        font-size:18px;
    }
    .loginTable {
        color:black;
        max-width: 600px;
    }
    .indexTable {
        font-size:16px;
        /*text-align:center;*/
        /*padding:0px 10px 0px 10px;*/
        margin: 0px auto;
        width: auto;
    }
    .indexTabletd {
        padding-left:25%;
        padding-bottom: 7px;
    }
    .reportTable {
    font-size: 16px;
    text-align:center;
    /*padding:0px 10px 0px 10px;*/
    margin: 0px auto;
    min-width:616px;
    width: auto;
    }
    .statusTH {
        color:black;
        min-width:150px;
        max-width:175px;
    }
/*FOOTER SECTION STYLES*/
.ptfooter {
    background-color: black;
    border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #FFBA00;
    width: 100%;
    flex-shrink: 0;
    /*padding: 20px 0px;
    padding-bottom: 285px;*/
    position: relative;
    height: 305px;
    margin-top: -305px;
    clear: both;
}

    .ptfooter > .content {
        max-width: 1200px;
        font-size: 14px;
        color: white;
        margin: auto;
    }

    .ptfooter .leftcol {
        width: 50%;
        float: left;
        text-align: left;
    }

    .ptfooter .rightcol {
        width: 50%;
        float: left;
        text-align: right;
    }

    .ptfooter .leftcol a {
        color: #fff;
    }

    .ptfooter .rightcol a {
        color: #FFBA00;
    }

.hd {
    color: #ffba00;
    margin: 0;
    font-size: .8em;
    font-weight: bold;
}
#footer-container {
    background-color: black;
    /*opacity: 0.84;*/
    width: 100%;
    position: relative;
    /*top: -190px;*/
    z-index: 2;
    padding: 15px 0 15px 0;
}

#footer-cols1 {
    width: 100%;
}

#footer-cols2 {
    float: left;
    width: 45%;
    height: 110px;
}

#footer-cols3 {
    width: 49%;
    float: right;
    height: 110px;
}

#footer-cols4 {
    width: 98%;
    font-size:16px;
    line-height: 26px;
    font-family: Halvetica, "Helvetica Neue", Arial;
}

#footer-container a {
    color: #ffba00;
    text-decoration: none;
}

#footer-container p {
    font-size: 11px;
    color: #fff;
    line-height: 13px;
    margin: 0;
}

    #footer-container p.ramtech-operated {
        margin-top: 5px;
    }

#social-icons-footer {
    position: relative;
    bottom: 0px;
    width: 200px;
    height: 50px;
    clear: both;
}

    #social-icons-footer ul {
        padding: 0;
    }

        #social-icons-footer ul li {
            padding: 0 8px 0 0;
            list-style-type: none;
            float: left;
        }

    #social-icons-footer li:last-child {
        float: none;
    }

#realLogo {
    margin-top: -190px !important;
    height: 55px !important;
}

.hide-small {
    display: none;
}

#eventbrite-feed {
    padding: 0 15px;
    font-size: 14px;
}

    #eventbrite-feed span {
        margin-right: 5px;
        font-size: 14px;
    }

        #eventbrite-feed span:first-child {
            margin-right: 0 !important;
        }

.eb_event_list_item {
    padding-bottom: 8px;
}

.eb_event_list_title a {
    color: #ffba00;
    font-size: 20px;
    text-decoration: none;
    display: block;
}

    .eb_event_list_title a:hover {
        text-decoration: underline;
    }
@media only screen and (min-width: 768px) {
    #social-icons-footer {
        position: relative;
        bottom: 10px;
        width: 200px;
    }

    #footer-cols1 {
        width: 25%;
        float: left;
    }

    #footer-cols2 {
        width: 25%;
        float: left;
    }

    #footer-cols3 {
        width: 25%;
        float: left;
    }

    #footer-cols4 {
        width: 25%;
        float: left;
    }
    table, .event-date, .event-title {
        font-size: 12px;
    }
}

.alumniTable {
    padding-left: 100px;
    width: 800px;
    padding-bottom: 10px;
    color:black;
    font-size: 1rem;
}

    .alumniTable td {
        padding-bottom: 10px;
        /*font-size:14px;*/
    }
    .alumniTable tr .secondCell {
        width:600px !important;
    }
    #label-detail {
        font-weight:bold;
        font-size:1rem;
        color:black;
    }
    .navHeadings {
        font-size:12px;
        /*min-width:140px;*/
        /*border:solid;
        border-color:black;
        border-radius:15px;*/
        border:none;
        text-align:right;
        /*margin-left:5px;*/
        padding:0;
    }

.productTable {
    color:white;
    max-width:1000px;
}

.productTable th {
    font-size: 36pt;
    height:auto;
    padding:100px;
}

.productTable tr td {
    padding:5px;
    vertical-align:baseline;
}
.productDesc {
    width:300px;
}
.consultationLink {
    color: black;
    border:solid;
    border-width:2px;
    padding:15px;
    border-radius:20px
}
.consultationLink:hover {
    color:white;
    font-weight:bold;
}
.buyNow {
    border:solid;
    border-color:#ffba00;
    border-width: 2px;
    border-radius: 15px;
    color:white;
    font-weight:bold;
    text-align:center;
    width:100px;
    min-width:100px;
    max-width:250px;
    padding:15px;
    background-color:#ffba00;
}
.buyNow-dark {
    border: solid;
    border-color:black;
    border-width: 2px;
    border-radius: 15px;
    /*color:white;*/
    font-weight: bold;
    text-align: center;
    width: 100px;
    min-width: 100px;
    max-width: 250px;
    padding: 15px;
    /*background-color: black;*/
    font-size:small;
    margin-left:40%
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    color:white;
    background-color:black;
    width:175px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
div > div .toggler {
    /*background: lightblue;*/
    cursor: pointer;
}

div > div .toggler div {
    display: none;
}
.ulSquare {
    list-style-type:square;
}
.bundle {
    display: inline-flex;
    width: 100%;
    padding: 25px;
    min-width: 1000px
}
.headerText {
    font-size: 50.0pt;
    color: black;
    font-weight: 800;
    line-height: 1.38;
}
@media all and (min-width:960px) and (max-width: 1024px) {
    /* put your css styles in here */
}

@media all and (min-width:801px) and (max-width: 959px) {
    /* put your css styles in here */
}

@media all and (min-width:769px) and (max-width: 800px) {
    /* put your css styles in here */
}

@media all and (min-width:569px) and (max-width: 768px) {
    /* put your css styles in here */
}

@media all and (min-width:481px) and (max-width: 568px) {
    /* put your css styles in here */
}
/*TARGETS ANDRIOD RAZOR FLIP PHONE*/
@media all and (min-width:321px) and (max-width: 413px) {
    .phoneHamburger {
        min-width: 190px;
        width: 190px;
        padding-right: 50px !important;
    }

    .navbar-toggler {
        position: absolute;
    }

    #main2 {
        width: 100%;
        zoom: 0.5;
        background-color: black;
        max-width: 100%;
        height: 100%;
        overflow: hidden !important;
    }

    .headerImage {
        max-width: 100%;
    }

    .middlePics {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .connect {
        padding-bottom: 400px;
    }

    footer > div > .vcuLang {
        zoom: .8;
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 50px;
    }

    .spotlightTextContainer {
        max-width: 80%;
    }
    div > div > .toggler {
        zoom: 1.1;
    }
}
/*TARGETS IPHONE UP TO 14*/
@media all and (min-width:414px) and (max-width: 480px) {
    .phoneHamburger {
        min-width: 190px;
        width: 190px;
        padding-right: 50px !important;
    }

    .navbar-toggler {
        position: absolute;
    }

    #main2 {
        width: 100%;
        zoom: 0.4;
        background-color: black;
        max-width: 100%;
        height: 100%;
        overflow: hidden !important;
    }

    .headerText {
        zoom: .9;
    }
    .consults {
        zoom: .8;
    }
    .middlePics {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .connect {
        padding-bottom: 400px;
    }

    footer > div > .vcuLang {
        zoom: .5;
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 50px;
    }
    .techEssentials {
        zoom: .8 !important;
    }
    .techEssentialsText {
        zoom: .9 !important;
    }
    
    .bundle {
        display:grid !important;
        zoom: .8 !important;
        padding-left: 10%;
    }
    .bundleImageContainer {
        width: 100% !important;
        zoom: 1.0 !important;
        padding-right: 35%;

    }
    .bundleTextContainer {
        width: 100% !important;
        zoom: .5 !important;
        padding-right: 25px;
    }

    .recommendationsText  {
        zoom: .8 !important;
    }
    .buyNow {
        width: 400px;
        min-width: 400px;
        max-width: 550px;
    }

    .buyNow-dark {
        width: 400px;
        min-width: 400px;
        max-width: 550px;
        
    }
    /*.spotlight {
        zoom: .7 !important;
    }*/
   div > div > .toggler {
        zoom: 1.1;
    }
   .spotlightText {
       zoom: .8 !important;
   }
   .buyNow--promo {
       margin-left: 35% !important;
   }
    
}

@media all and (min-width:0px) and (max-width: 320px) {
    /* put your css styles in here */
}