/*UNDO IT.CSS*/
/*BASE STYLES*/
/*COLORS: Dark purple: #694E66 Light purple (for hover): #998695 Light grey: #F1F2F2 Gradients: #D4CDD4 (dark), #FAF9F9 (light)*/
/* from line 1925 */
 @font-face {
     font-family: "Open Sans";
     src: url('../fonts/OpenSans-Bold-webfont.eot');
     src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg') format('svg');
     font-weight: bold;
     font-style: normal;
}
 @font-face {
     font-family: "Open Sans";
     src: url('../fonts/OpenSans-Italic-webfont.eot');
     src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg') format('svg');
     font-weight: normal;
     font-style: italic;
}
 @font-face {
     font-family: "Open Sans";
     src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
     src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic-webfont.svg') format('svg');
     font-weight: bold;
     font-style: italic;
}
 @font-face {
     font-family: "Open Sans";
     src: url('../fonts/OpenSans-Regular-webfont.eot');
     src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "Oswald Light";
     src: url('../fonts/oswald-light-webfont.eot');
     src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-light-webfont.woff') format('woff'), url('../fonts/oswald-light-webfont.ttf') format('truetype'), url('../fonts/oswald-light-webfont.svg') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "it-icons";
     src: url('../fonts/it-icons.eot?u4rpx7');
     src: url('../fonts/it-icons.eot?u4rpx7?#iefix') format('embedded-opentype'), url('../fonts/it-icons.woff?u4rpx7') format('woff'), url('../fonts/it-icons.ttf?u4rpx7') format('truetype'), url('../fonts/it-icons.svg?u4rpx7') format('svg');
     font-weight: normal;
     font-style: normal;
}
 [class^="icon-"], [class*=" icon-"] {
     font-family: 'it-icons';
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
    /* Better Font Rendering =========== */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 h1 {
     font-size: 1.45em;
     font-weight: 700;
     font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-style: normal;
     margin-bottom: 8px;
}
 h2 {
     font-size: 1.30em;
     font-family: "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 500;
    /*color: #706F6F;
     */
     color: #222;
     margin-bottom:10px;
}
 h3 {
     font-size: 1em;
     color: #5D5D5D;
     font-family: "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 700;
     margin-bottom:8px;
}
 p {
     font-size: 0.875em;
     line-height: 1.50em;
     color: #000;
     font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 400;
     font-style: normal;
}
 button, .button {
     font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .contentcontainer a{
     color:#0000ee; /* Change 20160830-cws #08D; Changed 20160215-cws #5D5D5D; */
     text-decoration:underline;
}
 .contentcontainer a:hover{
     color:#0000ee; /* Change 20160830-cws #08D; Changed 20160215-cws #5D5D5D; */
     text-decoration:none;
}
 .contentcontainer a:focus{
     color:#FFFFFF;
     background-color: #545454; /* Changed 20170728-cws #5D5D5D; */
}
 .contentcontainer a:focus img{
     background-color: #998695;
}
 .content ul{
     padding-left: 1em;
}
 ol li{
     font-size: 0.875em;
     line-height: 1.50em;
     color: #000;
     font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 400;
     font-style: normal;
}
/* Added 20170728-cws */
ol > li > ol {
list-style-type: lower-alpha;
}
/* Added 20170728-cws */
ol > li > ol > li > ol{
list-style-type: decimal;
}

 dl dt, dl dd {
     font-size: 0.875em;
     line-height: 1.50em;
     color: #000;
     font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-style: normal;
}
 dl dd {
     font-weight 400;
}
 .contentcontainer ul li{
     font-size: 0.875em;
     line-height: 1.50em;
     color: #000;
     font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 400;
     font-style: normal;
}
/*ul li a{
     color:#694E66;
     font-weight: bold;
}
 */
 .nav_columns{
     border-bottom: 3px solid #FFDF5D;
}
 .logotextheader{
     font-size:30px;
     font-weight:normal;
     margin-bottom: 0.6em;
}
 .button{
     background-color:#ffdf5d;
}
 .imagebox-headerbox .button{
     background-color: #500000;
     color: white;
}
 .imagebox-headerbox .button:hover{
     background-color: #500000;
     color: white;
}
 a.button{
     color:#222;
     text-decoration: none;
}
 a.button:hover, a.button:focus{
     background-color:#ffc222;
     color: #222;
}
 .nav_row {
     background-color:#EEEEEE;
}
 .pad-left-zero{
     padding-left:0px;
}
 .padleftright{
     padding-left:0px;
     padding-right:0px;
}
 .align-center{
     text-align:center;
}
 .content{
    /*border-bottom:1px solid #706F6F;
    */
     margin-top:30px;
    /* padding-bottom: 25px;
    */
}
.logotext-anchor{
display: inline-block;
height: 57px;
background: transparent url('../images/TAMLogoBox.png') 0 0 no-repeat;
}
.logotext-itaccessibility{
margin-left: 75px;
display: inline-block;
height: 57px;
padding: .25em 0 0;
}

.tagline{
    font-size:14px;
    font-weight: 700;
    color: #500000;
}
.logotext .tagline{
  font-style: italic;
}
 .fireeyes{
    /* background-image:linear-gradient(to right, #D4CDD4, #FAF9F9);
    */
    /*height:253px;
     */
     background-color: #500000;
     min-height: 251px;
}
 .fireeyes p{
     text-align: center;
     color: white;
}
 .fireeyes a{
     text-align: center;
     color: white;
     display: block;
}
.fireeyes a:hover{
    color: white;
}
 .fire-eyes{
    /*position: absolute;
     top:25px;
     left:55px;
     padding:30px 0px 25px 40px;
     */
     height:160px;
     width: 255px;
     margin: 0 auto;
     display: block;
}

.spotlight .h2,
.spotlight h2 {
  font-size: 1.45em;
  font-weight: 700;
  font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px; /* Modified 20170608-cws */
}
 img.screenshot {
     margin-bottom: 1.5em;
}
/* Removed 20170801-cws
 @media(min-width:1027px) and (max-width:1054px){
  .fireeyes p{
    padding-bottom:20px;
  }
}
*/
 .roles{
     margin-top:30px;
}
 .roles img{
     margin-left:36%;
}
 .roles h2 {
     padding-bottom: 25px;
     text-align: center;
}
 .roles a {
     display: block;
     text-decoration: none;
     font-size: 1.3em;
     font-family: "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 500;
     color: #706F6F;
     margin-bottom: 35px;
     line-height: 1.4;
     text-align: center;
     padding-top: 70px;
}
 .border{
     border-right:1px solid #706F6F;
}
 @media(max-width:1026px){
     .border{
         border-right:none;
         border-bottom:1px solid black;
    }
     .roles img{
         padding-top:20px;
    }
     .contacts{
         padding:20px 20px 20px 30px !important;
         border-left: none !important;
    }
     .roles{
         border-bottom: 5px solid #706F6F;
    }
}
 .contacts{
     border-left:1px solid #706F6F;
    /*padding-bottom: 90px;
    */
}
/* .contacts a{
     color: #333333;
     font-size: 0.875em;
     line-height: 1.5em;
}
 */
 @media(max-width:468px){
    /*.fireeyes img{
         width:100%;
    }
     */
}
 .final-page-content{
     margin-top:30px;
}
 .final-page-content .large-8 ul, .final-page-content .large-8 ol{
     padding-left: 1em;
}
 th, td{
     border: 1px solid #666666;
}
/* Add more 20170727-cws */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td,
table tbody tr td {
  font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  vertical-align: top;
}
/* Add more 20170727-cws */
table thead tr th,
table tfoot tr th {
  text-align: center;
}
 .final-page-content table{
     border-collapse: collapse;
}
 .dynamic-box {
     margin-top:40px;
     background-color: #500000;
     padding:5px;
     margin-bottom:20px;
}
 @media(min-width:768px) and (max-width:1026px){
     .dynamic-box{
         width:80%;
    }
}
 .dynamic-box h2{
     padding:20px 20px 5px 20px;
     color: white;
}
 .dynamic-box p{
     padding:0px 10px 10px 20px;
     font-size:14px;
     color: yellow;
}
 .triangle-topleft {
     width: 0;
     height: 0;
     border-top: 45px solid #ffdf5d;
     border-right: 45px solid transparent;
     position: absolute;
     top:40px;
     left:15px;
}
 .star-five {
     margin: 50px 0;
     position: relative;
     display: block;
     color: red;
     width: 0px;
     height: 0px;
     border-right: 100px solid transparent;
     border-bottom: 70px solid red;
     border-left: 100px solid transparent;
     -moz-transform: rotate(35deg);
     -webkit-transform: rotate(35deg);
     -ms-transform: rotate(35deg);
     -o-transform: rotate(35deg);
}
 .star-five:before {
     border-bottom: 80px solid red;
     border-left: 30px solid transparent;
     border-right: 30px solid transparent;
     position: absolute;
     height: 0;
     width: 0;
     top: -45px;
     left: -65px;
     display: block;
     content: '';
     -webkit-transform: rotate(-35deg);
     -moz-transform: rotate(-35deg);
     -ms-transform: rotate(-35deg);
     -o-transform: rotate(-35deg);
}
 .star-five:after {
     position: absolute;
     display: block;
     color: red;
     top: 3px;
     left: -105px;
     width: 0px;
     height: 0px;
     border-right: 100px solid transparent;
     border-bottom: 70px solid red;
     border-left: 100px solid transparent;
     -webkit-transform: rotate(-70deg);
     -moz-transform: rotate(-70deg);
     -ms-transform: rotate(-70deg);
     -o-transform: rotate(-70deg);
     content: '';
}
 .rating {
     unicode-bidi: bidi-override;
     direction: rtl;
     color:black;
     position: absolute;
     left:22px;
     top:46px;
     background-color:#ffdf5d;
}
 .sidebar{
     margin-left:0px;
}
 .sidebar li a{
     color: #694E66;
    /*font-family: "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
     */
     font-size: 1.15em;
     font-weight: 700;
     text-decoration: none;
     display: block;
}
 .sidebar li{
     list-style-type: none;
     padding:10px 0px 10px 10px;
     border-bottom:1px solid black;
    /*background-image:linear-gradient(to right, #D4CDD4, #FAF9F9);
     */
}
 .accordion-custom{
     border-left:1px solid black;
}
 @media(max-width:1026px){
     .accordion-custom{
         border-left:none;
    }
}
 .faq{
     margin-top:30px;
}
/* .faq h2{
     color:black;
     font-weight: bold;
}
 */
/* .accordion-custom h3{
     padding: 30px 0px 10px 0px;
     border-bottom:1px solid black;
}
 */
 .accordion-custom h2{
    /*margin-bottom: 0px;
     */
     margin-top: 1.5em;
}
 .accordion dd > a{
     color: #694E66;
     background-color: #FFFFFF;
     font-family: "Open Sans", "MuseoSans-500", Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 0.875em;
     font-weight: 400;
     border-bottom:1px solid black;
     */
     padding:7px 0px 7px 0px;
     text-decoration: none;
}
 .accordion dd.active a{
     background-color:white;
     color: #694e66;
}
 .noborder{
     border-bottom:0px;
}
 .accordion{
     margin-top:0px;
}
 .accordion .content{
     padding:0px;
     margin-top:20px;
}
 .accessibility-standards {
     margin-top: 30px;
}
 #toc {
     margin-top: 0 !important;
    /* override jquery.tocify.css:8 */
}
 .web-standards{
    /*margin-top: 20px;
     */
     background-image:linear-gradient(to right, #D4CDD4, #FAF9F9);
     padding: 1em 1.5em;
     margin-bottom: 20px;
}
/* .web-standards h1{
     padding:10px 0px 10px 10px;
}
 .web-standards p{
     padding:10px 0px 10px 10px;
}
 */
/*.trytoc{
     position:fixed !important;
}
 */
 .tocify-header li a{
     color:#222;
     text-decoration: none;
     font-weight: bold;
     font-size:1.15em;
}
/* .Operable h2{
     color:#500000;
     font-weight: bold;
}
 .Understandable h2{
     color:#500000;
     font-weight: bold;
}
 .Robust h2{
     color:#500000;
     font-weight: bold;
}
 .Perceivable h2{
     color:#500000;
     font-weight: bold;
}
 */
 .standard-content{
     border-left:1px solid black;
     padding-left:40px;
}
 .standard-content ul, .standard-content ol {
     padding-left: 1em;
}
 @media(max-width:1026px){
     .standard-content{
         border-left:none;
    }
}
 @media(max-width:1026px){
     .hide-for-small{
         display:none !important;
    }
     .show-for-small{
         display:block !important;
    }
}
 .dev{
     background-image: url('../images/developer.png');
     background-position: top center;
     background-repeat: no-repeat;
     height:105px;
}
 .designer{
     background-image: url('../images/designer.png');
     background-position: top center;
     background-repeat: no-repeat;
     height:105px;
}
 .contributor{
     background-image: url('../images/contributor.png');
     background-position: top center;
     background-repeat: no-repeat;
     height:105px;
}
 @media(max-width:1026px){
     .designer{
         margin-top:20px 
    }
     .contributor{
         margin-top:20px 
    }
}
 .top-bar-section ul li > a{
     padding: 12px 0 12px 15px;
}

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}



 .top-bar.expanded{
     background-color:white !important;
}

.imagebox-header {
 line-height:1.5;   
    
}
 .reasons p{
     line-height: 1.5;
     text-align: center;
     font-size:20px;
}
 @media(max-width:1026px){
     .reasons p{
         padding-bottom:20px;
    }
}
 .reasons{
     margin-bottom:20px;
}
 .spaceup{
     padding-top:15px;
}
 .Perceivable{
     border-bottom: 1px solid black;
     margin-bottom:15px;
}
 .Operable{
     border-bottom: 1px solid black;
     margin-bottom:15px;
}
 .Understandable{
     border-bottom: 1px solid black;
     margin-bottom:15px;
}
 .Robust{
     border-bottom: 1px solid black;
     margin-bottom:15px;
}
 .one{
     background-image: url('../images/1-09.svg');
     background-position: center;
     background-repeat: no-repeat;
     height:22px;
     padding-bottom:15px;
}
 .two{
     background-image: url('../images/2-10.svg');
     background-position: center;
     background-repeat: no-repeat;
     height:22px;
     padding-bottom:15px;
}
 .three{
     background-image: url('../images/3-11.svg');
     background-position: center;
     background-repeat: no-repeat;
     height:22px;
     padding-bottom:15px;
}
 #tips, #tips li{
}
 #tips{
     list-style-type: none;
}
 #tips li{
     display:none;
     color: white;
    /* hide the items at first only */
}
#tips li:first-child {
    display:list-item;
}
 @media (min-width:940px) and (max-width:1026px){
     .top-bar{
         height:0px !important;
    }
}
 .back{
     background-color: #eeeeee;
}
 .top-bar-section .dropdown li.title h5 a{
     color: #222222;
}
.top-bar-section .dropdown li.title p {
        margin-bottom: 0; }

.top-bar-section .dropdown li.title p a {
          color: white;
          line-height: 22.5px;
          display: block; 
}
          
 .dropdown li{
     border-bottom:1px solid #676868;
}
 @media (max-width:941px){
     .pad-right-zero{
         padding-right:0px;
    }
}
 .back-to-top{
     margin-bottom: 25px;
     font-size:14px;
     text-decoration: underline;
}
 .title-area{
     margin-left:0px;
}
 table{
     table-layout:fixed;
     width:100%;
}
 table a{
     word-wrap: break-word;
}
 .footerlinksbox a, .logotextfooter a {
     text-decoration: none;
}
 .footerlinksbox a:hover, .logotextfooter a:hover {
     text-decoration: underline;
     color: #000;
}
/****** Focus for Top Navigation Bar ******/
 .top-bar-section ul li > a:focus {
     color: #590000;
     background: #ccc;
}
 .top-bar-section li a:not(.button):focus {
     color:#ffffff;
     background: #2B2B2B;
}
 .top-bar-section ul li.menu-search > a:focus {
     color:#590000;
     background:#ffdf5d !important;
}
 .top-bar-section .dropdown li > a:focus {
     color:#590000;
     background:#cccccc;
}
/****** Skip link (builds on it.css 135) ******/
 #skip a {
     top: -50px !important;
     left: 60px;
     right: auto !important;
     padding: 0.5rem 0.75rem;
     z-index: 101;
     color: #FFF !important;
     font-size: 1rem !important;
     width: auto !important;
     height: auto !important;
     -webkit-transition: top .3s ease-out;
     transition: top .3s ease-out;
     overflow: visible !important;
}
 #skip a:focus, #skip a:active {
     top: -3px !important;
     color: #000 !important;
     -webkit-transition: top .15s ease-in;
     transition: top .15s ease-in;
}
 .top-bar ul.left > li.has-dropdown > .dropdown.show-menu, .top-bar ul.left > li.has-dropdown:focus > .dropdown.show-menu{
     display: block;
     visibility: visible;
}
 #main-content {
     outline: 0;
    /* -Removes outline from #main-content div -The outline occurs because #main-content is made a focusable element with tabindex=-1 -Assigning a tabindex is necessary for the skip nav link to work in webkit browsers */
}
 footer {
     background-color: #500000;
     padding: 1.5rem 0 1.25rem;
}
/* line 236, ../scss/it.scss */
 footer a {
     color: #FFFFFF;
}
/* line 239, ../scss/it.scss */
footer a:hover, footer a:focus{
  color: #FFFFFF;
  text-decoration: underline;
}
/* line 245, ../scss/it.scss */
 footer p {
     margin: 10px 0 12px;
}
/* line 249, ../scss/it.scss */
 footer .logotext {
     font-size: 0.8571rem;
     margin-bottom: 0;
     color: #ffffff;
}
/* line 253, ../scss/it.scss */
 footer .logotext a {
     color: #ffffff;
     background-position: 0px;
     width: 155px;
     height: 50px;
     background-image: url(../images/TAM-PrimaryMarkB-white.png);
     display: block;
     text-indent: -9999px;
     margin: 0 auto;
}
 @media only screen and (min-width: 40.071em) {
    /* line 253, ../scss/it.scss */
     footer .logotext a {
         margin: 0;
    }
}
 @media only screen and (min-width: 40.071em) {
    /* line 268, ../scss/it.scss */
     .side-border {
         border-left: 1px solid #FFFFFF;
         border-right: 1px solid #FFFFFF;
    }
}
/* line 275, ../scss/it.scss */
 .footer-list {
     margin: 10px 0 12px 45px;
}
 .top-bar-section ul li a:hover{
     background-color:#2b2b2b !important;
     color:white;
}
/* line 278, ../scss/it.scss */
 .footer-list li {
     margin: 0 auto;
     float: none;
}
 @media only screen and (min-width: 40.071em) {
    /* line 278, ../scss/it.scss */
     .footer-list li {
         margin-left:18px ;
         float: left;
    }
}
/* line 287, ../scss/it.scss */
 .footer-list li a {
     padding: 0.35714rem 0;
     font-size:14px;
}
 @media only screen and (min-width: 40.071em) {
    /* line 287, ../scss/it.scss */
     .footer-list li a {
         padding: 0;
    }
}
 @media (max-width:640px){
     .top-bar-section ul li > a {
         background: none repeat scroll 0 0 #333333;
    }
     .top-bar-section ul li > a{
         color:white;
    }
     .content{
         margin-top: 0px;
    }
}
 #subfooter {
     background: #efefef;
     padding-top: 10px;
     padding-bottom: 25px;
     margin-top: 30px;
}
 @media only screen and (min-width: 40.071em) {
    /* line 1, ../scss/partials/_subfooter.scss */
     #subfooter {
         padding-top: 50px;
    }
}
/* line 11, ../scss/partials/_subfooter.scss */
 #subfooter a:not(.button) {
     font-size: 0.94857rem;
     color: #57403a;
}
 @media medium-up {
    /* line 11, ../scss/partials/_subfooter.scss */
     #subfooter a:not(.button) {
         font-size: 1.14286rem;
    }
}
/* line 20, ../scss/partials/_subfooter.scss */
 #subfooter a.button {
     margin: 0.4rem 0;
     color: #222222; /* Changed 20170801-cws #57403a; */     
     font-weight: normal;
}
 @media only screen and (min-width: 40.071em) {
    /* line 20, ../scss/partials/_subfooter.scss */
     #subfooter a.button {
         margin-bottom: 0.5rem;
    }
}
/* line 30, ../scss/partials/_subfooter.scss */
 #subfooter .social-icons {
     text-align: center;
}
/* line 33, ../scss/partials/_subfooter.scss */
 #subfooter .social-icons a {
     font-size: 1.4rem;
     padding: 0 0.5rem;
}
/* line 39, ../scss/partials/_subfooter.scss */
 #subfooter .subfooter-list-heading {
     color: #500000;
     font-size: 1.14286rem;
     display: block;
     padding: 5px;
}
 @media only screen and (min-width: 40.071em) {
    /* line 39, ../scss/partials/_subfooter.scss */
     #subfooter .subfooter-list-heading {
         border-bottom: 1px solid #cccccc;
         font-size: 1.14286rem;
    }
}
/* line 53, ../scss/partials/_subfooter.scss */
 #subfooter .subfooter-list {
     margin-bottom: 0;
}
/* line 56, ../scss/partials/_subfooter.scss */
 #subfooter .subfooter-list > li {
     position: relative;
     padding: 10px 0 5px;
     border-bottom: 1px solid #cccccc;
}
 @media only screen and (min-width: 40.071em) {
    /* line 56, ../scss/partials/_subfooter.scss */
     #subfooter .subfooter-list > li {
         border: none;
         padding: inherit;
         padding-bottom: 15px;
    }
}
/* line 74, ../scss/partials/_subfooter.scss */
 .submenu-trigger {
     position: absolute;
     top: 0px;
     padding: 20px 5px 0;
     width: 100%;
     text-align: right;
}
/* line 81, ../scss/partials/_subfooter.scss */
 .submenu-trigger .rot-180:before {
     content: "\e617";
}
 @media only screen and (min-width: 40.071em) {
    /* line 74, ../scss/partials/_subfooter.scss */
     .submenu-trigger {
         display: none;
    }
}
/* line 90, ../scss/partials/_subfooter.scss */
 .submenu {
     height: 0;
     overflow: hidden;
}
 @media only screen and (min-width: 40.071em) {
    /* line 90, ../scss/partials/_subfooter.scss */
     .submenu {
         height: auto;
    }
}
/* line 97, ../scss/partials/_subfooter.scss */
 .submenu .submenu-list {
     margin-left: 0;
}
/* line 100, ../scss/partials/_subfooter.scss */
 .submenu .submenu-list li {
     border-bottom: 1px solid #cccccc;
}
/* line 103, ../scss/partials/_subfooter.scss */
 .submenu .submenu-list li:last-child {
     border-bottom: none;
}
 @media only screen and (min-width: 40.071em) {
    /* line 100, ../scss/partials/_subfooter.scss */
     .submenu .submenu-list li {
         border-bottom: none;
    }
}
/* line 110, ../scss/partials/_subfooter.scss */
 .submenu .submenu-list li a {
     padding: 10px 0 10px 15px;
     width: 100%;
     display: block;
}
/* line 115, ../scss/partials/_subfooter.scss */
 .submenu .submenu-list li a:hover {
     background: #e2e2e2;
}
 @media only screen and (min-width: 40.071em) {
    /* line 110, ../scss/partials/_subfooter.scss */
     .submenu .submenu-list li a {
         padding: 5px;
         width: auto;
    }
}
/* line 127, ../scss/partials/_subfooter.scss */
 .open {
     height: auto;
     background: #e7e7e7;
}
 .tamuit {
     text-align: center;
}
 @media only screen and (min-width: 40.071em) {
    /* line 470, ../scss/partials/_level1.scss */
     .tamuit {
         text-align: right;
    }
}
 .white-button {
     background: white;
     color: #333333;
     font-weight: bold;
}
/* line 72, ../scss/partials/_backgrounds.scss */
 .white-button:hover, .white-button:focus {
     color: #333333;
     background-color: white;
}
 .gray-shadow {
     -webkit-box-shadow: 2px 2px 3px 0 rgba(204, 204, 204, 0.8);
     box-shadow: 2px 2px 3px 0 rgba(204, 204, 204, 0.8);
}
 .text-center{
     text-align: center !important;
}
/* line 2, ../scss/partials/_masthead.scss */
 header.masthead-header {
     padding: 1rem 0;
}
/* line 8, ../scss/partials/_masthead.scss */
 .row.collapse > .columns.smaller-columns {
     padding-left: 0.5rem;
     padding-right: 0.5rem;
}
/* line 12, ../scss/partials/_masthead.scss */
 .row.collapse > .columns.smaller-columns:last-child {
     padding-right: 0;
}
/* line 16, ../scss/partials/_masthead.scss */
 .row.collapse > .columns.smaller-columns:first-child {
     padding-left: 0;
}
/* line 21, ../scss/partials/_masthead.scss */
 .search {
     padding-top: 1rem;
}
 @media only screen and (min-width: 40.071em) {
    /* line 21, ../scss/partials/_masthead.scss */
     .search {
         padding-top: 0;
    }
}
/* line 31, ../scss/partials/_masthead.scss */
 .search-form input[type="text"] {
     box-shadow: none;
     font-size: 12px;
     border: 2px solid #cccccc;
     border-right: 0;
}
/* line 37, ../scss/partials/_masthead.scss */
 .search-form input[type="text"]:focus {
     background: #FFFFFF;
     border-color: #999999;
}
/* line 43, ../scss/partials/_masthead.scss */
 .search-form .button {
     border: 2px solid #cccccc;
     border-left: 0;
     transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 48, ../scss/partials/_masthead.scss */
 .search-form .button.focused {
     border-color: #999999;
     background: #FFFFFF;
}
/* line 57, ../scss/partials/_masthead.scss */
 .tamu_icon {
     float: left;
    /* a {
         width:60px;
         height:60px;
         // needs latest Compass, add '@import "compass"' to your scss background-color: #500000;
         // Old browsers @include filter-gradient(#500000, #7c001b, horizontal);
         // IE6-9 fallback on horizontal gradient @include background-image(linear-gradient(left bottom, #500000 0%,#6b0217 63%,#7c001b 100%));
         display: block;
         padding:10px 5px;
    }
     */
}
/* line 73, ../scss/partials/_masthead.scss */
 .site-title {
     float: left;
     width: 74%;
     padding-left: 20px;
}
/* line 78, ../scss/partials/_masthead.scss */
 .logotext {
     font-family: Frutiger, 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: #000;
}
/* line 82, ../scss/partials/_masthead.scss */
 .logotext a {
     color: #500000;
     text-decoration: none;
}
/* line 87, ../scss/partials/_masthead.scss */
 header .logotext {
     font-size: 1.2rem;
     
}
/* line 91, ../scss/partials/_masthead.scss */
 .button.gethelp-button {
     background: #ffc222;
     color: #333333;
     position: relative;
     font-weight: bold;
     font-size: 1.5rem;
     text-align: center;
}
 @media only screen and (min-width: 40.071em) {
    /* line 91, ../scss/partials/_masthead.scss */
     .button.gethelp-button {
         padding-right: 99px;
         padding-left: 10%;
    }
}
 @media screen and (min-width: 642px) and (max-width: 767px) {
    /* line 91, ../scss/partials/_masthead.scss */
     .button.gethelp-button {
         padding-right: 86px;
         padding-left: 10%;
    }
}
 @media only screen and (min-width: 40.071em) {
    /* line 109, ../scss/partials/_masthead.scss */
     .button.gethelp-button:before {
         padding: 2px 15px;
         background: #ffdf5d;
         content: "Get Help";
         color: #333333;
         position: absolute;
         right: 0;
         font-size: 13px;
         text-align: center;
         font-weight: 700;
    }
}
 @media screen and (min-width: 642px) and (max-width: 767px) {
    /* line 109, ../scss/partials/_masthead.scss */
     .button.gethelp-button:before {
         content: "Help";
         padding: 2px 15px;
    }
}
 @media only screen and (min-width: 64.071em) {
    /* line 109, ../scss/partials/_masthead.scss */
     .button.gethelp-button:before {
         padding: 2px 11px;
    }
}
/* line 133, ../scss/partials/_masthead.scss */
 .button.gethelp-button:after {
     position: absolute;
     right: 70px;
     content: " ";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 5px 0 5px 8px;
     border-color: transparent transparent transparent #ffc222;
     top: 13px;
}
 @media only screen and (min-width: 40.071em) {
    /* line 133, ../scss/partials/_masthead.scss */
     .button.gethelp-button:after {
         right: 85px;
    }
}
 @media screen and (min-width: 642px) and (max-width: 767px) {
    /* line 133, ../scss/partials/_masthead.scss */
     .button.gethelp-button:after {
         right: 57px;
    }
}
 @media only screen and (min-width: 64.071em) {
    /* line 133, ../scss/partials/_masthead.scss */
     .button.gethelp-button:after {
         right: 70px;
    }
}
/* line 159, ../scss/partials/_masthead.scss */
 .button.gethelp-button:hover, .button.gethelp-button:focus {
     color: #333333;
     background-color: #ffc222;
}
/* line 163, ../scss/partials/_masthead.scss */
 .button.gethelp-button:hover:before, .button.gethelp-button:focus:before {
     background: #cccccc;
}
/* line 1, ../scss/partials/_mobile-menu.scss */
 .mobile-menu {
     height: 0;
     margin-top: -20px;
     visibility:hidden;
}

.mobile-menu.expanded {
    visibility:visible;
}
/* line 6, ../scss/partials/_mobile-menu.scss */
 .menu-icon-link {
     border-bottom: 1px solid #333333;
     position: relative;
}
/* line 10, ../scss/partials/_mobile-menu.scss */
 .menu-icon-link a {
     background-color: #444444 !important;
}
/* line 14, ../scss/partials/_mobile-menu.scss */
 .menu-icon-link [class*="icon-"] {
     padding-right: 37px;
}
/* line 17, ../scss/partials/_mobile-menu.scss */
 .menu-icon-link [class*="icon-"]:before {
     position: absolute;
     top: 15px;
}
/* line 24, ../scss/partials/_mobile-menu.scss */
 .button.mobile-menu-toggle {
     background-color: #444444;
     *zoom: 1;
     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF444444', endColorstr='#FF333333');
     background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #515151), color-stop(73%, #444444), color-stop(100%, #333333));
     background-image: -webkit-linear-gradient(top, #515151 0%, #444444 73%, #333333 100%);
     background-image: -moz-linear-gradient(top, #515151 0%, #444444 73%, #333333 100%);
     background-image: -o-linear-gradient(top, #515151 0%, #444444 73%, #333333 100%);
     background-image: linear-gradient(top, #515151 0%, #444444 73%, #333333 100%);
     text-transform: uppercase;
     color: #FFFFFF;
     font-family: "Oswald Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 1.1rem;
     font-weight: bold;
     padding-top: 2px;
}
.button.mobile-menu-toggle:hover,
.button.mobile-menu-toggle:focus{
    color:#FFFFFF;
    background:#333;
}
/* line 37, ../scss/partials/_mobile-menu.scss */
 .back a {
     background: #444444;
     font-size: 0.8rem;
}
/* line 41, ../scss/partials/_mobile-menu.scss */
 .back a:hover {
     background: #333333;
}
/* line 47, ../scss/partials/_mobile-menu.scss */
 .top-bar-section .dropdown li.parent-link a {
     text-transform: uppercase;
     border-bottom: 1px solid #555;
     text-shadow: 1px 1px 0 #ffc222, -1px -1px 0 rgba(255, 194, 34, 0.24);
     background: #ffdf5d;
     font-weight: 600;
     letter-spacing: 1px;
     color: #58595b;
}
/* line 56, ../scss/partials/_mobile-menu.scss */
 .top-bar-section .dropdown li.parent-link a:hover {
     text-shadow: none;
}
 .icon-search:before {
     content: "\e60d";
}
 [class^="icon-"], [class*=" icon-"] {
     font-family: "it-icons";
     font-style: normal;
     font-variant: normal;
     font-weight: normal;
     line-height: 1;
     text-transform: none;
}
 .icon-angle-down:before {
     content: "\e618";
}
 input.button, button.button{
     padding-bottom:0px;
     padding-top:0px;
}
 .top-bar-section ul li a:hover{
     background-color:#2b2b2b !important;
     color:white;
}
 .dropdown ul li a:hover{
     color:#2b2b2b !important;
     background-color: #590000 !important;
}
 .top-bar-section ul li > a {
     color:#22201E;
     font-weight:normal;
     background:#eeeeee;
}
 .icon-how-to-docs:before {
     content: "\e608";
}
 .icon-request-service:before {
     content: "\e60c";
}
 @media (max-width:640px){
     .top-bar-section ul li > a {
         background: none repeat scroll 0 0 #333333;
    }
     .top-bar-section ul li > a{
         color:white;
    }
     .top-bar-section .has-dropdown > a::after {
         -moz-border-bottom-colors: none;
         -moz-border-left-colors: none;
         -moz-border-right-colors: none;
         -moz-border-top-colors: none;
         border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
         border-image: none;
         border-style: inset inset inset solid;
         border-width: 5px;
         content: "";
         display: block;
         height: 0;
         margin-right: 15px;
         margin-top: -4.5px;
         position: absolute;
         right: 0;
         top: 50%;
         width: 0;
    }
     .footer-list{
         margin: 10px 0 12px;
    }
}
 .side-col-block:before {
     content: "\e601";
     font-family: "it-icons";
     font-size: 2rem;
     display: block;
     color: #cacaca;
     width: 30px;
     right: 5px;
     position: absolute;
}
 .side-col{
     padding:30px;
}
 .head{
     color: #500000;
     font-weight: bold;
     font-size: 18px;
}
 .head:hover{
     color: #500000;
     font-weight: bold;
}
 .head:focus{
     color: #500000;
     font-weight: bold;
}
 .side-col-block p{
     padding-right: 25px;
     padding-left: 25px;
}
 .icon-exclamation:before {
     content: "\e619";
}
 .icon-services-grid:before {
     content: "\e60e";
}
 .side-col-block .icon-exclamation::before{
     padding-right:10px;
     font-size: 20px;
}
 .side-col-block .icon-services-grid::before{
     padding-right:10px;
     font-size: 20px;
}
 .side-col-block .icon-exclamation::before, .side-col-block .icon-services-grid::before{
     color: #CACACA;
}
 .icon-facebook:before {
     content: "\e606";
}
 .icon-instagram:before {
     content: "\e609";
}
 .icon-pinterest:before {
     content: "\e60b";
}
 .icon-twitter:before {
     content: "\e60f";
}
 .gray-shadow {
     box-shadow: 2px 2px 3px 0 rgba(204, 204, 204, 0.8);
}
 .md-icon {
     font-size: 20px;
}
 .new-format h2{
     margin-bottom: 15px !important;
}
/* Added 20170608-cws */
i.arrow-right {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: .25em;
  margin-top: .33em;
  margin-left: 1em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.opaqueimg {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
/* Added 20170801-cws */
input[type="text"]:focus{
    outline: #4D90FE auto 5px;
}

/**
 * TAMU Technology Services - Service/Other Unit Identity
 * Added 20220902-cws
 */

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-column {
  flex-direction: column !important;
}

/* Light background */
.itaccessibility-lockup-wrapper-light {
  /* Remove the comments if you need the padding-top and padding-bottom. */
  /* padding-top: 1em; */
  /* padding-bottom: 1em; */
  font-size: 16px;
  color: #212529;
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}
.itaccessibility-lockup-wrapper-light .brand-lockup {
  display: inline-block;
  padding-left: 4.5em;
  text-decoration: none;
  line-height: normal;
  color: #212529;
  background-color: #fff;
  background-image: url("https://it.tamu.edu/assets/img/TAM_Logo_box.png");
  background-image: url("https://it.tamu.edu/assets/img/TAM_Logo_box.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 4.5em 4.5em;
}
.itaccessibility-lockup-wrapper-light .brand-lockup .vert-lockup {
  padding: 0.5em;
}
.itaccessibility-lockup-wrapper-light .brand-lockup .vert-lockup .service-lockup {
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.03125em;
}
.itaccessibility-lockup-wrapper-light .brand-lockup .vert-lockup .dept-lockup {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}
