/**
 * General styles
 */
html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
    color: #333;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    color: #003366;
	margin: 0 0 10px;
}

h3, h5 {
	margin: 0 2% 20px;
}

#footer .container a {
	color: #C00;
}

#footer .container a:hover {
	color: #F00;
}

.translate-esp, .translate-eng {
position: fixed;
right: 15px;
top: 15px;
color: #d2d2d2;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 25px;
font-size: 14px;
padding: 5px 12px;
z-index: 10000;
transition: all .3s linear;
-ms-transition: all .3s linear;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
}

.translate-esp:hover, .translate-eng:hover {
cursor: pointer;
color: #fff;
background-color: rgba(0,0,0,.95);
}

#embedCode {
	width: 88%;
	color: white;
	background-color: #c42e2d;
	border-radius: 25px;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 1% 20px;
	padding: 10px 5%;
}
#embedCode:hover {
	background-color: #ab1616;
	margin: 2px 1% 18px;
}

xmp {
	margin: 0;
	padding: 0;
}

/**
 * Forms
 */
input,
button,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}
input[type=text],
input[type=text]:focus,
.form-search .input-append .search-query {
    border: none;
    border-radius: 0px;
    -moz-box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/obamacareabortion/PIE.htc);
}
input::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
input:-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
input:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}


/**
 * Share This link
 */

.share-this {
    background-color: black;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    position: relative;
    behavior: url(../../js/frc/PIE.htc);
	/* ADDED*/
	position: fixed;
	right: 0px;
	top: 75px;
	z-index: 10000;
	transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.share-this, .share-this a {
    color: #369;
}
.share-this .share-links {
    /*background-color: #b2cbe5;*/
    background-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: block;
    /*height: 22px;*/
    line-height: 26px;
    padding: 5px 5px 0px 5px;
    position: relative;
    behavior: url(../../js/frc/PIE.htc);
}
.share-this .share-text {
    display: block;
    float: left;
}
.share-this .share-links ul {
    float: left;
    list-style: none;
    margin: 0;
}
.share-this .share-links li {
    /* display: inline; */
    margin: 0 0 5px;
}

/*../../img/domain/obamacareabortion/socmed/socmed36.png*/
.share-this .share-links a {
    /* background: url(../../img/domain/frc/share-icons.png) no-repeat center; */
    background: url(http://www.frc.org/img/activedit/Blk_X_logo.png) no-repeat center;
    display: block;
    float: left;
    height: 36px !important;
    margin: 0 0 5px;
    text-indent: -9999px;
    border: 0px solid red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.share-this .share-links .share-twtr {
    /*background: url(../../img/domain/obamacareabortion/socmed/scmdTW.png) no-repeat center;*/
    background-position: -36px top;
    width: 36px;
}
.share-this .share-links .share-fb {
    background-position: 0 0;
    width: 36px;
}
.share-this .share-links .share-fb-thumb {
    background-position: 0 0;
    width: 36px;
}
.share-this .share-links .share-email {
    background-position: -108px top;
    width: 36px;
}
.share-this a.last {
    padding-right: 10px;
}
.share-page {
    /*background-color: #ffffff;
    border: 1px solid #c5dbf2;*/
    background-color: black;
    border: 0px solid #c5dbf2;
}
.share-page .share-links {
    float: left;
    line-height: 22px;
}
.share-page .share-text {
    display: none;
}
.share-page .share-links a {
    height: 36px;
}



/**
 * Buttons
 */
.btn-large,
.btn-group > .btn-large {
    border: none;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}
@media (max-width: 767px) {
	.btn-large,
	.btn-group > .btn-large {
	    font-size: 12px;
	}
}
@media (min-width: 768px) {
	.btn-large,
	.btn-group > .btn-large {
	    font-size: 14px;
	}
}

.btn-large {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/obamacareabortion/PIE.htc);
}
.btn-group > .btn:first-child {
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
    border-right: 1px solid rgba(0,0,0,0.4);
    z-index: 2;
    position: relative;
    behavior: url(../../js/obamacareabortion/PIE.htc);
}
.btn-group > .btn:nth-child(2) {
    border-right: 1px solid rgba(0,0,0,0.4);
    z-index: 1;
    position: relative;
    behavior: url(../../js/obamacareabortion/PIE.htc);
}
.btn-group > .btn:last-child {
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    position: relative;
    z-index: 0;
    behavior: url(../../js/obamacareabortion/PIE.htc);
}
.btn.blue {
    background: url(../../img/domain/obamacareabortion/btn_b_bg.gif) repeat-x center;
    position: relative;
    z-index: 0;
}
.btn.green {
    background: url(../../img/domain/obamacareabortion/btn_g_bg.gif) repeat-x center;
    position: relative;
    z-index: 0;
}
.btn.blue:hover {
    background: url(../../img/domain/obamacareabortion/btn_g_bg.gif) repeat-x center;
    color: #fff;
}
.btn.green:hover {
    background: url(../../img/domain/obamacareabortion/btn_b_bg.gif) repeat-x center;
    color: #fff;
}
.btn.darkblue,
.user-actions .btn-toolbar .btn {
    background: #316597;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 -30px 15px -18px #036;
    -webkit-box-shadow: inset 0 -30px 15px -18px #036;
    box-shadow: inset 0 -30px 15px -18px #036;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
/**
 * Responsive Utility Classes
 */
.visible-widescreen {
  display: none !important;
}
.hidden-widescreen {
  display: inherit !important;
}

@media (min-width: 768px) {
    .row-fluid-if-mobile {
        clear: none;
    }
}
@media (min-width: 1200px) {
  .visible-widescreen {
    display: inherit !important;
  }
  .hidden-widescreen {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .visible-widescreen {
    display: inherit !important;
  }
  .hidden-widescreen {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inherit !important;
  }
  .fill-width-if-lt-desktop {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inherit !important;
  }
  .full-width-if-mobile {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .row-fluid-if-mobile {
    clear: both;
  }
  .row-fluid-if-mobile .span6 {
    width: 48.45354447606087%;
  }
  .row-fluid-if-mobile .offset3:first-child {
    margin-left: 25.773227761969565%;
  }
}



/*--------------- VIDEO CSS ---------------*/
.video {
    clear: both;
    margin-top: -10px;
    max-width: 100%;
}
.video-container {
    height: 0;
    /*overflow: hidden;*/
    padding-bottom: 56.25%;
    position: relative;
    border: 0px solid green;
}
.video-container > div {
    /*height: 100% !important;*/
    /*padding-top: 56.25%; */
    position: absolute !important;
    width: 100% !important;
}

.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0px solid red;
}
/* Workarounds for jwplayer html5 player */
.video-container > a {
    height: 100% !important;
    position: static !important;
    width: 100% !important;
}
.video-container img[id*="jwplayer_display_image"] {
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}
.video-container div[id*="jwplayer_display_iconBackground"] {
    left: 50% !important;
    margin: -25px 0 0 -25px !important;
    top: 50% !important;
}

iframe {
	margin-top: 20px;
}
/*--------------- END VIDEO CSS ---------------*/

.speakersRow {
    clear: both;
    margin: 0;
    padding: 0;
}

/*---- TESTING ROTATOR ------------*/
.featured-content {
    clear: both;
    margin: 0;
    padding: 0;
}
.featured-content .tab-content {
    display: none;
    overflow: hidden;
}
.featured-content .tab-content.active {
    display: block;
}
.featured-content time {
    color: #036;
    font-size: 12px;
    font-weight: bold;
}
.featured-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.featured-nav-buttons {
    list-style: none;
    margin: 0 0;
}
.featured-nav-buttons a {
    background: #036;
    color: #fff;
    display: block;
    font: bold 18px/42px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.featured-nav-buttons a:hover,
.featured-nav-buttons .active a {
    background: #c62c27;
    color: #FFF;
    text-decoration: none;
}


/*--- BUTTONS ---*/
.button {
    list-style: none;
    margin: 0 0;
}
.button a {
    background: #c42e2d;
    color: #fff;
    display: block;
    font: bold 16px/42px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.button a:hover,
.button .active a {
    background: #ab1616;
    color: #FFF;
    text-decoration: none;
}

.button2L {
    list-style: none;
    margin: 0 0;
}
.button2L a {
    background: #c42e2d;
    color: #fff;
    display: block;
    font: bold 16px/24px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 0px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.button2L a:hover,
.button2L .active a {
    background: #ab1616;
    color: #FFF;
    text-decoration: none;
}

.buttonViews {
    background: #CCC;
    color: #333;
    display: block;
    font: bold 12px/36px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



/*--- FORM CSS ---*/
label#error {
	color: #C00;
	font-weight: 700;
}

.dntFrm .btn-group .btn {
    max-width: 31%;
    padding-left: 1%;
    padding-right: 1%;
    width: 33%;
}

.dntFrm .btn-group {
    max-width: 100% !important;
    width: 100%;
}

.dntFrm select {
    background-color: #FFF;
    border: 1px solid #CCC;
}

.dntFrm input[type=text] {
    /*background-color: #fdf7ec;*/
    border: none;
    color: #036;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #CCC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 5px #e5e5e5;
    -webkit-box-shadow: inset 0 0 5px #e5e5e5;
    box-shadow: inset 0 0 5px #e5e5e5;
}


/* NAV BAR EXTRAS */
.nav .dropdown-toggle .caret,
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret{border-top-color:white;border-bottom-color:white;}

.dropdown-menu{
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	list-style:none;
	background-color: none;
	border:0px solid #ccc;
	border:0px solid rgba(0, 0, 0, 0.0);
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0.0);
	-moz-box-shadow:0 0 0 rgba(0, 0, 0, 0.0);
	box-shadow:0 0 0 rgba(0, 0, 0, 0.0);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
}


/**
 * Small-screen
 */
@media (max-width: 767px) {
	body {
		border-top: 0px solid red;
		padding: 0;
	} 
/* Header */
    #header {
		background: #FFF url(../../img/domain/obamacareabortion/bgTop.jpg) repeat-x center top;
		height: auto;
	    border: 0px solid fuchsia;
    }
    #header .container {
		background: url(../../img/domain/obamacareabortion/bgLgo.png) no-repeat center 30px;
    	width: 100%;
    	padding: 30px 0;
    	margin: 0;
	    border: 0px solid green;
    }
    .header {
    	text-align: left;
    	color: #1c2351;
    	width: 100%;
    	height: 190px !important;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    #header .logo {
        float: none;
        width: 241px !important;
        height: 120px !important;
        margin: 0 auto;
	    border: 0px solid fuchsia;
    }
    #header .logo img {
        width: 241px !important;
        height: 120px !important;
        margin: 0 0;
        padding: 0;
    }
	#header .logo a {
        float: none;
        width: 241px !important;
        height: 120px !important;
	    text-indent: -9999px;
	    border: 0px solid red;
	}
    #header .sponsors {
        float: none;
        width: 241px !important;
        height: 150px !important;
        margin: 10px auto 0;
	    border-left: 0px solid #1fb8ff;
    }
    #header .sponsors .ttlBx {
        float: left;
        width: auto !important;
        height: 20px !important;
        margin: 10px 0 10px 0;
	    border: 0px solid green;
    }
    #header .sponsors .ttlBx img {
        width: 109px !important;
        height: 14px !important;
        margin: 0 0;
        padding: 0;
    }
    #header .sponsors .sponBx {
        float: left;
        width: auto !important;
        height: 45px !important;
        margin: 0 0 0 5px;
	    border: 0px solid fuchsia;
    }
    #header .sponsors .sponBx img {
        width: auto !important;
        height: 45px !important;
        margin: 0 0;
        padding: 0;
    }

/* Buttons Bar */
    .buttonBar {
    	text-align: center;
    	color: #333;
    	width: 96%;
    	margin: 20px 2%;
	    border: 0px solid yellow;
    }
	.buttonBar .tabButtons {
	    list-style: none;
	    margin: 0;
	}
	.buttonBar .tabButtons a {
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    margin: 5px 0;
	    padding: 5px 0;
	    width: 100%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 25px;
	    -webkit-border-radius: 25px;
	    border-radius: 25px;
	}
	.buttonBar .tabButtons a:hover,
	.buttonBar .tabButtons .active a {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}

/* Nav Bar */
    .navBar {
    	text-align: center;
    	color: #333;
    	width: 96%;
    	margin: 20px 2%;
	    border: 0px solid yellow;
    }
	.navBar li.tabButtons {
	    list-style: none;
	    margin: 0;
	    width: 20% !important;
	}
	.navBar .tabButtons a {
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    margin: 5px 0;
	    padding: 5px 0;
	    width: 100%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	}
	.navBar .tabButtons a:hover {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}
	select {
	    background: #1877ab;
		color: white;
		font-weight: bold;
		margin: 30px auto 20px;
		padding: 20px;
		outline: none;
	}	
	select:focus {
		outline: none;
	}	

/* Content Row */
    #content {
        width: 96%;
        padding: 0 2%;
        margin: -10px 0 0 0;
    }
    #content hr {
        width: 90%;
        height: 1px;
        background: #666;
        margin: 30px auto;
        padding: 0;
    }
    .contentInfo {
    	text-align: left;
    	width: 100%;
    	margin: 0 auto;
    	padding: 0;
	    border: 0px solid red;
    }
    #content .cntntLft {
    	float: none;
    	width: 100% !important;
    	color: #333;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    #content .cntntLft > article > h2 {
    	float: none;
    	width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > h3 {
    	float: none;
    	width: 100%;
    	font-size: 21px;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > h4 {
    	float: none;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > p {
    	float: none;
    	width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft ul#resourceBx50 {
    	float: none;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx50 > li {
    	float: none;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	    width: 50%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx50> li a {
    	float: none !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul##resourceBx50 > li > a:hover {
    	margin: 3px 3% 2px;
    }
    #content .cntntLft ul#resourceBx > li {
    	float: none;
    	text-align: center;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
	    width: 33%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li#twoThirds {
    	float: none;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 67%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li > img {
    	margin: 0 0 10px;
    	padding: 0;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li a {
    	float: none !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #content .cntntLft ul#resourceBx > li a:hover {
    	margin: 3px 3% 2px;
    }
    #content .cntntLft ul#resourceBx > li > ul {
		list-style: disc;
		padding-left: 10px;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li > ul > li {
		list-style: disc;
		margin-left: 20px;
	    border: 0px solid red !important;
    }


    #content h1 {
    	font-size: 21px;
    	line-height: 21px;
    	margin-bottom: 5px;
    	color: #1c881b;
    }
    #content h2 {
    	font-size: 18px;
    	line-height: 18px;
    	margin-bottom: 5px;
    	color: #19425e;
    }
    #content p {
	    font-size: 14px;
    	line-height: 21px;
    	margin-bottom: 15px;
    }
	
    #content ul#contentList {
	    margin: 0 0 20px 20px;
	}
	
    #content ul#contentList li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #content .cntntRgt {
    	float: none;
    	width: 100% !important;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    
    #content .legend {
	    float: left;
	    width: 100%;
	    margin: 0 0 30px;
    }
    #content .legend h4 {
	    width: 100%;
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: bold;
    }
    #content .legend .keyBx {
	    float: left;
	    width: 98%;
	    font-weight: bold;
	    border: 1px solid #1877ab;
		margin: 0 0;
		padding: 1%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .colorBx {
	    float: left;
	    width: 25%;
	    height: 30px;
		margin: 0;
		padding: 0;
		background: #61ED5F;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .txtBx {
	    float: left;
	    width: 70%;
	    font-size: 9px;
	    line-height: 10px;
	    border: 0px solid #1877ab;
		margin: 0 0 0 1%;
		padding: 1.5% 1%;
    }
/* Form */
	.dntFrm {
		width: 96%;
		padding: 0 2%;
		clear: both;
	}
	.dntFrm h5 {
		text-transform: uppercase;
	}
	.dntFrm .dntCSml {
		float: left;
		padding: 7px 5px 5px;
		margin: 5px 0;
		width: 9%;
	}
	.dntFrm .dntCLrg {
		float: left;
		padding: 0 5px 7px;
		margin: 5px 0;
		width: 36%;
	}
	.dntFrm .dntCLrg input[type=text] {
	    width: 60%;
	}
	.dntFrm input[type=radio] {
		margin: 0 0 5px;
	}
	.dntFrm input[type=text] {
	    height: 22px;
	    padding: 3px 10px;
	}
	.dntFrm100 {
		width: 96%;
		margin: 0 0 20px;
		padding: 0 2%;
	}
	.dntFrm50 {
		width: 45.75%;
		margin: 0 0 20px;
		padding: 0 2%;
		display: inline-block;
	}
	.dntFrm50 input[type=text] {
	    width: 96%;
	}
	.dntFrm50 select {
		width: 49%;
	}
	.dntFrm25 {
		text-align: center;
		width: 24.5%;
		display: inline-block;
	}
/* Footer */
    #footer {
        height: 250px;
		background: #fff url(../../img/domain/obamacareabortion/bgFtr.jpg) repeat-x center top;
    }
    #footer .container {
    	width: 100%;
    	height: 250px;
    	padding: 0 auto 0;
	    border: 0px solid red;
    }
    .footerInfo {
    	text-align: center;
    	color: #333;
    	width: 100%;
    	margin: 100px auto 0;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: bold;
    }
    .footerInfo p {
    	margin: 0 0 5px;
    }
/* scmdBx */
    .scmdInfo {
    	text-align: left;
    	width: 160px;
    	padding: 0;
    	margin: 5px auto;
	    border: 0px solid #999;
    }
	.scmdBx {
		width: 160px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.scmd {
		float: left;
		width: 30px;
		height: 30px;
		margin: 1px 10px 1px 0;
		padding: 0 0;
		border: 0px solid red;
	}
	.scmd img {
		width: 30px;
		height: 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.scmd:hover {
		margin: 2px 10px 0px 0;
	}
}

@media (min-width: 480px) {
    #content .legend {
	    float: left;
	    width: 100%;
	    margin: 0 0 30px;
    }
    #content .legend h4 {
	    width: 100%;
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: bold;
    }
    #content .legend .keyBx {
	    float: left;
	    width: 49%;
	    font-weight: bold;
	    border: 1px solid #1877ab;
		margin: 0 0;
		padding: .5%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .colorBx {
	    float: left;
	    width: 25%;
	    height: 30px;
		margin: 0;
		padding: 0;
		background: #61ED5F;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .txtBx {
	    float: left;
	    width: 70%;
	    font-size: 9px;
	    line-height: 10px;
	    border: 0px solid #1877ab;
		margin: 0 0 0 1%;
		padding: 1.5% 1%;
    }
}


/**
 * Tablet (768)
 */
@media (min-width: 768px) {
	body {
		border-top: 0px solid yellow;
	} 
/* Header */
    #header {
		background: #FFF url(../../img/domain/obamacareabortion/bgTop.jpg) repeat-x center top;
		height: 350px;
	    border: 0px solid fuchsia;
    }
    #header .container {
		background: url(../../img/domain/obamacareabortion/bgLgo.png) no-repeat center 30px;
    	width: 100%;
    	padding: 30px 0 0;
    	margin: 0;
	    border: 0px solid green;
    }
    .header {
    	text-align: left;
    	color: #1c2351;
    	width: 755px;
    	height: 190px !important;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    #header .logo {
        float: left;
        width: 321px !important;
        height: 160px !important;
        /*margin: 0 20px 0 50px;*/
        margin: 0 20px 0 65px;
        z-index: 0;
	    border: 0px solid fuchsia;
    }
    #header .logo img {
        width: 321px !important;
        height: 160px !important;
        margin: 15px 0;
        padding: 0;
    }
	#header .logo a {
        float: none;
        width: 321px !important;
        height: 160px !important;
	    text-indent: -9999px;
	    border: 0px solid red;
	}
    #header .sponsors {
        float: right;
        width: 300px !important;
        height: 150px !important;
        /*margin: 20px 50px 20px 0;*/
        margin: 20px 35px 20px 0;
	    border-left: 2px solid #1fb8ff;
    }
    #header .sponsors .ttlBx {
        float: left;
        width: 280px !important;
        height: 30px !important;
        margin: 0 0 20px 20px;
	    border: 0px solid green;
    }
    #header .sponsors .sponBx {
        float: left;
        width: auto !important;
        height: 90px !important;
        margin: 0 0 0 20px;
	    border: 0px solid fuchsia;
    }

/* Buttons Bar */
    .buttonBar {
    	text-align: center;
    	color: #333;
    	width: 750px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	.buttonBar .tabButtons {
	    list-style: none;
	    margin: 0;
	}
	.buttonBar .tabButtons a {
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    display: block;
	    font-size: 18px;
	    font-weight: bold;
	    margin: 30px 1%;
	    padding: 10px 0;
	    width: 18%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 25px;
	    -webkit-border-radius: 25px;
	    border-radius: 25px;
	}
	.buttonBar .tabButtons a:hover,
	.buttonBar .tabButtons .active a {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}

/* Nav Bar */
    .navBar {
    	text-align: center;
    	color: #333;
    	width: 750px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	.navBar li.tabButtons {
	    list-style: none;
	    margin: 0;
	    width: 20% !important;
	}
	.navBar li.tabButtons a {
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    display: block;
	    font-size: 18px;
	    font-weight: bold;
	    margin: 30px 2%;
	    padding: 10px 0;
	    width: 96%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	}
	.navBar li.tabButtons a:hover {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}
	.navBar li.tabButtons ul.dropdown-menu {
		display: hidden;
		float: left;
		background: none;
		border: 0px solid red;
	    margin: -25px 0 0;
	    padding: 0;
	    width: 100%;
	    /* Setting the box-shadow property for all Browsers */
	    -moz-box-shadow: 0px 0px 0px none; /* Firefox */
	    -webkit-box-shadow: 0px 0px 0px none; /* Safari and Chrome */
	    box-shadow: 0px 0px 0px none; /* Browsers that Support it like Opera */
	}
	.navBar li.tabButtons ul.dropdown-menu li a {
		display: hidden;
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    font-size: 18px;
		border: 0px solid red;
	    font-weight: bold;
	    margin: 5px 0%;
	    padding: 10px 0;
	    width: 100%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	}
	.navBar li.tabButtons ul.dropdown-menu li a:hover {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}
	
/* Content Row */
    #content {
        height: 100%;
        padding: 0 0;
	    margin: -30px 0 0 0;
    }
    #content hr {
        width: 90%;
        height: 1px;
        background: #666;
        margin: 30px auto;
        padding: 0;
    }
    .contentInfo {
    	text-align: left;
    	width: 750px;
    	margin: 0 auto;
    	padding: 0;
	    border: 0px solid red;
    }
    #content .cntntLft {
    	float: left;
    	width: 580px !important;
    	color: #333;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    #content .cntntLft > article > h2 {
    	float: left;
    	width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > h3 {
    	float: left;
    	width: 100%;
    	font-size: 21px;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > h4 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > p {
    	float: left;
    	width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft ul#resourceBx50 {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx50 > li {
    	float: left;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	    width: 50%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx50> li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul##resourceBx50 > li > a:hover {
    	margin: 3px 3% 2px;
    }
    #content .cntntLft ul#resourceBx > li {
    	float: left;
    	text-align: center;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
	    width: 33%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li#twoThirds {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 67%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li > img {
    	margin: 0 0 10px;
    	padding: 0;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #content .cntntLft ul#resourceBx > li a:hover {
    	margin: 3px 3% 2px;
    }
    #content .cntntLft ul#resourceBx > li > ul {
		list-style: disc;
		padding-left: 10px;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li > ul > li {
		list-style: disc;
		margin-left: 20px;
	    border: 0px solid red !important;
    }


    #content h1 {
    	font-size: 24px;
    	line-height: 24px;
    	margin-bottom: 5px;
    	color: #1c881b;
    }
    #content h2 {
    	font-size: 21px;
    	line-height: 21px;
    	margin-bottom: 5px;
    	color: #19425e;
    }
    #content p {
	    font-size: 14px;
    	line-height: 21px;
    	margin-bottom: 15px;
    }
	
    #content ul#contentList {
	    margin: 0 0 20px 20px;
	}
	
    #content ul#contentList li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #content .cntntRgt {
    	float: right;
    	width: 150px !important;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    
    #content .legend {
	    float: left;
	    width: 100%;
	    margin: 0 0 30px;
    }
    #content .legend h4 {
	    width: 100%;
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: bold;
    }
    #content .legend .keyBx {
	    float: left;
	    width: 32.333333334%;
	    font-size: 12px;
	    font-weight: bold;
	    border: 1px solid #1877ab;
		margin: 0 0;
		padding: .5%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .colorBx {
	    float: left;
	    width: 25%;
	    height: 30px;
		margin: 0;
		padding: 0;
		background: #61ED5F;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .txtBx {
	    float: left;
	    width: 70%;
	    font-size: 10px;
	    line-height: 12px;
	    border: 0px solid #1877ab;
		margin: 0 0 0 1%;
		padding: 1%;
    }
/* Form */
	.dntFrm {
		width: 96%;
		padding: 0 2%;
		clear: both;
	}
	.dntFrm h5 {
		text-transform: uppercase;
	}
	.dntFrm .dntCSml {
		float: left;
		padding: 7px 5px 5px;
		margin: 5px 0;
		width: 9%;
	}
	.dntFrm .dntCLrg {
		float: left;
		padding: 0 5px 7px;
		margin: 5px 0;
		width: 36%;
	}
	.dntFrm .dntCLrg input[type=text] {
	    width: 60%;
	}
	.dntFrm input[type=radio] {
		margin: 0 0 5px;
	}
	.dntFrm input[type=text] {
	    height: 22px;
	    padding: 3px 10px;
	}
	.dntFrm100 {
		width: 96%;
		margin: 0 0 20px;
		padding: 0 2%;
	}
	.dntFrm50 {
		width: 45.75%;
		margin: 0 0 20px;
		padding: 0 2%;
		display: inline-block;
	}
	.dntFrm50 input[type=text] {
	    width: 96%;
	}
	.dntFrm50 select {
		width: 49%;
	}
	.dntFrm25 {
		text-align: center;
		width: 24.5%;
		display: inline-block;
	}
/* Footer */
    #footer {
        height: 250px;
		background: #fff url(../../img/domain/obamacareabortion/bgFtr.jpg) repeat-x center top;
    }
    #footer .container {
    	width: 100%;
    	height: 250px;
    	padding: 0 auto 0;
	    border: 0px solid red;
    }
    .footerInfo {
    	text-align: center;
    	color: #333;
    	width: 500px;
    	margin: 100px auto 0;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: bold;
    }
    .footerInfo p {
    	margin: 0 0 5px;
    }
/* scmdBx */
    .scmdInfo {
    	text-align: left;
    	width: 160px;
    	padding: 0;
    	margin: 5px auto;
	    border: 0px solid #999;
    }
	.scmdBx {
		width: 160px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.scmd {
		float: left;
		width: 30px;
		height: 30px;
		margin: 1px 10px 1px 0;
		padding: 0 0;
		border: 0px solid red;
	}
	.scmd img {
		width: 30px;
		height: 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.scmd:hover {
		margin: 2px 10px 0px 0;
	}
}


/**
 * Desktop (980)
 */
@media (min-width: 980px) {
	body {
		border-top: 0px solid green;
	} 
    #header {
		background: #FFF url(../../img/domain/obamacareabortion/bgTop.jpg) repeat-x center top;
		height: 350px;
	    border: 0px solid fuchsia;
    }
    #header .container {
		background: url(../../img/domain/obamacareabortion/bgLgo.png) no-repeat center 30px;
    	width: 100%;
    	padding: 30px 0 0;
    	margin: 0;
	    border: 0px solid green;
    }
    .header {
    	text-align: left;
    	color: #1c2351;
    	/*width: 755px;*/
    	width: 890px;
    	height: 190px !important;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    #header .logo {
        float: left;
        width: 381px !important;
        height: 190px !important;
        /*margin: 0 0 0 68px;*/
        margin: 0 0 0 115px;
        z-index: 0;
	    border: 0px solid fuchsia;
    }
    #header .logo img {
        width: 381px !important;
        height: 190px !important;
        margin: 0;
        padding: 0;
    }
	#header .logo a {
        float: none;
        width: 381px !important;
        height: 190px !important;
	    text-indent: -9999px;
	    border: 0px solid red;
	}
    #header .sponsors {
        float: right;
        width: 330px !important;
        height: 150px !important;
        /*margin: 20px 68px 20px 0;*/
        margin: 20px 40px 20px 0;
	    border-left: 2px solid #1fb8ff;
    }
    #header .sponsors .ttlBx {
        float: left;
        width: 310px !important;
        height: 30px !important;
        margin: 0 0 20px 20px;
	    border: 0px solid green;
    }
    #header .sponsors .sponBx {
        float: left;
        width: auto !important;
        height: 100px !important;
        margin: 0 0 0 20px;
	    border: 0px solid fuchsia;
    }

/* Buttons Bar */
    .buttonBar {
    	text-align: center;
    	color: #333;
    	width: 950px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	.buttonBar .tabButtons {
	    list-style: none;
	    margin: 0;
	}
	.buttonBar .tabButtons a {
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    display: block;
	    font-size: 21px;
	    font-weight: bold;
	    margin: 30px 1%;
	    padding: 14px 0;
	    width: 18%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 25px;
	    -webkit-border-radius: 25px;
	    border-radius: 25px;
	}
	.buttonBar .tabButtons a:hover,
	.buttonBar .tabButtons .active a {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}

/* Nav Bar */
    .navBar {
    	text-align: center;
    	color: #333;
    	width: 950px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	.navBar li.tabButtons {
	    list-style: none;
	    margin: 0;
	    width: 20% !important;
	}
	.navBar li.tabButtons a {
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    display: block;
	    font-size: 21px;
	    font-weight: bold;
	    margin: 30px 2%;
	    padding: 14px 0;
	    width: 96%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	}
	.navBar li.tabButtons a:hover {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}
	.navBar li.tabButtons ul.dropdown-menu {
		display: hidden;
		float: left;
		background: none;
		border: 0px solid red;
	    margin: -25px 0 0;
	    padding: 0;
	    width: 100%;
	    /* Setting the box-shadow property for all Browsers */
	    -moz-box-shadow: 0px 0px 0px none; /* Firefox */
	    -webkit-box-shadow: 0px 0px 0px none; /* Safari and Chrome */
	    box-shadow: 0px 0px 0px none; /* Browsers that Support it like Opera */
	}
	.navBar li.tabButtons ul.dropdown-menu li a {
		display: hidden;
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    font-size: 18px;
		border: 0px solid red;
	    font-weight: bold;
	    margin: 5px 0%;
	    padding: 10px 0;
	    width: 100%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	}
	.navBar li.tabButtons ul.dropdown-menu li a:hover {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}
	
	
/* Content Row */
    #content {
        height: 100%;
        padding: 0 0;
        margin: -30px 0 0 0;
    }
    #content hr {
        width: 90%;
        height: 1px;
        background: #666;
        margin: 30px auto;
        padding: 0;
    }
    .contentInfo {
    	text-align: left;
    	width: 950px;
    	margin: 0 auto;
    	padding: 0;
	    border: 0px solid red;
    }
    #content .cntntLft {
    	float: left;
    	width: 690px !important;
    	color: #333;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    #content .cntntLft > article > h2 {
    	float: left;
    	width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > h3 {
    	float: left;
    	width: 100%;
    	font-size: 21px;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > h4 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > p {
    	float: left;
    	width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft ul#resourceBx50 {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx50 > li {
    	float: left;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	    width: 50%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx50> li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul##resourceBx50 > li > a:hover {
    	margin: 3px 3% 2px;
    }
    #content .cntntLft ul#resourceBx > li {
    	float: left;
    	text-align: center;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
	    width: 33%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li#twoThirds {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 67%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li > img {
    	margin: 0 0 10px;
    	padding: 0;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #content .cntntLft ul#resourceBx > li a:hover {
    	margin: 3px 3% 2px;
    }
    #content .cntntLft ul#resourceBx > li > ul {
		list-style: disc;
		padding-left: 10px;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li > ul > li {
		list-style: disc;
		margin-left: 20px;
	    border: 0px solid red !important;
    }


    #content h1 {
    	font-size: 26px;
    	line-height: 26px;
    	margin-bottom: 10px;
    	color: #1c881b;
    }
    #content h2 {
    	font-size: 21px;
    	line-height: 21px;
    	margin-bottom: 10px;
    	color: #19425e;
    }
    #content p {
	    font-size: 16px;
    	line-height: 21px;
    	margin-bottom: 15px;
    }
	
    #content ul#contentList {
	    margin: 0 0 20px 20px;
	}
	
    #content ul#contentList li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #content .cntntRgt {
    	float: right;
    	width: 240px !important;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    
    #content .legend {
	    float: left;
	    width: 100%;
	    margin: 0 0 30px;
    }
    #content .legend h4 {
	    width: 100%;
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: bold;
    }
    #content .legend .keyBx {
	    float: left;
	    width: 32.333333334%;
	    font-size: 12px;
	    font-weight: bold;
	    border: 1px solid #1877ab;
		margin: 0 0;
		padding: .5%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .colorBx {
	    float: left;
	    width: 25%;
	    height: 30px;
		margin: 0;
		padding: 0;
		background: #61ED5F;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .txtBx {
	    float: left;
	    width: 70%;
	    font-size: 10px;
	    line-height: 12px;
	    border: 0px solid #1877ab;
		margin: 0 0 0 1%;
		padding: 1%;
    }
/* Form */
	.dntFrm {
		width: 96%;
		padding: 0 2%;
		clear: both;
	}
	.dntFrm h5 {
		text-transform: uppercase;
	}
	.dntFrm .dntCSml {
		float: left;
		padding: 7px 5px 5px;
		margin: 5px 0;
		width: 9%;
	}
	.dntFrm .dntCLrg {
		float: left;
		padding: 0 5px 7px;
		margin: 5px 0;
		width: 36%;
	}
	.dntFrm .dntCLrg input[type=text] {
	    width: 60%;
	}
	.dntFrm input[type=radio] {
		margin: 0 0 5px;
	}
	.dntFrm input[type=text] {
	    height: 22px;
	    padding: 3px 10px;
	}
	.dntFrm100 {
		width: 96%;
		margin: 0 0 20px;
		padding: 0 2%;
	}
	.dntFrm50 {
		width: 45.75%;
		margin: 0 0 20px;
		padding: 0 2%;
		display: inline-block;
	}
	.dntFrm50 input[type=text] {
	    width: 96%;
	}
	.dntFrm50 select {
		width: 49%;
	}
	.dntFrm25 {
		text-align: center;
		width: 24.5%;
		display: inline-block;
	}
/* Footer */
    #footer {
        height: 250px;
		background: #fff url(../../img/domain/obamacareabortion/bgFtr.jpg) repeat-x center top;
    }
    #footer .container {
    	width: 100%;
    	height: 250px;
    	padding: 0 auto 0;
	    border: 0px solid red;
    }
    .footerInfo {
    	text-align: center;
    	color: #333;
    	width: 500px;
    	margin: 100px auto 0;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: bold;
    }
    .footerInfo p {
    	margin: 0 0 5px;
    }
/* scmdBx */
    .scmdInfo {
    	text-align: left;
    	width: 160px;
    	padding: 0;
    	margin: 5px auto;
	    border: 0px solid #999;
    }
	.scmdBx {
		width: 160px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.scmd {
		float: left;
		width: 30px;
		height: 30px;
		margin: 1px 10px 1px 0;
		padding: 0 0;
		border: 0px solid red;
	}
	.scmd img {
		width: 30px;
		height: 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.scmd:hover {
		margin: 2px 10px 0px 0;
	}
}


/**
 * Desktop (1200px and up)
 */
@media (min-width: 1200px) {
	body {
		border-top: 0px solid purple;
	} 
/* Header */
    #header {
		background: #FFF url(../../img/domain/obamacareabortion/bgTop.jpg) repeat-x center top;
		height: 350px;
	    border: 0px solid fuchsia;
    }
    #header .container {
		background: url(../../img/domain/obamacareabortion/bgLgo.png) no-repeat center 30px;
    	width: 100%;
    	padding: 30px 0 0;
    	margin: 0;
	    border: 0px solid green;
    }
    .header {
    	text-align: left;
    	color: #1c2351;
    	/*width: 755px;*/
    	width: 890px;
    	height: 190px !important;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid #666;
    }
    #header .logo {
        float: left;
        width: 381px !important;
        height: 190px !important;
        /*margin: 0 0 0 68px;*/
        margin: 0 0 0 120px;
        z-index: 0;
	    border: 0px solid #666;
    }
    #header .logo img {
        width: 381px !important;
        height: 190px !important;
        margin: 0;
        padding: 0;
    }
	#header .logo a {
        float: none;
        width: 381px !important;
        height: 190px !important;
	    text-indent: -9999px;
	    border: 0px solid red;
	}
    #header .sponsors {
        float: right;
        width: 300px !important;
        height: 150px !important;
        /*margin: 20px 68px 20px 0;*/
        margin: 20px 60px 20px 0;
	    border-left: 2px solid #1fb8ff;
    }
    #header .sponsors .ttlBx {
        float: left;
        width: 310px !important;
        height: 30px !important;
        margin: 0 0 20px 20px;
	    border: 0px solid green;
    }
    #header .sponsors .sponBx {
        float: left;
        width: auto !important;
        height: 100px !important;
        margin: 0 0 0 20px;
	    border: 0px solid fuchsia;
    }

/* Buttons Bar */
    .buttonBar {
    	text-align: center;
    	color: #333;
    	width: 1170px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	.buttonBar .tabButtons {
	    list-style: none;
	    margin: 0;
	}
	.buttonBar .tabButtons a {
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    display: block;
	    font-size: 25px;
	    font-weight: bold;
	    margin: 30px 1%;
	    padding: 14px 0;
	    width: 18%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 25px;
	    -webkit-border-radius: 25px;
	    border-radius: 25px;
	}
	.buttonBar .tabButtons a:hover,
	.buttonBar .tabButtons .active a {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}

/* Nav Bar */
    .navBar {
    	text-align: center;
    	color: #333;
    	width: 1170px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	.navBar li.tabButtons {
	    list-style: none;
	    margin: 0;
	    width: 20% !important;
	}
	.navBar li.tabButtons a {
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    display: block;
	    font-size: 25px;
	    font-weight: bold;
	    margin: 30px 2%;
	    padding: 14px 0;
	    width: 96%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	}
	.navBar li.tabButtons a:hover {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}
	.navBar li.tabButtons ul.dropdown-menu {
		display: hidden;
		float: left;
		background: none;
		border: 0px solid red;
	    margin: -25px 0 0;
	    padding: 0;
	    width: 100%;
	    /* Setting the box-shadow property for all Browsers */
	    -moz-box-shadow: 0px 0px 0px none; /* Firefox */
	    -webkit-box-shadow: 0px 0px 0px none; /* Safari and Chrome */
	    box-shadow: 0px 0px 0px none; /* Browsers that Support it like Opera */
	}
	.navBar li.tabButtons ul.dropdown-menu li a {
		display: hidden;
		float: left;
	    background: #1877ab;
		font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	    color: #fff;
	    font-size: 18px;
		border: 0px solid red;
	    font-weight: bold;
	    margin: 5px 0%;
	    padding: 10px 0;
	    width: 100%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	}
	.navBar li.tabButtons ul.dropdown-menu li a:hover {
	    background: #28ba25;
	    color: #FFF;
	    text-decoration: none;
	}
	
/* Content Row */
    #content {
        height: 100%;
        min-height: 100%;
        padding: 0;
        margin: -30px 0 0 0;
        margin-bottom: -250px;
    }
    #content:after {
        content: "";
        display: block;
    }
    #content hr {
        width: 90%;
        height: 1px;
        background: #666;
        margin: 30px auto;
        padding: 0;
    }
    .contentInfo {
    	text-align: left;
    	width: 1160px;
    	margin: 0 auto;
    	padding: 0;
	    border: 0px solid red;
    }
    #content .cntntLft {
    	float: left;
    	width: 820px !important;
    	color: #333;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    #content .cntntLft > article > h2 {
    	float: left;
    	width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > h3 {
    	float: left;
    	width: 100%;
    	font-size: 21px;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > h4 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft > article > p {
    	float: left;
    	width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #content .cntntLft ul#resourceBx50 {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx50 > li {
    	float: left;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	    width: 50%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx50> li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #content .cntntLft ul##resourceBx50 > li > a:hover {
    	margin: 3px 3% 2px;
    }
    #content .cntntLft ul#resourceBx > li {
    	float: left;
    	text-align: center;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
	    width: 33%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li#twoThirds {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 67%;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li > img {
    	margin: 0 0 10px;
    	padding: 0;
	    border: 0px solid red !important;
    }
    #content .cntntLft ul#resourceBx > li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #content .cntntLft ul#resourceBx > li a:hover {
    	margin: 3px 3% 2px;
    }
    #content .cntntLft ul#resourceBx > li > ul {
		list-style: disc;
		padding-left: 10px;
	    border: 0px solid red !important;
    }
    ##content .cntntLft ul#resourceBx > li > ul > li {
		list-style: disc;
		margin-left: 20px;
	    border: 0px solid red !important;
    }


    #content h1 {
    	font-size: 28px;
    	line-height: 28px;
    	margin-bottom: 10px;
    	color: #1c881b;
    }
    #content h2 {
    	font-size: 24px;
    	line-height: 24px;
    	margin-bottom: 10px;
    	color: #19425e;
    }
    #content p {
	    font-size: 16px;
    	line-height: 21px;
    	margin-bottom: 15px;
    }
    #content ul {
	    margin: 0 0 20px 20px;
	    list-style-type: disc;
	}
    #content ul li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #content ol {
	    margin: 0 0 20px 20px;
	    list-style-type: decimal;
	}
    #content ol li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: decimal;
	}
		
    #content ul#contentList {
	    margin: 0 0 20px 20px;
	}
	
    #content ul#contentList li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #content .cntntRgt {
    	float: right;
    	width: 310px !important;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    
    #content .legend {
	    float: left;
	    width: 100%;
	    margin: 0 0 30px;
    }
    #content .legend h4 {
	    width: 100%;
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: bold;
    }
    #content .legend .keyBx {
	    float: left;
	    width: 19%;
	    font-size: 12px;
	    font-weight: bold;
	    border: 1px solid #1877ab;
		margin: 0 0;
		padding: .5%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .colorBx {
	    float: left;
	    width: 25%;
	    height: 30px;
		margin: 0;
		padding: 0;
		background: #61ED5F;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    #content .legend .keyBx .txtBx {
	    float: left;
	    width: 70%;
	    font-size: 10px;
	    line-height: 12px;
	    border: 0px solid #1877ab;
		margin: 0 0 0 1%;
		padding: 1%;
    }
    
/* Form */
	.dntFrm {
		width: 96%;
		padding: 0 2%;
		clear: both;
	}
	.dntFrm h5 {
		text-transform: uppercase;
	}
	.dntFrm .dntCSml {
		float: left;
		padding: 7px 5px 5px;
		margin: 5px 0;
		width: 9%;
	}
	.dntFrm .dntCLrg {
		float: left;
		padding: 0 5px 7px;
		margin: 5px 0;
		width: 36%;
	}
	.dntFrm .dntCLrg input[type=text] {
	    width: 60%;
	}
	.dntFrm input[type=radio] {
		margin: 0 0 5px;
	}
	.dntFrm input[type=text] {
	    height: 22px;
	    padding: 3px 10px;
	}
	.dntFrm100 {
		width: 96%;
		margin: 0 0 20px;
		padding: 0 2%;
	}
	.dntFrm50 {
		width: 45.75%;
		margin: 0 0 20px;
		padding: 0 2%;
		display: inline-block;
	}
	.dntFrm50 input[type=text] {
	    width: 96%;
	}
	.dntFrm50 select {
		width: 49%;
	}
	.dntFrm25 {
		text-align: center;
		width: 24.5%;
		display: inline-block;
	}
/* Footer */
    #footer, #content:after {
        height: 250px;
        margin-top: 30px;
    }

    #footer {
        height: 250px;
        width: 100% !important;
		background: #fff url(../../img/domain/obamacareabortion/bgFtr.jpg) repeat-x center top;
    }
    #footer .container {
    	width: 100%;
    	height: 250px;
    	padding: 0 auto 0;
	    border: 0px solid red;
    }
    .footerInfo {
    	text-align: center;
    	color: #333;
    	width: 500px;
    	margin: 100px auto 0;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: bold;
    }
    .footerInfo p {
    	margin: 0 0 5px;
    }
/* scmdBx */
    .scmdInfo {
    	text-align: left;
    	width: 160px;
    	padding: 0;
    	margin: 5px auto;
	    border: 0px solid #999;
    }
	.scmdBx {
		width: 160px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.scmd {
		float: left;
		width: 30px;
		height: 30px;
		margin: 1px 10px 1px 0;
		padding: 0 0;
		border: 0px solid red;
	}
	.scmd img {
		width: 30px;
		height: 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.scmd:hover {
		margin: 2px 10px 0px 0;
	}
}

.clearall {
	float: left;
	clear: left;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border: 0px solid red;
}