@media only screen and (max-width: 960px) {
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none !important;
  }
  .datepicker-panel > ul > li {
    float: left !important;
  }
  html, body, #container, #navBar, header img {
    width: 100%;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  #navBar {
    display: none;
  }
  header {
    padding: 0 0 12px;
  } 
  
  header img {  max-width: 300px; max-height:50px; margin-left: 5px; margin-top: 10px; margin-right: 10px; margin-bottom: 15px;}
  /* header .logo-img {  max-width: 470px;  margin-left: 5px; margin-top: 10px; margin-right: 10px; margin-bottom: 25px;} */
  
  h1 {
    margin-bottom: 0;
    margin-top:  3px;
  }
  .pageTitle.mobile {
    display: block;
  }
  #container .pageTitle.mobile > span {
    color: #942223;
  }
  .warningMsg {
    width: 100%;
    border:none;
  }
  .title.mobileButton {
    display: block;
    visibility:  visible;
  }
  .hide {
    display: none;
  }
  #container {
    padding: 20px 15px;
  }
  header #logo-container {
    width: 100%;
    margin-top: -10px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
  }
  header #logo-container .icon {
    display: block !important;
  }
  header .sitelogo {
    width: 85%;
  }
  header .sitelogo h1 {
    margin-bottom: 20px;
    width: 95%;
  }
  header .icon .menu-icon {
    width: 34px;
    height: 30px;
    display: block;
  }
  header .icon span {
    font-size: 14px !important;
  }
  header .icon .menu-icon img {
    max-width: 33px;
    margin-left: 0;
    margin-top: 0;
  }
 /*  header h1 img {
    margin-left: 5px;
    max-width: 350px;
    margin-top: 10px;
  } */
  .menuHamburger {
    display: block;
    padding: 1px 6px 10px;
    margin-left: -8px;
    margin-top: 0px;
    margin-left: -8px;
    background: none;
    border: 2px solid white;
    outline: 0;
  }
  .menuHamburger:focus {
    border: 2px dotted black;
    outline: 0;
  }
  .footer {
    padding: 25px;
  }
  #footerLeft, 
  #footerRight, 
  #footerContentWrapper {
    width: 100%;
    float: none;
  }
  #footerRight {
    margin-top: 20px;
  }
  #footerRight p {
    padding-left: 0; 
    border-left: none;
  }
  #footerLeft ul li {
    float: none;
    margin-bottom: 20px;
  }
  #footerLeft ul li a {
    border-right: none;
  }
  #verisign {
    float: left;
    margin: 20px 0 30px 0;
  }

  /* Home Page */
  .bxslider, 
  .bx-wrapper {
    display: none;
  }
  .bxslider, .bxslider li {
    width: 100% !important;
  }
  .bxslider li div {
    margin: 20px !important;
    width:80% !important;
  }
  .pageContent {
    margin-bottom: 40px;
  }
  .pageContent .fullWidth {
    margin-top: 25px;
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -ms-flex-wrap:  wrap;
        flex-wrap:  wrap;
    -webkit-box-pack:  justify;
        -ms-flex-pack:  justify;
            justify-content:  space-between;
  }
  .pageContent .fullWidth .wd25 .caps {
    text-align: right;
  }
  .pageContent .fullWidth > div {
    margin: 0;
    min-height: 0;
    width: calc(50% - 10px);
  }
  .mobileBanner {
    display: block;
  }
  .labelBox {
    padding: 10px 10px 15px 3px;
  }
  .labelBox:focus {
    border: 2px dotted black;
  }
  .mobileBanner .collapsibleContent {
    width: 100%;
    display: none;
    float: none;
    padding: 20px 30px 30px 20px;
    opacity: 0;
    height:  auto;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
  .mobileBanner .collapsibleContent .clear,
  .fullWidth .clear {
    display: none;
  }
  .pageContent .fullWidth > .wd25 {
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:  vertical;
    -webkit-box-direction:  normal;
        -ms-flex-direction:  column;
            flex-direction:  column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .alwaysOpenBanner h2,
  .mobileBanner .collapsibleContent h2 {
    font-size: 2.5em;
  }
  
  .alwaysOpenBanner h3,
  .mobileBanner .collapsibleContent h3 {
    font-size: 2.5em;
    color: #fff !important;
    min-height: 43px;
	height: auto;
	font-family: Calibri, Arial !important;
	font-weight: normal;
  }
  
  .alwaysOpenBanner p,
  .mobileBanner .collapsibleContent p {
    font-size: 1.65em;
    line-height: 1.35;
    margin-bottom:  20px;
  }
  #mobileAccordion {
    margin-top: 25px;
  }
  #mobileAccordion .collapsibleTab {
    display:  block;
    margin: 10px 0;
    cursor:  pointer;
  }
  #mobileAccordion .collapsibleTab:focus {
    border: 2px dotted black
  }
  .mobileBanner .collapsibleContent > div {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .alwaysOpenBanner {
    width: 100%;
    float: none;
    padding: 30px;
    height:  auto;
    opacity: 1;
    display: block;
  }
  .collapsibleContent.open {
    opacity: 1;
    display: block;
  }
  .alwaysOpenBanner span {
    border: 0;
    background:  none;
    padding: 0;
  }
  .collapsibleContent .secondaryActionButton,
  .alwaysOpenBanner span a {
    color:  #206085;
    border:none;
  }
  #container .labelBox span.heading {
    color: #aa5052;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 1.9em;
    line-height: 1;
  }
  #container .labelBox span:focus{ border: 2px dotted black;}
  .iconBox {
    border: solid #aa5052;
    border-width: 0 2px 2px 0;
    padding: 4px;
    float: left !important;
    margin-right: 20px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #mobileNavBar .iconBox.close:after {
    display: none;
  }
  .iconBox.up {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 5px;
  }


  /* Contact Us Page */
  .pageContent {
    margin-top: 0;
  }
  .pageContentLeftMenu {
    margin-top: 0;
    display: block;
  }
  .leftNav {
    position: sticky;
    top: 0;
    z-index: 1;
    min-width: 195px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #004873;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
    overflow: hidden;
    float:  none;
    display: none;
    margin-top: 0;
  }
  .rightContent {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    min-height:  0;
    margin-top: 10px;
  }
  .rightContent ul {
    margin-left: 10px;
  }

  .imgRow img {
    width: 100%;
  }
  .rightContent .secondaryActionButton {
    height: 44px !important;
    border: 0;
    border-radius: 4px;
    color: white;
    margin: 0 auto;
    background: #5a7bae;
    font-size: 12px;
    text-decoration:  none;
    padding: 10px 15px !important;
    width: 70%;
    -webkit-box-shadow: 0 3px 4px -2px black;
            box-shadow: 0 3px 4px -2px black;
  }
  .secondaryActionButton.redButton.ContactFormButton:focus {
    border: 2px dashed white;
  }
  #mobileSubNavWrap {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px -5px black;
            box-shadow: 0 2px 4px -5px black;
    margin-bottom: 12px;
  }
  .subNavTitleBtn {
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 1.4em;
    padding: 12px 0;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #004873;
  }
  .subNavTitleBtn:after {
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #fff;
    content: ' ';
    display: inline-block;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 4px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -ms-transform: rotate(45deg) translateY(-1px) translateX(0);
        transform: rotate(45deg) translateY(-1px) translateX(0);
    -webkit-transform: rotate(45deg) translateY(-1px) translateX(0);
    margin-left: 7px;
    margin-bottom: 2px;
  }
  .subNavTitleBtn.open {
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .subNavTitleBtn.open:after {
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #fff;
    -ms-transform: rotate(-135deg) translateY(-2px) translateX(-4px);
        transform: rotate(-135deg) translateY(-2px) translateX(-4px);
    -webkit-transform: rotate(-135deg) translateY(-2px) translateX(-4px);
  }
  input[type="radio"]:focus+label, 
  input[type="checkbox"]:focus+label { 
    border:none; 
  }

  .headingWithComment h1{
    font-size: 1.8em;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 600;
  }
  form legend{
    font-weight: normal !important;
    color: #000 !important;
  }

  .title{
    text-align: center;
  }
  .title h2{
    text-transform: capitalize;
    color: #004873;
    font-size: 1.9em;
  }
  .rightContent div:not(.headingWithComment) h1{
    display: none;
  }
  .rightContent .action{
    text-align: center;

  }
  .radioBtnWrap {
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    border: 1px solid #5B7BAE;
    padding: 8px 0 8px 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
  }
  .radioBtnWrap.special {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .radioBtnWrap > input {
    width: 18px !important;
    height: 18px;
  }
  fieldset[name='commentTo'] .radioBtnWrap:nth-child(1){
    margin-top: 10px;
  }

  .radioBtnWrap > input {
    width: 18px;
    height: 18px;
  }
  .subNavTitleBtn:focus {
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #fff;
    border: 2px dotted #004873;
    outline: 0;
  }

  /* Global Nav */
  .siteWrap,
  #container {
    position: relative;
    width: 100%;
  }

  .mobileMenuOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .main {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-box-shadow: 0 0 50px -20px black;
            box-shadow: 0 0 50px -20px black;
  }

  .main.open {
    -webkit-transform: translateX(265px);
        -ms-transform: translateX(265px);
            transform: translateX(265px);
  }

  #mobileNavBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height:  100vh;
    height: 100%;
    z-index: 9;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }

  #mobileNavBar.openShow {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex ; 
  }
  #mobileNavBar .leftSide {
    width:  270px;
    background: white;
    min-height: 100vh;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.47843137254901963);
            box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.47843137254901963);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #container.slideLeft, .footer.slideLeft{
    margin-left: 268px;
  }
  #mobileNavBar .leftSide::-webkit-scrollbar { 
    display: none; 
  }

  #mobileNavBar .rightSide {
    width: calc(100% - 270px);
  }
  #mobileNavBar:focus {
    outline: 0;
  }
  .closeMenuBtn {
    border: 0;
    width: 100%;
    height: 60px;
    background: white;
    border-bottom: 2px solid gray;
    text-align: left;
    padding-left: 31px;
    font-weight: 700;
  }
  .closeMenuBtn:before {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' width='512' height='512'%3E%3Cpath d='M121.3 34.6c-1.6-1.6-4.2-1.6-5.8 0l-51 51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8 0-1.6 1.6-1.6 4.2 0 5.8l53.9 53.9c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2.1-5.8z' fill='%23052525'/%3E%3C/svg%3E");
    background-size:  contain;
    background-repeat:  no-repeat;
    width: 20px;
    height: 22px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: -7px;
    margin-right: 5px;
    margin-left: -16px;
  }
  .closeMenuBtn:focus {
    border: 2px dotted black;
    outline: 0;
  }
  .menuBtn {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 39px;
    width: 66px;
    height: 51px;
  }

  #mobileNavBar .tabBox {
    -webkit-box-shadow: 0px 0px 22px -20px;
            box-shadow: 0px 0px 22px -20px;
    width: 100%;
  }

  #mobileNavBar .tabBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #mobileNavBar .hideSeekTab {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    width: 100%;
    background-color: white;
    text-align: center;
  }
  #mobileNavBar .hideSeekTab:focus {
    border: 2px dotted black;
  }

  #mobileNavBar .hideSeekTab-fake {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    width: 100%;
    background-color: white;
    text-align: center;
  }

  #mobileNavBar [id=buttonOn] > .labelBox,
  #mobileNavBar .labelBox.selected {
    background: #4a4a4a;
    color: white;
  }

  #mobileNavBar [id=buttonOn] > .labelBox:focus {
    border: 2px dotted white;
  }

  #mobileNavBar [id=buttonOn] > .labelBox .title {
    color: white;
  }

  #mobileNavBar .labelBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px 7px 2px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 0;
    font-size: initial;
  }
  #mobileNavBar .labelBox:focus {
    border: 2px dotted black;
  }
  
  

  #mobileNavBar .iconBox {
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg) scale(.5);
        -ms-transform: rotate(-45deg) scale(.5);
            transform: rotate(-45deg) scale(.5);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    border: 0;
    margin: 0;
    float:  none;
    padding: 0;
  }

  
  #mobileNavBar .iconBox:before,
  #mobileNavBar .iconBox:after {
    margin: auto;
    display: block;
    width: 22px;
    height: 2px;
    background: black;
    position: absolute;
    top: 20px;
  }

  #mobileNavBar .iconBox.close:before,
  #mobileNavBar .iconBox.close:after {
    background:white;
  }

  #mobileNavBar .iconBox:before {
    content: '';
    left: 9px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  #mobileNavBar  .iconBox:after {
    content: '';
    right: 9px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  #mobileNavBar.iconBox.close {
    -webkit-transform: rotate(0deg) scale(.5);
        -ms-transform: rotate(0deg) scale(.5);
            transform: rotate(0deg) scale(.5);
  }
  #mobileNavBar.iconBox.close:before,
  #mobileNavBar.iconBox.close:after {
    background: white;
  }

  #mobileNavBar .title {
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    width: calc(100% - 50px);
    padding: 15px 0 15px 15px;
    /* color: white; */
  }

  #mobileNavBar a.title {
    text-decoration: none;
    color: black;
    width: 100%;
  }

  #mobileNavBar #mobileNavBar .contents {
    font-weight: 200;
    color: #1d1d1b;
    background: white;
    display: none;
    padding: 0 16px;
    text-align: left;
    line-height: 1.5;
    opacity: 0;
    -webkit-transition: opacity .7s;
    -o-transition: opacity .7s;
    transition: opacity .7s;
  }

  #mobileNavBar .contents.open {
    opacity: 1;
    display: block;
  }

  #mobileNavBar .contents li {
    font-size: 12px;
    cursor: auto;
  }

  #mobileNavBar .contents a {
    display: inline-block;
    text-decoration: none;
    color: black;
    text-align: left;
    padding: 13px 14px;
    margin: 8px 8px 8px 16px;
    width: calc(100% - 24px);
  }

  #mobileNavBar .contents a:active {
    border: 1px dashed darkslategray;
  }

  form.twoColumn,
  #commonQuestion {
    max-width: 100%;
  }

  .processFormWrap {
    padding: 5px;
  }
  #commonQuestion {
    padding: 0;
  }
  .leftNav ul li a  img {
    display: none;
  }

  .rightContent form .radioBtnWrap label:not(.checkboxLabel) {
    margin-bottom: 15px !important;
  }
  .rightContent .checkboxLabel{
    margin-bottom: 0px !important;
  }
  .radioImage{
    margin-top: 0;
    margin-bottom: -7px;
  }
  #visitedReportStatus .reportStatus img{
    margin-bottom: 22px;
  }
  .birthdayFormLabel {
	width: 45%
  }
  .ssnFormLabel {
	width: 25%
  }

} /* end of max-width: 960px */
@media only screen and (max-width: 947px) {
  .requestDesktopButton{
    visibility: hidden;
    display: none !important;
  }
  .threeStepsWrap .requestButton{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 30px auto !important;
  }
  .birthdayFormLabel {
	width: 45%
  }
  .ssnFormLabel {
	width: 27%
  }
}

@media only screen and (max-width: 768px) {
  .alwaysOpenBanner {
    padding: 20px;
  }
  h2.pageTitle {
    font-size: 30px;
    text-align:  center;
  }
  .rightContent form .radioBtnWrap label:not(.checkboxLabel) {
    margin: 0 !important;
  }
  .rightContent form .radioBtnWrap.special label {
    font-size: 17px !important;
  }
 .radioBtnWrap:focus-within {
    border: 2px dotted #004873 !important;
  }
  div.radioBtnWrap:focus-within input {
    border-width: 6px;
  }  
  .radioBtnWrap input[type="radio"]{
    margin-bottom: 4px;
  }
  .radioImage img {
    width: 60%;
  }
  #modalPop{
    width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 100px !important;
    margin-left: 0 !important;
  }
  #modalPop #logoPopup{
    top: 100px !important;
  }
  #modalPop #logoPopup img{
    width: 100%;
    max-width: 420px;
  }
  #visitedReportStatus .blockWrapper{
    text-align: center;
  }
  .craFaultPage .logo, .craFaultPage h2{
    text-align: center;
  }
  #getNextReport #getModal{
    margin: 30px auto;
  }
  .proceedNextHeading{
    text-align: center;
  }
  .birthdayFormLabel {
	width: 52%
  }
  .ssnFormLabel {
	width: 42%
  }
}

@media only screen and (max-width: 520px) {
  a.desktopButton, input.desktopButton {
    visibility: hidden;
    display: none;
  }
  .mobileButton {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
  }
  .pageContent .fullWidth > .wd30 {
    margin-bottom:  36px;
  }
  #nav li {
    padding: 0;
  }
  h2.pageTitle {
    font-size: 6vw;
  }
  .pageContent .fullWidth .wd25 .caps {
    text-align: center;
  }
  .fullWidth ul.noListStyle{
    text-align: center;
  }
  .birthInputsWrap select{
    font-size: 13px !important;
  }
  .birthdayFormLabel {
	width: 70%
  }
  .ssnFormLabel {
	width: 45%
  }
}

@media only screen and (max-width: 480px) {
  .mobileBanner .collapsibleContent p {
    min-height: 92px;
    height: auto;
  }
  .mobileBanner .collapsibleContent h2 {
    min-height: 43px;
    height: auto;
  }
  .rightContent {
    margin-left: 0;
  }
  .rightContent .imgRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  h2.oneStepLabel {
    font-size: 20px;
  }
  .birthdayFormLabel {
	width: 85%
  }
  .ssnFormLabel {
	width: 52%
  }
}

@media only screen and (max-width: 425px) {
  .rightContent .secondaryActionButton {
    width: auto;
  }
  .pageContent .fullWidth > div {
    width: 100%;
  }
  .pageContent .fullWidth > .wd25 {
    margin-top: 30px;
    text-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .leftNav {
    margin-top: 0;
  }
  .leftNav ul li{
    border-bottom: none;
  }
  .leftNav img{
    display: none;
  }
  .leftNav ul li.selected{
    background: #4a4a4a;
  }
  .leftNav ul li a{
    color: #000;
    text-indent: 0;
  }
  .rightContent h2 {
    font-size: 19px;
  }
  .rightContent h3.subheading {
    font-size: 18px;
  }
  .important.errorPageHeading {
    text-align: center;
  }
  .ssnFormLabel {
	width: 71%
  }
}

@media only screen and (max-width: 320px) {
  .alwaysOpenBanner h2,
  .mobileBanner .collapsibleContent h2 {
    font-size: 2.05em;
  }
  .alwaysOpenBanner p,
  .mobileBanner .collapsibleContent p {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 520px) and (max-width: 950px) {
  .fullWidth ul.noListStyle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center; 
  }
  .pageContent .fullWidth .wd25 .caps{
    text-align: center;
    margin-top: 40px;
  }
}
