/*
Theme Name: Mary MacKillop International
Theme URI: http://underscores.me/
Author: Fat Beehive
Author URI: http://fatbeehive.com.au
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
 [hidden], template {
 display: none;
}
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea { color: #404040; font-size: 16px; font-size: 1rem; line-height: 1.5; }
h1, h2, h3, h4, h5, h6 { /*clear: both;*/
}
p { margin-bottom: 1.5em; }
dfn, cite, em, i { font-style: italic; }
blockquote { margin: 0 1.5em; }
address { margin: 0 0 1.5em; }
pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { background: #fff9c0; text-decoration: none; }
big { font-size: 125%; }
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; }
body { background: #fff; /* Fallback for when there is no custom background color defined. */ }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
/*ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}*/

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }
/*table {
	margin: 0 0 1.5em;
	width: 100%;
}*/

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------
--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
*/
.lod_message_true{
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: rgb(22, 93, 148);
    margin: auto;
    max-width: 525px;
    padding: 20px;
	    margin-top: 15px;
	}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; }
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; }
/* Make sure select elements fit in widgets. */
.widget select { max-width: 100%; }
/* Search widget. */
.widget_search .search-submit { display: none; }
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }
.hentry { margin: 0 0 1.5em; }
.byline, .updated:not(.published) { display: none; }
.single .byline, .group-blog .byline { display: inline; }
.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }
.page-links { clear: both; margin: 0 0 1.5em; }
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }
.bypostauthor { display: block; }
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; }
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; }
/* 11-05-18 start */

.ds_block_bg { background: url(background_bg.jpg)no-repeat; background-size: cover; display: inline-block; width: 100%; height: 100%; }
.container_main { max-width: 1170px; padding: 0 15px; margin: auto; }
.slide_main { }
.slide_main .header_top { top: 0; }
.slide_main .header_top .logo { margin-left: 30px; margin-top: 17px; width: auto; max-width: 380px; }
.slide_main .bottom_text { bottom: 0; position: absolute; max-width: 880px; padding-left: 10%; }
.slide_main .bottom_text p { color: #FFF; font-size: 21px; text-align: left; font-weight: bold; }
.slide_main .bottom_text .bottom_logo { }
.slide_main .bottom_text .bottom_logo a { display: inline-block; padding: 0 43px; max-width: 337px; }


.srfError {color: red;}
.srfSuccess {color: green;}


.login-form-top #studentLoginForm{
    border: solid 2px #dcaa28;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 5px;
}


.login-form-top #studentLoginForm p{
display: inline-block;
width: 100%;
}

.registration-form .form-group label,
.login-form-top #studentLoginForm p label{
display: block;
font-size: 14px;
font-weight: normal;
}



.registration-form .form-group .form-control,
.login-form-top #studentLoginForm p input[type=password],
.login-form-top #studentLoginForm p input[type=text]{
    width: 100%;
    border: solid 1px #ddd;
    height: 40px;
    border: solid 1px #a6d4ff;
    box-shadow:inset 0 0 2px #a6d4ff;
    border-radius:0px;
    padding: 0 10px;
}

.registration-form input[type=submit],
.login-form-top #studentLoginForm p.login-submit input[type=submit]{
    background: #00b9c8;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

.registration-form input[type=submit]{
width: auto;
padding: 8px 27px;
}

.aa_loginForm.login-form-top p.dont-havean {
    width: 100%;
    margin: 0 auto;
    max-width: 491px;
    padding: 41px 0;
}


 .dont-have{
padding-bottom: 20px;
}

.attachment-holder {
position: relative;
    display: block;
    border: solid 1px #a6d4ff;
    border-radius: 0;
    padding: 10px 1em 8px;
    margin-bottom: 13px;
    width: 100%;
    max-width: 100%;
    background: #fff;
}


.attachment-holder .uploadedFile span{ float: right; }

.attachment-holder .uploadedFile span input {
    background: #999;
    border: none;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
}

.attachment-holder .uploadedFile {
    padding: 9px 14px;
    background: #f9f9f9;
    border: none;
    margin-bottom: 3px;
    margin-top: 0px;
}


.attachment-holder .control {
    margin-top: 0px!important;
}



.file-upload__label {
    display: block;
    color: #000;
    background: none;
    transition: background .3s;
}


.file-upload__label:hover {
  cursor: pointer;
  background: #000;
}

.chosefile input[type=file]{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}




.my_scholarship_page .inner_scholarblock .progress_report h3{
    margin: 40px 0 20px 0;
}

.my_scholarship_page .inner_scholarblock .personal_contact_detail h3{ color: #dcaa28;font-weight: 500;font-size: 25px;margin: 40px 0 0 0;}


.paddTB40 { padding-top:20px; padding-bottom: 40px; }
.mmArchive .page-header {  border-bottom: 0px; margin-bottom: 0px; }
.mmArchive .page-header h1 { font-size:32px; }





 @media(max-width:991px) {
.slide_main .bottom_text { right: 4%; left: 5%; }
}
 @media(max-width:767px) {
.slide_main .bottom_text { text-align: left; position: static; margin-top: -10px; padding: 14px 0 20px 19px; }
.slide_main .bottom_text { text-align: left; }
.slide_main .bottom_text p { font-size: 15px; font-weight: normal; }

.login-form-top #studentLoginForm{
    max-width: 94%;
}



/*custom css 6-12-2018*/
#header .container{ margin-bottom:15px;}
#header .logo {  width: 133px; padding: 23px 21px 10px 0;}
.navbar.navbar-static-top {background: none;}
.navbar-header .header-btns{ width:auto; padding: 9px 8px 3px 0px;}
#header .header-donate-box {position: absolute;right: 60px;top: 16px; width: auto;}
#header .header-donate-box a {border: 3px solid #00b9c8; color:#fff; background: #00b9c8; border-radius: 5px;display: block; font-weight: bold; padding: 6px 10px; text-align: center; 
width: 100%; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}

#header .header-btns a i.fa{color: #005aa0;margin-right: 0px;}
button#responsive-menu-button{right:0% !important;}
.nav-search-box .navbar-form .input-group input#s {    background: #ffffff;color: #373b58;margin: 0 12px 0 0px;width: 100%; border-radius:6px 0 0 6px; border: solid 1px #ccc;}
.navbar-form .input-group .input-group-btn button.btn {background: #005aa0;color: #fff;}
.input-group { padding: 0 12px 0 0px;}
button#responsive-menu-button:focus {outline: none;}
.form-control{
    margin-bottom:0px!important;
}
/*custom css end*/
}
 @media(min-width:767px) {
	 body.home .logo {margin: 20px 0 0;}
	 #header .header-donate-box {right: 340px;top: 16px;}
}

 @media(min-width:992px) {
	 #header .logo {
         top: 15px;
        }
}

@media(width:1024px) {
    #header .logo {
        padding: 20px 0px;
        width: 280px;
    }

    .col-sm-9.col-md-9.mmnkhu {
        width: 91%!important;
    }

    .col-sm-12.col-md-10.passnewcs75d {
        width: 106%;
    }
}

@media(width:768px) {
    #header .logo {
        padding: 20px 0px;
        width: 190px;
    }
}
	 
 @media(max-width:480px) {
.submit-loaderx{top:23% !important;}
img.loader{max-width: 69%!important;}
.slide_main .header_top .logo { max-width: 200px; margin-left: 7px; margin-top: 7px; }
.slide_main .bottom_text .bottom_logo a { padding: 0 10px; max-width: 133px; }
}
@media(max-width:380px) {
.news .img { width: 18%; }
.news .text { width: 78%; }
}

@media screen and (min-width: 768px) and (max-width: 991px) { 

.navbar-static-top .navbar-nav li {
    clear: none;
    border: none;
}

.navbar-static-top .navbar-nav li{
    width: auto;
}

.navbar-static-top .navbar-nav li a{
border: none;
width: 100%;
}

.navbar.navbar-static-top{
background:none; 
}

.bg-nav {
    left: 173px !important;
    position: absolute;
    top: 95px !important;
}

}






/*23 nov new donation design css*/
.donate-form-container form{
	    border: 5px solid #f7f7f7;
		border-radius:10px;
}

.donate-form-container .form-container{
	    border: none;
		padding-bottom:0px;
		margin-bottom:0px;
}

.donate-form-container .form-container h2{
	    border-bottom: none;
		padding-bottom:0px; 
		font-size: 22px;
}

.mmnkhu_button{    
	margin-bottom:20px;
}

.passnewcs7{
	    margin: auto;
    float: none !important;
    border: 6px solid #f7f7f7;
    display: table;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.mmnkhu{
	margin: auto;
    float: none !important; 
    display: table; 
}

@media (max-width: 425px)
{
    .mmnkhu{
        display: block!important; 
    }
    
}

@media (max-width: 768px) and (min-width: 426px)
{
    .col-sm-9 {
        width: 95%!important;
    }
    .support-box {
        width: 33.33333333%!important;
    }
    .sidebar {
        display:none!important;
    }   
}

  
.passnewcs75d{
	 margin: auto;
    float: none !important; 
    display: table;
    text-align: center; 
}

.other-amount-dollar.sell2{
	    padding-left: 4px;
}

.passnewcs7 #donation_amount {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    width: 75%;
	border-radius:0px;
}

/* check box*/
.container_rad {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blue_box_in,.white_box_in{
	    margin-top: 0px !important;
}

.blue_box_in{
	background: #005aa0;
    padding: 3px;
    color: #fff;
}

.blue_box_in input[name=donation_frequency]:checked ~ .checkmark {
    background-color: #005aa0;
}

/* Hide the browser's default checkbox */
.container_rad input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left:-5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container_rad:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_rad input:checked ~ .checkmark {
    background-color: #2196F3;
}

.blue_box_in .container_rad .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_rad input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.radio.white_box_in .container_rad .checkmark:after{left:7px;top:8px; width: 5px;
    height: 10px;
    border: solid #005aa0;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);}
.radio.white_box_in .container_rad .checkmark:before{content:"";width:18px;height:18px;border:1px solid #005aa0;position:absolute;left:0;top:5px;}
.radio.white_box_in .container_rad {padding-top:4px;}

.radio.white_box_in .container_rad .checkmark{border:0px none;
background:none;}
.blue_box_in .container_rad .checkmark:after{left: 5px;top:2px;}
.blue_box_in .container_rad .checkmark{border:1px solid #fff;background:none;height:16px;width:16px;left:-8px;top:3px;}
.container_rad .checkmark:after {
    left: 0px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.donate-form-container .form-container input[type="submit"]{
	background:#005aa0;
}


/* check box end*/


/*23 nov new donation design css end*/
