/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) { 
        
          }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	      }
/* Medium Devices, Desktops */
    @media only screen and (max-width : 959px) {
	    
	    .vc_col-sm-pull-8 {

    right: 0;

}
.vc_col-sm-push-4 {

    left: 0;

}
	    
	    

    }
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	      #multibullet{columns: 2;
  list-style: disc;}
	   #mobile-navigation-btn {
    color: #005ca6 !important;
    }
	 .munuinstr{flex-direction: column;}
	  .munuinstr li{}
	    .form-field.half {

    width: 100%;
    float: left;

}
	    
	    [class^="box-"] {
display: block;
position: relative;
width: 100%;
min-height: auto;
margin-right: 0px;
margin-bottom: 30px;
background: #fff;
padding: 20px;
float: none;border: 1.5px solid #b32e33;
}


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	    
	      #multibullet{columns: 1;
  list-style: disc;}
	    
	    
	  .um-page-login .wpb_row{padding: 0px !important;}
	   #menu-footer-menu, #copyright .container .sixteen.columns {
    flex-direction: column;
}
#promenu, #insmenu{display: none !important;}
.loginholder{max-width: 100%}
#header-row {
    padding: 120px 0;
    background-position-x: center;}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
   